Archive for the ‘Servers’ Category

  • September 25, 2008

    Remove CalDav subscribed calendar from iCal, calendar won’t delete

    I used to use Leopard Server for my office. We all had accounts on there, and we used iCal and CalDav so we could all subscribe to a few common calendars. It never worked perfectly. But now we don’t use Leopard Server anymore. It just didn’t really help us out very much.

    Read more →

  • September 22, 2008
    2 Comments

    Clear or Flush DNS Cache on Mac OS X Leopard

    Sometimes it’s necessary to clear DNS cache on your local machine. If lookups are sluggish, it’s most likely your ISP, but it’s worth trying to clear cache on the local machine.

    Read more →

  • June 18, 2008
    11 Comments

    Unix get full size of directory folder

    This issue has plagued me for awhile, but I never figured out the command to actually have unix print out the size of an entire directory. I came across the need handfuls of times over the years, but today I finally needed to actually learn this one.

    Read more →

  • May 14, 2008
    1 Comment

    How to check Plesk mail logs

    Plesk uses qmail. You can check your mail logs here: /var/log/maillog I use this command to follow the maillog as it runs: tail -f /var/log/maillog You can use Control+C to get out.

    Read more →

  • May 13, 2008
    6 Comments

    Plesk, Email Piping/Email Pipe (osTicket / Trellis)

    I was trying to get email piping working on a RHEL server that runs Plesk (8.3), and I was having no luck. I just wanted to test out both the osTicket and Trellis support ticketing apps, but I had the toughest time getting either to work well on Plesk. I did finally get it working [...]

    Read more →

  • May 6, 2008

    Mod_Rewrite PHP No Input File Specified

    So I launched a site. It was using nice clean rewrites on my dev server (partly local, partly fedora 8). After launching to a godaddy server, i was getting the error: No input file specified.. I knew my redirects/rewrites should have been working. So, I did some searching, and after (yes, a gruelling 8 minutes), [...]

    Read more →

  • March 12, 2008

    Cancel iPowerWeb Hosting Nightmare

    iPowerWeb has sure given us a real hard time over here. It’s like this: we have a client that both purchased and hosts his domain with ipower. He wished to transfer his domain to our registrar, then point the domain at our servers so we can host his site.

    Read more →

  • February 28, 2008

    Leopard Directory.app – bad stuff, bad stuff

    Today I had the pleasure of trying out Mac OS X Leopard Server’s awesome new application, Directory. All I wanted to do is setup some shared addresses so everyone in my company can have access to it. Simple. Address Book used to allow this, but it’s been replaced with Directory. I’ve had nothing but bad [...]

    Read more →

  • February 25, 2008
    1 Comment

    Simple Password Protection for your website page

    Quite often you’ll need to password protect a web page. This can easily become difficult if you need to authenticate users that belong to groups or roles. But for just a quick password protected page, you can use .htaccess and Apache’s authentication. You’ll need ssh or ftp access, and your server must be configured to [...]

    Read more →

  • February 18, 2008
    3 Comments

    Subversion on Leopard Server

    After many grueling hours trying to get Subversion working on my Leopard Server, I think I’ve finally figured out the best way to do it-at least it works well for me.

    Read more →