Arthur's Journal

A journal of all the tidbits of information I gathered through the years.

Entries Tagged ‘CentOS’

Automated Linux Network Backup Solution

Introduction I needed a backup solution that would back up multiple servers to a single location. In order to accomplish this task I created a small Linux machine running CentOS with a cron job that will remotely connect to these machines using SSH and run the backups. Once the backup job is complete it will […]

Linux on Microsoft VirtualPC

Use Text Mode or Safe Mode to install Linux.

ISC-DHCP Programming Notes

Here are some programming notes that I have collected working with ISC-DHCP at my job that may come in handy. If you put this code in the dhcpd.conf file (Located at /etc/dhcpd.conf in RedHat/CentOS or /etc/dhcp3/dhcpd.conf in Ubuntu) if known { log (info, concat (“HOSTNAME: “, host-decl-name, ” on “,binary-to-ascii (10, 8, “.”, leased-address),” at […]