2 alias g2u='iconv -fcp936 -tutf8'
4 alias u2g='iconv -futf8 -tcp936'
6 #did you want replace some file you want
7 find . -iname "[ab]" -exec sed -i "s/arrow/arrowzhang/;" {} \;
9 #write some commands here
10 chkconfig #under old linux config service
11 sysv-rc-conf #under ubuntu config services
13 #how to create a iso file
14 dd if=/dev/cdrom of=/cdrom_image.iso