Archiv for ‘Tips’


published: September 25th, 2008

Installing Thunderbird e-mail Client on Linux

Thunderbird is a free, open-source and cross-platform mail client for most operating systems including, but not limited to, Windows, Linux and Macintosh. It is based on the Mozilla code base. It is a robust and easy to use client, similar to competing products like Outlook Express, but with some major advantages such as junk mail classification. (more…)

published: September 12th, 2008

Enabling Write support for all users in SUSE 11

Open SusE 11 is really nice linux distro ,made available by novell .It got many feature by default at the time of installation itself !!. One of this great feature is NTFS drive support.
Although root user has the full access [ i.e. Read Write and Executable ] permission by default. But other users don’t . In this tutorial I will tell you how to enable Full access to other users too. (more…)

published: July 30th, 2008

Kernel Compilation

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

(more…)

published: June 13th, 2008

Creating Your own Yum Repository

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.
(more…)

published: May 17th, 2008

Basic Command - II

cd :- change directory

usage
cd path [ and press enter ]
eg.
cd /boot
cd /var/www/html

(more…)