
Ubutu
文章平均质量分 74
iteye_1643
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
我的conky配置
# set to yes if you want Conky to be forked in the background background no cpu_avg_samples 1 net_avg_samples 2 out_to_console no # X font when Xft is disabled, you can pick one with progra...原创 2011-05-04 05:20:06 · 139 阅读 · 0 评论 -
Ubuntu常用命令收集之--新手必知命令
sudo apt-get install 软件名 安装软件命令 sudo nautilus 打开文件(有root权限) su root 切换到“root” ls 列出当前目录文件(不包括隐含文件) ls -a 列出当前目录文件(包括隐含文件) ls -l 列出当前目录下文件的详细信息 cd .. 回当前目录的上一级目录 cd - 回上一次所在的目录 ...原创 2011-05-05 08:58:19 · 84 阅读 · 0 评论