Missing icons in Matlab, Ubuntu, Linux
aboSamoor | October 24, 2008 | 12:06 pmRunning Matlab in linux is as easy as windows, but if you are running compiz you will miss the icons in matlab !!!
To solve that you have many options
Running Matlab in linux is as easy as windows, but if you are running compiz you will miss the icons in matlab !!!
To solve that you have many options
As most of Linux Geeks terminal is the best place to play your code and ideas, today I tried to run Matlab without the GUI. It was working like charm
You have to run
matlab -nodesktop
If you don’t have Matlab and you want to install it on Linux you can find the tutorial here
Cygwin is a POSIX emulator layer for windows, it can be very handy for running most of Linux useful tools !, I had a long struggle installing Linux on my machine because all my HDDs are dynamic! (which is a big pain in the ass, luckily Linux now support those drives) so I had to find an alternative, and that was Cygwin.
I used it to run some tools such as NS2 network emulator and SSH, I thought I’d take this a step further and run a Linux desktop on it to make it more user friendly, finding gnome libraries was a hopeless case ! so i went for KDE, and I thought sharing the experience would be useful for the fact that finding a way to do it was really annoying :S, so here you go, the steps:
Read the rest of this entry »
What you have to do if you install the vga driver but it does not work?
Its so simple you have to enable it . To do so, just follow the following,
System->Administration->Hardware Drivers
You might need to restart.
Have Fun
To Install graphics drivers on ubuntu.
You need to install the driver and the configuration tool. To do that, just type the following in a terminal window:
sudo apt-get install "drive-name" " configuration-tool"
You need to change “drive-name” and “configuration-tool” according to what you have.
If you don’t know the name of your graphics card, check it here:
lspci
In my case it was Nvidia so i changed “driver-name” to nvidia-glx and “configuration-tool” to vividia-setting.
For ATI cards , you can use xrog-driver-fglrx and fglrx-control
After installation, you need do some changes on the “xrog.conf” file .Use the following command to open the file:
sudo gedit /etc/x11/xrog.conf
restart your computer
have fun
Hi Comrades,
I faced a new file type .nrg, which is a nero file ready for burning, and as you know no need for nero in linux
. But how to convert such file to the readable format .iso image file.
1. Install the nrg2iso program
sudo apt-get install nrg2iso
2.convert the file you need
nrg2iso FileYouWantToConvert.nrg TheNewFileName.iso
3.If you want to mount the new iso image
mkdir newFolder
mount -o loop file.iso newFolder/
My friend Mustafa talked about adding proxy as environment variable by exporting the http proxy server in a previous post.
I another problem,found what about a proxy server that needs authentication ? There is no problem if the application read the Gnome/KDE proxy settings because you can add the authentication parameters easily there, the problem comes from wget and other terminal based programs…
Read the rest of this entry »
Empathy is a new instant messaging client in Gnome 2.24 which aim to replace pidgin and Ekiga. It provide voice and video chat services besides the usual text chatting service.
Your probably trying to open to gmail accounts from the same computer like me, true having two different browsers will do. To configure flash player for Konqueror on Gnome all what you need to do is the following.