Setting up a laptop for full usability in office and outside is a fairly long process. One basic description of some background info plus instructions is available here [1]. But this is perhaps not sufficient to cover what a modern setup may need.
I recently migrated from an old laptop setup to a new one. I found that apart from the raw OS-level setups and package installations, I had to do the following, to get my work environment migrated fully from the old system to the new one:
news
to run leafnode-fetch
every hour or so.dpkg-query -l
to find out the exact names of old kernel packages, and then using apt-get remove
to remove them./etc/syslog.conf
, /etc/logrotate.d/rsyslog
(for Ubuntu 9.10) and restarting syslogd
or rsyslogd
..cache
, .compiz
, .gconf
, .dbus
, .gconfd
, and so on. Carrying forward an old copy of these sub-directories into a newer version of Linux may cause problems with newer versions of the software. So it is better to just move your own data directories and files, but leave the dot-directories alone.epstopdf
cups-pdf
pseudo-printerabook.mab
So, moving from an old laptop to a new one, or as in my case, a new Ubuntu 9.10 installation from an old 7.10 one, is not a small job.
But then I see this as warm-up exercise for my profession. If I can't even do this, I can't do my day job. It's a bit like a warm-up run for an athlete --- it goes with the territory.
Links:
[1] http://intranet.merceworld.com/244
[2] http://intranet.merceworld.com/472