The Linux Tutorial Network - not a big organization, it is simply a loosely knit group of people who work with their own or clients Linux servers on a daily basis.
Linux
Linux Tutorial Network
Submitted by sandip on Fri, 01/02/2004 - 17:07- sandip's blog
- Login or register to post comments
Redhat Linux kernel update using up2date in command line
Submitted by sandip on Thu, 12/04/2003 - 18:31You will first need to register your system with the Redhat Network. If not, STOP, google "rhn_register".
Type the below commands in your shell as root:
#up2date -i -f kernel (for single processor server)
or
#up2date -i -f kernel-smp (for dual processor server)
Check to see all files exits in the "/boot" directory that "/etc/lilo.conf" is pointing to... followed by:
#lilo -v -v
...to install the boot loader, the "-v" option increases verborsity.
Look carefully for any errors before rebooting.
#shutdown -r now
Above is a shortcut of the steps to do the update. If you need a more extensive howto, then visit the Forum.
- sandip's blog
- Login or register to post comments
- Read more
Linux Useful Commands
Submitted by sandip on Wed, 12/03/2003 - 14:29Linux Useful Commands - Well what can I say, read on... good list of tips for Linux users!!
The Linux Cookbook: Tips and Techniques for Everyday Use
Submitted by sandip on Wed, 12/03/2003 - 14:21Linux Cookbook - A hands-on guide to getting things done on a Linux system, designed for the everyday user who is not necessarily a computer programmer.
- sandip's blog
- Login or register to post comments
Sendmail+Dialup mini-HOWTO
Submitted by sandip on Wed, 11/26/2003 - 13:05Sendmail+Dialup - This mini HOWTO describes some basic configurations that are necessary to make sendmail work comfortably in the typical at-home situation: a single machine with a dialup connection to Internet. The most important features described are:
(1) queuing remote mail while local mail is delivered immediately
(2) preventing sendmail from causing spurious triggering of the dialup connection
(3) providing automatic address translation on all outgoing mail
- sandip's blog
- Login or register to post comments
Problem Solving HOWTO
Submitted by sandip on Tue, 11/25/2003 - 17:37Problem Solving HOWTO - This document describes in full detail which steps to take when trying to solve hardware or software problems with Linux yourself. It helps the reader to find information spread all over its harddisk and teaches him how to use debugging tools.
- sandip's blog
- Login or register to post comments
RPMREBUILD
Submitted by sandip on Wed, 11/19/2003 - 17:07RPMREBUILD - rpmrebuild is a tool to build an RPM file from a package that has already been installed. It can be used to easily build modified packages, and works on any Linux distribution that uses RPM.
Securing & Optimizing Linux
Submitted by sandip on Tue, 11/18/2003 - 12:45Securing & Optimizing Linux - Free pdfs that you can read that will show how to secure and optimize RedHat or Linux in general.
- sandip's blog
- Login or register to post comments
Linux From Scratch
Submitted by sandip on Sun, 11/16/2003 - 22:04Linux From Scratch - LFS is a project that provides you with the steps necessary to build your own custom Linux system.
- sandip's blog
- Login or register to post comments
Advanced Bash-Scripting Guide
Submitted by sandip on Sat, 11/08/2003 - 03:23Advanced Bash-Scripting Guide - An in-depth exploration of the art of shell scripting
- sandip's blog
- Login or register to post comments