biggates的心得

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  38 随笔 :: 1 文章 :: 20 评论 :: 2 引用

公告

12 2011 档案

摘要: 最近在DiskSim上写一个扩展,总是遇到Segmentation Fault,无奈之下只得采用debug的方法来逐步排查。发现一个gdb的前端叫Nemiver,还是挺好用的。安装:$sudo apt-get install nemiver使用:$nemiver application parameters阅读全文
posted @ 2011-12-06 04:28 biggates 阅读(115) | 评论 (0) 编辑

摘要: 主机为Windows 7,虚拟机为Ubuntu 11.10。首先在Virtual Box中设置数据空间名为 vbs 。 $sudo apt-get install autofs在 /etc/auto.master 中加入/media file:/etc/auto.vbox --timeout=30 --ghost在 /etc/auto.vbox 中写入vbox -fstype=vboxsf,rw vbs之后重启autofs$sudo service autofs restart即可在 /media/vbox 中访问数据空间。阅读全文
posted @ 2011-12-06 02:49 biggates 阅读(79) | 评论 (0) 编辑