
Kernel Compilation
By Kunal Gautam | July 30, 2008
This is very presice and short note regarding kernel compilation. If you have any doubts please you can ask freely . Just leave a comment here
The following packages are needed for compiling kernel
Topics: Editorial, Tips, Tutorials | 2 Comments »
Creating Your own Yum Repository
By Kunal Gautam | June 13, 2008
YUM or Yellowdog Updater Modified is an interactive, automated update program which can be used for maintaining system using rpm. Yum is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages.
Yum makes it easier to maintain groups of machines without having to manually update each one using rpm.
Read the rest of this entry »
Topics: Information, Tips, Tutorials | 1 Comment »
Basic Shell Scripting
By Kunal Gautam | May 31, 2008
Hello to all. Sorry for delayed posting of posts.I was little bit busy in Server settings of RHEL.
So you have in mind what is shell scripting ????
Shell scripts or simply scripts are collection or group of command that are stored in a file.Now you will think what’s the use of it ?
Actually it is not possible to run each and every command manually on pc.If this is a repetative job then its again became a headache. So we use Scripting to store those commands and get Outputs. Even we can sheduled the script to run at particular time.
Topics: Information, Tutorials | 5 Comments »
Why You Should Use Ubuntu 8.04
By Rajesh Pandey | May 17, 2008
Linux-The first word that comes to the mind of any normal human being is an Operating System which is not at all User Friendly, you need to have a real in depth knowledge of Computers to use Linux. Well all this was true earlier but not now! Linux is has developed a lot and is very userfriendly as well! Linux has many Variants like Windows XP has in the form of Home and Professional Editions, these variants of Linux are known as Distro and we are going to talk about the most popular linux distro “Ubuntu”
Topics: Editorial, Information | 2 Comments »
Basic Command - II
By Kunal Gautam | May 17, 2008
cd :- change directory
usage
cd path [ and press enter ]
eg.
cd /boot
cd /var/www/html
Topics: Command, Information, Tips | 1 Comment »