Thu Jun 20, 2013 9:04 pm
Thu Jun 20, 2013 10:36 pm
Sun Jun 23, 2013 7:31 pm
Sun Jun 23, 2013 9:01 pm
config=locales locales=en_GB.UTF-8
Tue Oct 01, 2013 9:53 pm
# Reset generated file
cat > /(etc)/adjtime << EOF
0.0 0 0.0
0
UTC
EOF
# Remove backup files
rm -f /boot/*.bak
rm -f /boot/*.old-dkms
rm -f /(etc)/apt/sources.list~
rm -f /(etc)/apt/trusted.gpg~
rm -f /(etc)/passwd-
rm -f /(etc)/group-
rm -f /(etc)/shadow-
rm -f /(etc)/gshadow-
rm -f /var/cache/debconf/*-old #3.8 MB
rm -f /var/lib/dpkg/*-old
# This removes dbus machine id that cache that makes each system unique.
rm -f /var/lib/dbus/machine-id
# Remove GNOME icon cache.
# 61.7 MB!
rm -f /usr/share/icons/*/icon-theme.cache
# This removes openssh-server host keys, they are regenerated by live-config
# on system start.
rm -f /(etc)/ssh/ssh_host_*_key /(etc)/ssh/ssh_host_*_key.pub
# This removes byte-compiled Python modules to save some space.
# 14 MB here
find /usr -name "*.pyc" -print0 | xargs -0r rm -f
/var/lib/aptitude/*.old
/var/lib/apt/*~
/var/lib/apt/cdroms.list
/(etc)/blkid.tab.old
/var/lib/mlocate/mlocate.db
cookies.sqlite
places.sqlite
urlclassifier3.sqlite
/var/backups/*.gz
/var/backups/*.bak
Thu Oct 03, 2013 10:58 am
Fri Oct 04, 2013 5:58 pm
Sat Oct 05, 2013 12:47 pm
Sat Oct 05, 2013 5:49 pm
Sat Oct 05, 2013 9:36 pm