Gnu Linux--Ubuntu系统清理项整理

时间:2023-12-16 08:10:32
/*********************************************************************
 * Author  : Samson
 * Date    : 07/11/2014
 * Test platform:
 *              3.11.0.11-generic #19-Ubuntu
 *              GNU bash, version 4.2.45
 * *******************************************************************/

古有windows,今有GNU Linux。那么怎样清理GNU Linux下的垃圾呢?为了释放那能够存片的空间Gnu Linux--Ubuntu系统清理项整理   整理了一下,大概从下面的方面进行着手。若客官有其他的补充的欢迎评论加入指正,下面列出的若没有以/根文件夹開始的,都是从当前用户的家(home)文件夹開始的。切记:

注意:

下面的#号表示凝视:_(

#user_homedir/bash_history

bash_history=".bash_history"

#vim

vim_history=".viminfo"

#回收站

trash_dir=".local/share/Trash/"

#apt cache

apt_cache="/var/cache/apt/archives/*"

#cookies

foxcookies_file=".mozilla/firefox/*/cookies.sqlite"

#Dom store

foxdom_store=".mozilla/firefox/*/webappsstore.sqlite"

#URL历史

foxurl_history=".mozilla/firefox/*/places.sqlite"

#会话恢复:sessionstore.bak sessionstore.js

foxseeionstore=".mozilla/firefox/*/sessionstore.*"

#password:

foxpwd=".mozilla/firefox/*/signons.sqlite"

#网站首选项:

foxcontent=".mozilla/firefox/*/content-prefs.sqlite"

#表单历史:

foxformhistory=".mozilla/firefox/cojs83dh.default/formhistory.sqlite"



#firefox all trash

.mozilla/firefox/cojs83dh.default/webappsstore.sqlite

.mozilla/firefox/cojs83dh.default/formhistory.sqlite

.mozilla/firefox/cojs83dh.default/content-prefs.sqlite

.mozilla/firefox/cojs83dh.default/permissions.sqlite

.mozilla/firefox/cojs83dh.default/extensions.sqlite

.mozilla/firefox/cojs83dh.default/healthreport.sqlite

.mozilla/firefox/cojs83dh.default/addons.sqlite

.mozilla/firefox/cojs83dh.default/signons.sqlite

.mozilla/firefox/cojs83dh.default/cookies.sqlite

.mozilla/firefox/cojs83dh.default/places.sqlite

#firefox cache

ffox_cache=".cache/mozilla/firefox/mwad0hks.default/thumbnails/"

#flash cache

flash_cache=".adobe/Flash_Player/AssetCache/H59M8CD3/

#flash cookies

flash_cookies=".macromedia/Flash_Player/*"

#缩略图缓存

png_cache=".cache/thumbnails/*/*.png"

#系统缓存

sys_cache=".cache/*"

#近期使用文档记录

use_record=".local/share/recently-used.xbel"

#循环的日志

log_old="/var/log/*.log.*"

log_old1="/var/log/*/*.gz"

log_old2="/var/log/*.gz"

386