Missing icons in Matlab, Ubuntu, Linux

aboSamoor | October 24, 2008 | 12:06 pm

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

Read the rest of this entry »

Running Matlab without graphical interface

aboSamoor | | 11:39 am

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

matlab in terminal

matlab in terminal

If you don’t have Matlab and you want to install it on Linux you can find the tutorial here

How to run KDE3.4 desktop on Cygwin

mohqas | October 22, 2008 | 1:01 pm

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 »

How to enable your graphics card driver on Ubuntu?

MAJM | October 14, 2008 | 8:49 pm

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

How to install graphics drivers, Ubuntu?

MAJM | | 8:41 pm

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

Convert .NRG to .ISO ubuntu, linux

aboSamoor | October 12, 2008 | 2:11 pm

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/

Add authenticated proxy to terminal based applications

aboSamoor | October 5, 2008 | 11:28 am

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 »

Install empathy on ubuntu linux, hardy 8.04.1

aboSamoor | October 2, 2008 | 12:17 pm

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.

Read the rest of this entry »

How to configure Flash Player for Konqueror on Gnome?

Mustafa | October 1, 2008 | 8:52 pm

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.

Read the rest of this entry »