
linux
bboonnee
这个作者很懒,什么都没留下…
展开
-
Linux清空内存和磁盘缓存
细心的朋友会注意到,当你在linux下频繁存取文件后,物理内存会很快被用光,当程序结束后,内存不会被正常释放,而是一直作为caching.这个问题,貌似有不少人在问,不过都没有看到有什么很好解决的办法.那么我来谈谈这个问题.先来说说free命令[root@server ~]# free -m total used free转载 2012-02-24 20:27:19 · 878 阅读 · 0 评论 -
安装Ubuntu遇到unable to find a medium containing a live file system解决方案
安装unable to find a medium containing a live file system搜了好几个帖子,说是重新烧录u盘,换usb2.0,都不好使最后找到了在启动页面点击e,可以进入启动写参数界面将quiet splash后的---删除加上nouveau.modeset=0 acpi=off 点击ctrl+x或者F10键重启即可 进入系统后,打...原创 2018-10-02 08:30:48 · 43719 阅读 · 9 评论