for the GNU Compilers gcc and g++
Nice free book for GCC compiler for beginner
http://www.network-theory.co.uk/docs/gccintro/index.html
Archive for March 15th, 2008
Introduction to GCC
Posted in GNU/Linux, Scripting on March 15, 2008 | Leave a Comment »
Script to Backup and Restore Linux System using tar
Posted in Backup, GNU/Linux, Scripting on March 15, 2008 | 2 Comments »
Looking around Ubuntu forum I came across backing up and restoring Ubuntu / Linux using tar.
The concept shown over is very simple and easy to understand. There are many commercial products such as Norton Ghost and Acronis to image backup Linux server but the following procedure makes task easier to implement.
1. Backing-up
Become a superuser
$ sudo [...]


