This type of files you can install the by using CHMOD command to convert it to executable: chmod +x file.bin And then run the file […]
Category: Linux
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 […]
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 […]
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 […]
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 […]
How to extract .deb or .rpm in Linux
The best and the easier way to extract .deb files to Linux is to download the alien binary package and convert the .deb file to […]
Using UML in linux :)
Umbrello UML Modeller Umbrello UML Modeller is a Unified Modelling Language diagram programme for KDE. UML allows you to create diagrams of software and other […]
Best Program to write CD’s/DVD’s in Linux
K3b is a comfortable CD/DVD writing suite for Linux/KDE. yum install k3b.i386 (recommended) or download Using K3B GUI: Make Audio CD Data DVD Data CD […]
ISO image to CD/DVD
[root@localhost govath]# cdrecord dev=help Now write to disk: [root@localhost govath]# cdrecord -v -eject speed=8 dev=0,1,0 test.iso In this example: -v is verbose -eject ejects the […]