
Linux
iteye_4331
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux crontab
bes[/etc/rc.d/init.d]%crontab -e0 6,13,18 * * 1,2,3,4,5,6 /sw/bes/ams_env/start_compile.sh然后在目录/etc/rc.d/init.d中启动服务:crondbes[/etc/rc.d/init.d]%./crond start用法:./crond {start|stop|status|restar...原创 2012-04-13 14:16:16 · 94 阅读 · 0 评论 -
超过 130 个你需要了解的 vim 命令
文章转载自:开源中国社区 [http://www.oschina.net]从 1970 年开始,vi 和 vim 就成为了程序员最喜爱的文本编辑器之一。5年前,我写了一个问自己名为 “每个程序员都应该知道的 100 个 vim 命令” 这次算是之前那篇文章的改进版,希望你会喜欢。基础:e filenameOpen filename for edition:wSa...原创 2013-08-20 22:56:49 · 353 阅读 · 0 评论 -
动态 MMap 没有空间了。请增大 APT::Cache-Limit 的大小。当前值:25165824
在ubuntun中更新软件报错:jiyj@ubuntu:~$ sudo apt-get install firefox[sudo] password for jiyj: Sorry, try again.[sudo] password for jiyj: 正在读取软件包列表... 有错误!E: 动态 MMap 没有空间了。请增大 APT::Cache-Limit 的大小。...原创 2013-02-03 16:36:56 · 576 阅读 · 0 评论 -
Linux中各个目录的含义
Linux中的各个目录 /This is the root directory. The mothership. The home field. The one and only top directory for your whole computer. Everything, and I mean EVERYTHING starts here. When you type ‘/...原创 2013-04-24 20:50:38 · 184 阅读 · 0 评论