1.
Jake's Routing Tutorial
Create the file /etc/sysconfig/network-scripts/route-ethX for each network interface that you want to apply static routes to. Here's a sample file. ...
2.
Tips
You can automatically run scripts for your shells. Here's an example. .... lsof | grep " /sbin" init 1 root txt REG 3,2 36848 432882 /sbin/init mdadm 1626 ...
3.
Jake's RPM Build Tutorial
It's the file that contains specifications for how to build your rpm. Remember when I said that you can make your rpms as complex or simple as you want? ...
4.
Jake's GNU Screen Tutorial
A utility that should be in every Linux SA's toolbox.
5.
Jake's RPM Build Tutorial
Let's build both a binary & source rpm package. All we have to do is call rpmbuild & point it to our all knowing spec file like this. ...
6.
Jake's mdadm RAID Setup
cp /usr/share/doc/mdadm-*/mdadm.conf-example /etc/mdadm.conf; Edit /etc/mdadm.conf. Comment-out unneccesary lines & configure the following. ...
7.
Jake's Routing Tutorial
Perhaps the title of "tutorial" is a bit of a misnomer for this document. ... Create the file /etc/sysconfig/network-scripts/route-ethX for each network ...
8.
Jake's GNU Screen Tutorial
The GNU screen utility is best described as a terminal multiplexing utility. ... You'll see several references to the "status bar" throughout this tutorial. ...
9.
Jake's GNU Screen Tutorial
The GNU screen utility is best described as a terminal multiplexing ... Ok, so you should be able to create a screen session and navigate the windows. ...
10.
Jake's RPM Build Tutorial
Covers all major points to build your own rpm packages.