Changes

Jump to: navigation, search

Ubuntu Gutsy template creation

191 bytes added, 14:13, 13 December 2007
Added log files cleanup
After installing packages, you'll have some junk packages laying around in your cache. Since you don't want your template to have those, this command will wipe them out.
[VE]# apt-get clean
 
==== Cleaning up log files ====
 
[VE]# cd /var/log
[VE]# > messages; > auth.log; > kern.log; > bootstrap.log
[VE]# > dpkg.log; > syslog; > daemon.log; > apt/term.log
[VE]# rm -f *.0 *.1
==== Anything else? ====

Navigation menu