Wednesday, December 31, 2014

How to move virtual box machine to another computer

                                                                                                                          step 1

                                                                             
                                                                                                                         step 2
                                                                                                                         step 3
                                                                                                                         step 4
                                                                                                                          step 5
                                                                                                                         step 6
                                                                                           


                                                                                                                         step 7
                                                                                   
                                                                                                   

                                                                                                                          step 8
                                                                                                                         step 9
                       

Wednesday, December 24, 2014

How to see weather in terminal

                                                                                                                                   step 1

                                                                                                                                   apt-get install weather-util
                                                                                               
                                                                                                                              step 2

                                                                                                                         weather "new york"


Sunday, December 7, 2014

How to make custom keyboard shortcut in debian or ubuntu

                                                                              step 1

                                                                                 
                                                                                 step 2

                                                                                   


Saturday, December 6, 2014

How to format ubuntu server to USB flash drive from terminal

                                                                                                                                step 1
                                                                                                                  umount /dev/sdb1
                                                                             

                                                                                                                                   step 2
dd if=/root/desktop/ubuntu-12.04.5-dvd-i386.iso of=/dev/sdb bs=1M

                                                                     

http://bemonolit.blogspot.com.es/2014/10/how-to-format-usb-drive-to-fat32-from.html

Friday, December 5, 2014

how to disable send error report to ubuntu canonical

                                                                                                               step 1
                                                                         

                                                                                                                         sudo nano /etc/default/apport  
                                                                         
                                                                           
                                                                                                              step 2
                                         
                                                                                                                         Change enabled from 0 to 1                                       
                                                                                 

                                                                                                               step 3
                                                                                                   
                                                                                                                               Ctrl + x    then y

Monday, November 24, 2014

How to reduce RAM cache usage

                                                                                                                                     step 1
                                                                             
                                                                           



                                                                                                                                    step 2

                                                                                                                                   crontab -e
                                                                                     
                                                                                     



                                                                                                                                    step 3
                                                                                                     now you need to add command to crontab
                                                                                                     every 5 min clean ram cache

                                                                                                      */5 * * * * echo 3 > /proc/sys/vm/drop_caches
                                                                                         
                                                                                    

                                                                           
                                                                                                                     type  i        to enter text
                                                                                                                     type  Esc    to exit 
                                                                                                                     type  :wq    to save and exit

                                                                                                                                    step 4

                                                                         


                                                                                                                                      step 5
                                                                                         

Monday, November 17, 2014

how to convert nrg to iso

                                                                                                                         apt-get install nrg2iso
nrg2iso enh.nrg enh.iso

Tuesday, October 28, 2014

How to format usb drive to fat32 from terminal to make it bootable

                                                                            step 1

                                                          sudo fdisk -l
                                                                          step 2

                                                          sudo fdisk -l
                                                                           step3

                                                      sudo umount /dev/sdb1
                                                                              step 4

                                                          sudo mkfs.vfat -n 'nameyouwant' -I /dev/sdb1
                                                                                step 5

                                                           results >>>  with warning
                                                                               step 6

                                                       sudo mkfs.vfat -n 'NameYouwant' -I /dev/sdb1
                                                                            step 7

                                                         Verification
                                                                     
                                                             Thank you.

Tuesday, August 5, 2014

How to record terminal [ using ttyrec ]

                                                 command :    sudo apt-get install ttyrec
                                                                             

                                                                       
                                                  command :       ttyrec 
           



                                                    command :  exit
                                                                       


                                                              command : ls 
                                                                       
                                                                     
         


                                      and finally command : ttyplay ttyrec

                                                                               
                                     
                                                             

Thursday, July 31, 2014

Firefox refusing to open after update ubuntu 14.04 [ how to fix ]


                    sudo  chown -R june:june /home/june
                                                                                  

Tuesday, July 29, 2014

How to change colors user and host in terminal ubuntu 14.04


                                                             sudo nano ~/.bashrc


                                                                and uncomment
                                             
                                  #force_color_prompt=yes
                                    force_color_prompt=yes



                                   go to line number 47 and change numbers inside of brackets
                                                                 


                              Black              0;30                                  Dark Gray          1;30
                              Blue                0;34                                  Light Blue          1;34
                              Green              0;32                                  Light Green        1;32
                              Cyan               0;36                                  Light Cyan         1;36
                              Red                 0;31                                  Light Red           1;31
                              Purple             0;35                                   Light Purple       1;35
                              Brown              0;33                                  Yellow               1;33
                              Light Gray        0;37                                  White                 1;37

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;32m\]@\[\033[01;33m\]\h\[\033[01;37m\]:\[\033[01;33m\]\w\[\033[01;37m\]\$ '




sudo /etc/init.d/network-manager stop not working in ubuntu 14.04 how to fix

                                         
                                sudo /etc/init.d/network-manager stop

                                           
                                sudo service network-manager stop                    
                                             
                           
                                       


                     sudo service network-manager start   


wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...