11.24
Installing restricted CODECs is easier in Ubuntu 10.04 than in previous versions.
References:
sudo /usr/share/doc/libdvdread4/install-css.sh
sudo apt-get install ffmpeg gxine vlc banshee faac k9copy
Spewing Forth Tech Stuff
Installing restricted CODECs is easier in Ubuntu 10.04 than in previous versions.
References:
CouchApp is a python tool to help develop, upload and clone applications meant for couchDb. Those applications are also known as “couchApps”.
The following recipe is used to install couchapp on Ubuntu 10.04. To use couchapp, you probably first need to install “couchdb”, but this is readily available from the usual repositories.
The issue in installing couchapp on Ubuntu 10.04 is that one needs to rely on some personal packages made available via launchpad.net.
Warning: This recipe installs keys from developers on your platform. From this point on, your platform will trust packages made available from those individuals.
From a high level view, two packages are required:
Installing add-apt-repository
Installing python-restkit
Installing couchapp
This note applies to:
References:
I am a fervent user of the 24-hour clock. However, when I install a new platform, I often accept the default locale of en_US.UTF8. In general, I do not mind this locale. However, applications such as Thunderbird use the locale to adjust the display of various elements, including time. It affects also plug-ins such as Lightning.
This note is a receipt that changes the default time display from 12-hour clock to 24-hour clock.
That’s it! From then on, applications that follow the locale will display the time in 24-hour clock format.
To verify that you successfully changed the locale, use the locale command:
The entry LC_TIME=en_DK.UTF-8 should be displayed.
This note relates to Eclipse 3.6.0
Eclipse saves a user’s preferences in a special area of the workspace directory. In fact, it saves all the information in the sub-directory called “.metadata”. If you use multiple workspaces or need to create a fresh new workspace, when you first start the workspace, you will find out that all the key bindings and other preferences are lost. Copying the “.metadata” directory between two workspaces is not an option since it also contains the information about the projects.
The process needed to copy the user’s preferences between two workspaces is to export them from the workspace containing the favoured ones, and importing them in the desired workspace. In the process, Eclipse produces a text file with an “.epf” extension which can be used to port the preferences between workspaces.
To produce the exported preferences file, use the Eclipse menu:
To import the preferences file, using the Eclipse menu:
Although there exists, in the preferences page where key bindings are assigned, a button offering to export key bindings in a CSV file, I do not know how to use the produced CSV file restore key bindings in the different workspace. The .epf method, described above, is the only one I know, so far.
This note relates to Eclipse SDK 3.6.0
Many development platforms and editors use the key combination CTL+Tab to switch between edited windows. In Eclipse, the default key combination is CTL+F6. However, the Eclipse platform is customisable and the key combination can easily be changed.
In using the Eclipse menu:
While you are at it, you should assign the binding “Shift+CTL+Tab” to the command titled “Previous Editor”
To back up your key bindings or port them into a different workspace, use the note in exporting and importing key bindings.
This note relates to:
After upgrading the latest kernel, VirtualBox stopped working. More specifically, VirtualBox complained that a host-only adapter, previously available, had disappeared and, consequently, could not start the intended virtual machine that was dependent on it.
The root cause appears to be that the VirtualBox kernel modules needed to be re-generated. Nevertheless, here is the process to fix it:
In details:
After this, VirtualBox performs as expected.
This note relates to:
Reference: Ubuntu Guide
If you install (or re-install) Windows after you have been using Linux for a while, you might find out that the disk’s MBR (Master Boot Record) has been overwritten to point directly to Windows. This notes explains how to set up the MBR to point to the original grub.
Here are the general steps:
Following are the steps in details.
Find your Ubuntu 10.04 Live CD and Boot from it
Self-explanatory. In theory, any live CD that uses Grub 2 should work.
Figure out boot partition
Using a partition editor, you can review the available partitions and remind yourself the name of the partition where the boot is located. On the Ubuntu Live CD, “gparted” is the command. It is available under the System > Administration menu.
You can add “gparted” in a Debian-based system with the following command:
Restore Master Boot Record (MBR)
Run the following commands, substituting with the correct partition names:
After this, remove Live CD, close tray and reboot. The original grub2 should load.
Add Windows to Grub2
Re-running the “update grub” should allow grub2 to discover Windows:
That should do it. Good luck.
This note relates to WUBI for Ubuntu 10.04.
Reference: Can I force Wubi to download and install a 32 bit version of Ubuntu?
On machines that feature a 64-bit processor and not much memory (less than 1GB), it might be beneficial to install a 32-bit version of Ubuntu as opposed to a 64-bit version. This reason is that the performance price in processing is probably less than the performance price in swapping due to restricted memory. 64-bit versions of kernels and applications tend to use more memory than their 32-bit counterparts.
WUBI detects the computer configuration and selects the most appropriate version of Ubuntu. On a machine equipped with a 64-bit processor, it generally elects to use a 64-bit version of Ubuntu.
To force WUBI to use a 32-bit version of Ubuntu, use the “–32bit” command line option. Instead of starting WUBI via its icon, open a command-line prompt and run:
Continue the remainder of the installation as usual.
WUBI is an Ubuntu installer that enables a user to run Ubuntu without having to repartition a Windows disk. In my opinion, this is by far the best approach to allow users stuck in Windows land to try Ubuntu.
Get it here: http://www.ubuntu.com/desktop/get-ubuntu/windows-installer
I have recommended WUBI to many in the past, and it has always been successful. Obviously, I am a fervent Ubuntu user. But, the push for Ubuntu, or any Linux distribution, is not so much for “infecting” the rest of the world. The main reason I bring it up is for development reasons. It is so much easier to install and configure development tools in Linux, that effort required in explaining the same steps in Windows is becoming impractical.
However, until WUBI came along, the dilemma was between explaining how to install development tools in Windows, or how to install a fresh OS alongside Windows. With WUBI, it is so easy to install Ubuntu “inside” Windows that the contest is trivial.
WUBI creates a large file within Windows and installs Ubuntu into it. Then, it tweaks the Windows boot manager to allow booting into Ubuntu. When Ubuntu is running, it “sees” the the special file has its hard disk. This process eliminates the need to repartition a hard drive, a specialised activity that can go wrong even for experts.
If, by any chance, a user wanted to remove WUBI from his/her system, an uninstaller is provided, which simply reclaims the space needed by the Ubuntu files. No messy removal, no repartitioning.
With Ubuntu 10.04 LTS, it seems that WUBI is now officially supported by Ubuntu. I do not know when that change came about, but it is a welcomed one. This means that users of WUBI can expect future seamless transitions to new versions of the OS.
If you have not tried Ubuntu yet and are running Windows, I recommend to take a little bit of time (an evening) and try WUBI.
If your Ubuntu machine crashes, you can always restore it fairly quickly since Ubuntu is a breeze to install. If you backup your data, then you are cooking with gas. However, after years of installing various packages, it might take a while to remember them all.
Reference: http://ubuntuforums.org/showthread.php?t=261366
The article referenced above shows how to save the list of all installed packages, as well as how to reinstall them all. The commands are shown below:
1. To get a list of all packages currently installed
2. To install all packages obtained by such a list
A comprehensive backup process should include that list as well as a copy of /etc