Ctrl+Alt+Backspace (i.e. the shortcut which was used to restart the X server) has to be enabled in a different way with respect to previous releases of Ubuntu.
This is due to the fact that “DontZap” is no longer an option in the X server and has become an option in XKB instead.
Using GNOME
* Get to the System->Preferences->Keyboard menu.
* Select the “Layouts” tab and click on the “Layout Options” button.
* Then select “Key sequence to kill the X server” and enable “Control + Alt + Backspace”.
Using KDE
* Launch “systemsettings”
* Select “Regional & Language”.
* Select “Keyboard Layout”.
* Click on “Enable keyboard layouts” (in the Layout tab).
* Select the “Advanced” tab. Then select “Key sequence to kill the X server” and enable “Control + Alt + Backspace”.
Using the command line
You can type the following command to enable Zapping immediately.
setxkbmap -option terminate:ctrl_alt_bksp
If you’re happy with the new behaviour you can add that command to your ~/.xinitrc in order to make the change permanent.
Using HAL
You can add the following line in /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi (inside the <match key=”info.capabilities” contains=”input.keys”> section):
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
In Ubuntu, the Archive Manager (or file-roller) has make it easy for anyone to compress and zip up a file or folder, but if you have a large file, say 20Gb, and you want to back it up to the CD/DVD, you will find that no amount of compression can you reduce the file size to fit into 1 CD/DVD. In such case, it is a better solution to compress and split the large file into several smaller files and store them separately. This also applies if you want to share a large file on a file-sharing site. Splitting the compressed file into several smaller files will make it easier for others to download.
Most often when you download a huge file from a P2P network, it is compressed in the .daa format. When you click on it, you will find that there is no application in Ubuntu that can handle it.


















