Disable Shift+BackSpace from XGL

This was very annoying. You can always press this by mistake and useful info maybe lost so enter
in a konsole or gnome-terminal the code below:

 xmodmap -e “keycode 22 = BackSpace BackSpace Terminate_Server”

if you have an error by pressing this command just change the ” ” with your keyboard!

Couldn’t run kstartupconfig

The basic problem of this error is that KDE can’t load kstartupconfig because of some configurations in Gnome effected the KDE .You can fix this error by
open konsole or gnome-terminal and write

chown username.username -R /home/username/
this changes the file owner and group and operate on files and directories recursively which allows you to start kde-desktop with [...]

How to play mp3, mpeg, avi, DVD on Ubuntu

I think i find it very simple because Ubuntu is clearly Open Source.
Gnome
>System > Administration >Synaptic Package Manager>
install all the xine xmms and all the plugins
KDE
>Start>Add/Remove>install all the xine xmms and all the plugins
And run any application like xmms, xine, kaffeine, gxine, vlc media player, Movie Player and more
Comment for any questions

ATI radeon mobility X1600 drivers for Linux :)

When you enter in a konsole the command ‘glxinfo’ check if ‘direct rending : yes ‘ if not continue with the following code:
sudo gedit /etc/X11/xorg.conf  or sudo nano /etc/X11/xorg.conf
and add these lines at the end of the file:
Section “Extensions”
Option  “Composite” “Disable”
EndSection
Section “ServerFlags”
Option  “AIGLX” “off”
EndSection
then continue with the Installation
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay [...]

Ubuntu is the Best OS

First. Ubuntu is GNU/Linux operating system. All those who jealous, please hold your peace. Ubuntu pushes forward the same thing that you do. It’s in a user experience, stupid.
Second. Ubuntu is made with usability in mind. All Debian zealots (who “translate” Ubuntu as “can’t install Debian”) are probably correct from technical standpoint. They just forget, [...]