PTT鄉民發起
蔡團長接手執行啦!
原文:大國旗計劃請交給我們(一起來完成)-1
Dec 7, 2007
Dec 5, 2007
Dec 2, 2007
console prompt, 終端機提示字串
if [ "`id -u`" -eq 0 ]; then
#PS1='# '
PS1='[\e[0;32m\u @ \w \e[m \A #\!]\n \# '
else
#PS1='$ '
PS1='[\e[0;32m\u @ \w \e[m \A #\!]\n \$ '
Labels:
Linux
du,只列出一層目錄的容量總和
by abelyang from StudyArea Forum
find ./ -type d -maxdepth 1 -exec du -h -s {} \; 2.5G ./
48K ./lost+found
98M ./var
10M ./etc
8.0K ./media
4.4M ./bin
9.4M ./boot
96K ./dev
265M ./home
4.0K ./initrd
111M ./lib
8.0K ./mnt
4.0K ./opt
257M ./proc
2.7M ./root
11M ./sbin
4.0K ./srv
0 ./sys
12K ./tmp
1.7G ./usr
2.7M ./share
684K ./tftpboot
Labels:
Linux
Dec 1, 2007
Ubuntu Networking Configuration Using Command Line
from Ubuntu Geek
全文:http://www.ubuntugeek.com/ubuntu-networking-configuration-using-command-line.html
全文:http://www.ubuntugeek.com/ubuntu-networking-configuration-using-command-line.html
Labels:
Linux