刚接触linux时,最郁闷的就是找不到windows下熟悉的工具了。这里介绍一些比较实用的工具,都是我个人比较常用的,希望能对新人有所帮助。
先啰嗦一句,如果使用aptitude等在线安装软件,先记得把/etc/apt/sources.list里面的源换成国内的,比如163的就不错。
窗口管理:gnome-do
文本编辑软件:vim,gedit,open office,pdf editor
画图软件:yEd,GIMP,pencil
字典:star dict
输入法:pinyin
聊天软件:pidgin
项目管理:planner
音视频播放器:mplayer
虚拟机:virtual box
网络流量查看:iptraf
汉字按拼音自动补全:chsdir
IO占用查看:iotop
邮箱系统:thunderbird
网络抓包:tcpdump,wireshark
查看磁盘读写性能:hdparm -t /dev/sda1
查看CPU温度:cat /proc/acpi/thermal_zone/THM0/temperature
系统问题排查时常用到的命令:
lsof
vmstat
top
iotop
netstat
strace