package info

go here to check packages http://packages.ubuntu.com/jaunty/editors/

term

edit->preference->color->gray on black

shutdown the machine

 pet@girl:~$ sudo visudoer  #"vim /etc/sudoers" is dangerous
 

now add one line

 pet ALL=(ALL)NOPASSWD: ALL
 

now I can "sudo -i" without typing password

 pet@girl:~$ sudo vim /usr/bin/gohome
 

and have this in this file

 sudo init 0
 

so next time I want to shutdown the machine, all I need is

 pet@girl:~$ gohome
 

Format disk

$cd /dev
$ls s-
 
$ls s-
 
now i see a sdb is added here
 umount /media/disk-1         //not always disk-1
 
 mkfs.vfat -I /dev/sdb
 

auto wireless netwrok message

that day I did some stupid setting about wireless which I forgot imddiately after then every time I reboot my machine a msg box realted will show up, anoying

the right way to fix it to to right click the system tray on the top right of the screen

then choose Edit Connection->Wireless, delete all the connections there, then msg box is gone