01 2017 档案

摘要:参考: http://blog.csdn.net/echoisland/article/details/7079943 阅读全文
posted @ 2017-01-05 22:27 volcanorao 阅读(93) 评论(0) 推荐(0)
摘要:安装: http://jingyan.baidu.com/article/0320e2c1ef9f6c1b87507bf6.html 全屏: http://jingyan.baidu.com/article/f7ff0bfc13d02f2e26bb13af.html 不能安装VMware tools 阅读全文
posted @ 2017-01-05 10:45 volcanorao 阅读(163) 评论(0) 推荐(0)
摘要:1· 用git下载f2fs文件系统tools的源代码。下载地址如下:http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git 具体的操作如下:git clone git://git.kernel.org/pub/scm/li 阅读全文
posted @ 2017-01-04 17:15 volcanorao 阅读(2627) 评论(0) 推荐(0)
摘要:1. linux内核提供了16个ramdisk供使用者使用,只需格式化,并挂在便可以使用。查看 ls /dev/ram* 2. 修改配置文件: sudo gedit /etc/default/grub 修改下面这行: GRUB_CMDLINE_LINUX="ramdisk_size=1024000" 阅读全文
posted @ 2017-01-04 16:54 volcanorao 阅读(3206) 评论(0) 推荐(0)