Ubuntu 12.04 LTS on Alienware M14xR2
Ubuntu 12 on Alienware M14xR2 – surprisingly good!
Ubuntu 12 on Alienware M14xR2 – surprisingly good!
Linux Ubuntu 9.10 : The Desktop Guide Introduction Updated for Ubuntu 9.1o (Karmic Koala) – this is the missing guide on how to setup Linux Ubuntu Desktop. : Note that this guide is still a work in progress. New sections will be added as I discover new things. Refer to Table of Content (which is…
Linux Ubuntu Cookbook Backup / Restore, Clone Aptitude Package Dump & Auto-Installation To dump the list of packages you currently have installed into the file ~/my-packages, you can do:
1 |
aptitude --display-format '%p' search '?installed!?automatic' > ~/my-packages |
The file ~/my-packages will have the complete listing of the packages you have installed in each line, but not the packages itself. How can this…