Articles in the system_administration category

  1. The Hidden Value of a Backup MX Host

    Posted on in System Administration

    Property value (photo by Sapfizz)A colleague of mine is not fond of backup <acronym title="Mail eXchange">MX</acronym> hosts. He (correctly) points out that all incoming mail should be transmitted through another mail server anyway, so the backup MX hosts only serves as an attack point for spammers.

    For the most part I …

  2. Let's Install JSON for PHP 5

    Posted on in System Administration

    I recently started messing around with building my own Facebook application. I figured the best way to start learning was to download the demo application and get it working on the Slaptijack web server. I quickly ran into a problem:

    PHP Fatal error:  Call to undefined function json_encode()
    

    The problem …

  3. Our New Dell Vostro 1500

    Posted on in System Administration

    Dell Vostro 1500Hello from our new Dell Vostro 1500 laptop!

    We just got this laptop for my wife to use at home, but I thought I should spend a few minutes getting everything up and working (and blog about it). Generally speaking, I'm a Mac guy, but this laptop is pretty sweet …

  4. DNS Root Server IP Address Change

    Posted on in System Administration

    Inside a server (photo by Linuxgeek)This is just a quick note for you DNS operators out there.

    Mark Andrews of ISC has notified the bind-announce mailing list that L.ROOT-SERVERS.NET has changed it's ip address to 199.7.83.42. Mark's suggested method for updating your BIND hints file is as follows:

    $ dig ns …
  5. How Do I Convert to Uppercase on the Command Line?

    Posted on in System Administration

    DOS Prompt (Traceroute) 1 (photo by carlsilver — http://www.sxc.hu/profile/carlsilver)This comes up pretty infrequently, but I think it's worth knowing. I specifically had a situation where I was greping hostnames out of a file. Personally, I like hostnames to appear in all uppercase, but this file was full of hostnames in all lowercase. You can solve the problem with …

  6. Rsync Backups: Conserve Disk Space with Hard Links

    Posted on in System Administration

    Open HDD - GoldPersonally, my data isn't so important that I need to keep years of it backed up to tape. Obviously, that isn't always the case in a corporate environment, but luckily that's not a problem for me.

    That being said, I do like to have at least a week's worth of …

  7. Turning Off Windows XP Auto Logon (Or Back On Again)

    Posted on in System Administration

    I recently installed Microsoft Windows XP Pro in Parallels Desktop on my iMac. After going through the usual motions of updates and tweaks, I set up my user account so that I wouldn't be using the built-in Administrator account. After rebooting the virtual machine, I noticed that on restart, I …

  8. Multiuser GNU Screen - Long Distance Teaching Tool

    Posted on in System Administration

    When working in an office environment, it's very easy to gather multiple administrators into one office and show them how a task is done. If, on the other hand, your administrators are spread out, these impromptu meetings are nearly impossible. GNU Screen (in multiuser mode) can solve all your problems …

Slaptijack's Koding Kraken