kieranbarnes Independent PHP, WordPress & CubeCart Programmer

Upgrade Ubuntu Dapper to Karmic

Posted on November 17, 2009

I found an old server at a clients site today that went down during a UPS outage last weekend. It turns out it was last rebooted 645 days ago. What a trooper! It was running Ubuntu 6.06 (Dapper Drake).

Tagged as: , , Continue reading

NTLM Authentication on Ubuntu and Apache2 Revisited

Posted on November 4, 2009

It's been a while since I've had to build an NTLM integrated Apache2 server.
So I thought I'd take help from Ubuntu's packages and install LAMP from there like most people seem to be doing these days.

Once all that is up and running, you will need to download mod_ntlm_winbind. Its an ancient package I complied years ago from the samba source tree, good news is it still works.

CentOS / cPanel Firewall Setup

Posted on July 17, 2009

I almost like CentOS now. That doesn't mean I can't get used to this daft yum nonsense, but its alright.
I also almost like cPanel too. Its actually quite good when it works, who knows how to fix it when things go wrong? /scripts/fixeverything doesn't exactly fill me with confidence.

Getting mytop to work on CentOS/Redhat

Posted on July 9, 2009

Screw all these AJAXified, buzz-wordified MySQL monitors. I'm old school. I use the fantastic mytop tool Jeremy Zawodny created 9 years ago.

Unfortunately it won't run on CentOS. I got the error, 'Error in option spec: "long|!"'

Using SCP to copy files between Linux servers

Posted on April 4, 2009

even a gnome shell can look goodSCP? SCP is a method of securely transferring files between a local and a remote host or between two remote hosts, using the Secure Shell (SSH) protocol.

Sounds confusing?

Tagged as: , Continue reading

Permanently mount a Windows share in Linux

Posted on April 4, 2009

A Terrabyte?Sick of manually mounting a Windows share on Linux with "mount" for it to drop off randomly? Or not really knowing if it is mounted or not?

Then make a permanent mount in fstab.

Tagged as: Continue reading

Single Line WordPress Install

Posted on July 20, 2008

I'm getting a pro at installing WordPress now.I'm trying to cut down my install time to a minimum.

Firefox and NTLM Authentication

Posted on July 10, 2008

Firefox dislikes NTLM authentication really. Sometimes it hates it completely.
Specifically when you make AJAX requests from an NTLM authenticated server.

Fortunately, with a bit of counselling there is a resolution on hand.

Install Imagemagick / Imagick for PHP on Ubuntu

Posted on July 7, 2008

No problem if you want to install imagemagick on your server, Ubuntu makes this very easy for you with only a few simple commands.

Tagged as: Continue reading

NFS mount point hung?

Posted on May 15, 2008

Has your NFS mount point hung and turned into a black hole swallowing every filesystem command?

Try to unmount it forcefully.

umount -lf /mount/point

Then remount it,

mount -a
Tagged as: No Comments
Page 5 of 8« First...34567...Last »