发布时间:2013-10-08 18:25:35
Debug 相关:1.1 ldd 查看可执行文件依赖库点击(此处)折叠或打开[martin@~]$ ldd /usr/bin/git linux-gate.so.1 => (0xb7711000) libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb76e4000) &n.........【阅读全文】
发布时间:2013-10-08 18:24:46
默认的官方源:点击(此处)折叠或打开# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://us.archive.ubuntu.com/ubuntu/ precise main restricteddeb-src http://us.archi.........【阅读全文】
发布时间:2013-10-08 16:58:55
Ref: ubuntu grub rescue修复方法症状:开机显示:GRUB loading error:unknow filesystem grub rescue>原因:已经发现下面几种操作会导致这种.........【阅读全文】
发布时间:2013-09-22 18:11:31
Ref: vim 如何刷新或重载reload 已打开的文件Just use :e to reload the file. I believe, if you've made changes to the file, it requires you to do :e! to force-discard your local changes and reload from the disk. If I'm not sure, I'll often yank my curr.........【阅读全文】