In my experience as a Systems Administrator, it has come up quite often to create a script to rotate and compress rather large log files. Read More
Software RAID in Linux
Tweet Several occasions have arisen where a client requested software raid-1 between two IDE drives in their server. Obviously the servers in question had no hardware raid capabilities, and compromising disk I/O read/write times for increased redundancy was more important. Below is a simple tutorial for setting up software raid in Linux, using MDADM. The [...] Read More
