
Unix/Linux
wwbutton
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 常用命令
转载自:http://blog.chinaunix.net/u1/39544/showart_310565.html 查看软件xxx安装内容 dpkg -L xxx 查找软件 apt-cache search 正则表达式 查找文件属于哪个包 dpkg -S filename apt-file search filename 查询软件xxx依...原创 2008-09-16 13:09:47 · 194 阅读 · 0 评论 -
ubuntu 增加可用字符集
首先修改local文件 sudo gvim /var/lib/locales/supported.d/local 加入如下内容;可选择加入 zh_SG.UTF-8 UTF-8 zh_HK.UTF-8 UTF-8 zh_TW.UTF-8 UTF-8 zh_CN.UTF-8 UTF-8 zh_CN.GB2312 GB2312 zh_CN.GBK GBK zh_CN.GB18030...原创 2008-09-16 13:17:35 · 299 阅读 · 0 评论 -
An A-Z Index of the Bash command line for Linux
An A-Z Index of the Bash command line for Linux alias Create an alias apropos Search Help manual pages (man -k) apt-get Search for and install software packages (Debian) aspell Spell Checker aw...原创 2009-06-05 10:06:51 · 222 阅读 · 0 评论