I've Googled and only found something sorta like what I would like ideally.
Basically I have been slowly configuring my server with all the nessecary daemons, etc and would like to print out a log so the next time I have to setup a server I can simply goes through a list so I'm sure not to miss anything.
I have tried:
However this seems to dump more than what I need. Really I'm interested in apt-get commands issued at the CLI. I believe the commands you execute are cached (I can quickly recall previous commands using the arrow keys) so I'm wondering if I could run a grep on that cache file and only show the apt-get install commands I've executed???
Can someone show me how, please.
