Submitted by Mi-K on Monday, February 14, 2011 - 12:25pm
If you have always dreamed to change the classic prompt of your favorite Shell, it is time to see how to do it. Open your tcsh's config that you can find in your home, it is called .tcshrc and inside, modify the line:
Submitted by Mi-K on Monday, February 14, 2011 - 10:30am
To start gdb, we have to add the -g flag at the compilation time.
So it is easy to add it in a Makefile. We are also using the Emacs IDE for running gdb.
Note that the code below does not work because we want to see the segmentation fault with gdb.
Submitted by Mi-K on Wednesday, February 2, 2011 - 11:18am
The xvf command of the tar tool allows to extract files from a file with the .tgz extension, in the current folder. Let's see an example of the xvf command: