摘要: 一直使用windows+secureCRT连接到服务器做开发,可能由于做linux嵌入式开发,越来越觉得windows不方便,决定全面转向ubuntu,安装完成需要清理ubuntu记录一下;1,非常有用的清理命令: sudo apt-get autoclean 清理旧版本的软件缓存 sudo apt-get clean 清理所有软件缓存 sudo apt-get autoremove 删除系统不再使用的孤立软件 2,清理opera firefox的缓存文件: ls ~/.opera/cache4 ls ~/.mozilla/firefox/*.default/Cache 3,清理Linux下孤 阅读全文
posted @ 2014-03-15 11:39 熊熊战队的老大 阅读(246) 评论(0) 推荐(0) 编辑