
Ubuntu
hacker_bin1234
Debugging involves backwards reasoning, like solving murder mysteries. Something impossible occurred, and the only solid information is that it really did occur
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu下截屏 scrot
安装: sudo apt-get install scrot ------------------------------------------------------------------------------------------- 使用: 查看下帮助: scrot --help Usage : scrot [OPTIONS].原创 2011-12-02 15:37:52 · 591 阅读 · 0 评论 -
Ubuntu apt 命令参数
apt-cache search package 搜索包 apt-cache show package 获取包的相关信息,如说明、大小、版本等 sudo apt-get install package 安装包 sudo apt-get install package - - reinstall 重新安装包 sudo apt-get -f install 修复转载 2011-12-25 19:40:26 · 481 阅读 · 0 评论