zhaowawj / learning_doc

0 stars 0 forks source link

webpages-done #5

Open zhaowawj opened 8 years ago

zhaowawj commented 8 years ago

网卡监控 http://www.111cn.net/sys/linux/63106.htm http://www.ex-parrot.com/pdw/iftop/ http://www.vpser.net/manage/iftop.html http://hunkz.blog.51cto.com/6157447/1701454 https://ftp.gnu.org/pub/gnu/ncurses/ http://ftp.gnu.org/gnu/bison/ http://dinosaur.compilertools.net/

nload, ifstat, iftop tcpdump

df -h
# -c: cpu, -d: device, -x: extended statistics, -k: kilobytes per second, 3: seconds between each report
iostat -c -d -x -k 3
smartctl -a /dev/sda
cat /proc/scsi/scsi

ethtool eth6 watch ifconfig

zhaowawj commented 8 years ago

mobaXterm

zhaowawj commented 8 years ago

用户管理 http://www.tecmint.com/delete-remove-a-user-account-with-home-directory-in-linux/

zhaowawj commented 8 years ago

进程相关 http://www.vpsee.com/2009/08/kill-all-the-process-belong-to-one-user/

kill, ps, top killall, pgrep

zhaowawj commented 8 years ago

软件包管理 http://math.ecnu.edu.cn/~jypan/Teaching/Linux/command/rpm.htm