1:添加用 "adduser"不要用useradd
2:apt-get install 的东西可以用apt-get remove 卸掉
3:jinnanx is not in the sudoers file visudo一下即可
4:查找命令
find / -name " pms"
5:ubuntu远程界面管理 客户端用TightVNC View
服务器:
1: sudo apt-get install vnc4server
2:vnc4passwd
3:vncserver vncserver -kill :1 杀掉一个桌面
4: vim .vnc/xstartup
配置如上
5:结束命令快捷建: ctrl+z 比ctrl+C 好用