Linux

Tips for Linux Users

Linux Tutorial Network

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.

Redhat Linux kernel update using up2date in command line

You 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.

Linux Useful Commands

Linux 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

Linux 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.

Sendmail+Dialup mini-HOWTO

Sendmail+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

Problem Solving HOWTO

Problem 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.

RPMREBUILD

RPMREBUILD - 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

Securing & Optimizing Linux - Free pdfs that you can read that will show how to secure and optimize RedHat or Linux in general.

Linux From Scratch

Linux From Scratch - LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Advanced Bash-Scripting Guide

Advanced Bash-Scripting Guide - An in-depth exploration of the art of shell scripting

Syndicate content
Comment