Home | News | Articles | Fedora Project | Fedora mirrors | Links | Fedora-Legacy |

Securing a Redhat, Fedora or Linux server howto

As a sysadmin I've learnt a lot through trail and error, with that I've put up an article which gives some nice pointers to safely connect your system to the internet.

Go to the article...


lm_sensors and SNMP howto online

I created a howto on using SNMP to read out lm_sensors data, the lm_sensors is a software application that reads out data like CPU voltage, fan speeds and tempratures inside your casing..

Go to article



Fedora Core 3 Available!

Fedora Core 3 is now available from Red Hat and at distinguished mirror sites near you, and is also available in the torrent. Fedora Core has expanded in this release to four binary ISO images and four source ISO images, and is available for both x86-64 and i386. Please file bugs via Bugzilla, Product Fedora Core, Version 3, so that they are noticed and appropriately classified. Discuss this release on fedora-list.















Unofficial FAQ Updated for Fedora Core 3
Fedora Core 1 for AMD64 Available!
Fedora C1 lm_sensors + SNMP HowTo
Securing a Redhat/Fedora install
Howto up: Help, my server got hacked !!!

 




Independent backup script   PDF  Print  E-mail 
Written by wunk  
Friday, 14 May 2004

I've been managing 40ish installs of Directadmin since a year now, and although the control panel has a great backup system built in for users and resellers, we always make a backup every night to move it to an external server over the 2nd network interface..

 

Take into account that you'll need a current tar binary, else you'll need to split up the /home backup dir alphabetically (the older tar files are limited to 4GB)

Make a backup2 user (backup can't be used due it seeing that as a system accountname) with an unlimited bandwith and diskspace package under the admin user

#!/bin/bash

cd /home/backup2
rm -f *.tar.gz

tar -zcvf SERVERNAME_SYSTEM.tar.gz /etc/* /root/*
tar -zcvf SERVERNAME.tar.gz /home/* --exclude backup2
tar -zcvf SERVERNAME_MySQL.tar.gz /var/lib/mysql/*
tar -zcvf SERVERNAME_DIRADMIN.tar.gz /usr/local/directadmin/*
tar -zcvf SERVERNAME_DNS.tar.gz /var/named/*
tar -zcvf SERVERNAME_MAIL.tar.gz /var/spool/*

 

Now you'll have all needed packages to restore Directadmin on a server in case something would go wrong, upload them on an external backup server each night to make it secure..., and put the script in the cron ('crontab -e' as root, and enter something along the line: 0 2 * * * /home/backup2/backup.scp to run it each night at 2am)

Last Updated ( Friday, 14 May 2004 )

 
EasyHosting.nl