1,ssh---
- 远程登录
ssh user@remote.machine
- 远程执行
ssh user@remote.machine 'command ...'
- 远程复制
scp user@remote.machine:/remote/path /local/path
scp /local/path user@remote.machine:/remote/path
- X forward
ssh -X user@remote.machine
2,aptitude,基本可以和apt-get 呼唤,不过更“好”一些
--aptitude search XXX | grep XXX
--aptitude install XXX
3,svn
-svn co[out/in] http://XXXXXXXXXXXXXXXXX /locale/XXXXXXXX
4,dpkg Debian安装(i),查找(l),卸载(r)
5,apt
---apt-cache search 命令可以按关键字查找软件包,通常用于查询的关键字会使用软件包的名字或软件包的一部分.
----apt-cache show命令显示指定软件包的详细信息.例如:apt-cache show vim
-----apt-cache depends来查询包依赖关系.例如:apt-cache depends vim
----apt-get remove 可以蛮好的解决软件包卸载过程中的包依赖关系问题,依赖于被卸载软件包的其他软件包将被一同卸载.
---apt-get clean命令安全有效的清理/var/cache/apt/archives/目录中的文件.
没有评论:
发表评论
写下你的意见和问题,一起进步。谢谢