|
Wednesday June 17, 2009 |
|
My notes for Ubuntu 9.04 64b
|
TIP
|
My hard drive crashed therefore I received a new one. It means reinstall the Ubuntu 9.04 again. This post shgould be gathering of the steps necessary for me to start work again.
|
|
( Jun 17 2009, 12:49:50 PM CEST )
Permalink
|
|
Trackback URL: http://blogs.sun.com/lukas/entry/my_notes_for_ubuntu_9
|
You're better off if you just create a script for setting up your desktop as you like it, including the key bindings, virtual desktops, software, and so on, and put the script in some publicly accessible free repository.
Posted by Mikael Gueck on June 17, 2009 at 06:55 PM CEST #
Once you have installed all applications that you need (applies only to those from the Ubuntu repositories) then you could do
# dpkg --get-selections > /installed-software.log
In case you need to reinstall just do
# dpkg --set-selections < /installed-software.log
# apt-get dselect-upgrade
Great time saver.
Posted by Georg Zigldrum on June 17, 2009 at 07:28 PM CEST #