
经验总结
ppn029012
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Emacs常用记录
1. Install Emacs 2. Where is the configuration file? ~/.emacs 3. How to install a package in emacs? 3.1 Find the .el file (比如说, auto-complete.el) 3.2 Put it into a folder, 比如说放到 ~/.emacs.d/这原创 2014-12-18 14:38:00 · 2032 阅读 · 0 评论 -
Ubuntu常见问题记录
1. 升级的时候提示 No enough free disk space in /boot. 适用版本范围 : (13.04-14.01) 发生原因 : 冗余内核过多未删除 1.1. 先查看目前内核镜像 dpkg -l | grep linux-image 1.2. 删除无用内核 sudo apt-get purge linux-image-3.5.0-{17,18,19,原创 2014-12-12 11:52:15 · 2142 阅读 · 0 评论