Tag Archive for apache

Migration to WordPress

wordpress-logo-notext-rgb-300x300

After some time running my site using Joomla CMS, and testing WordPress for my photo blog, I have moved my main site over to WordPress too. Quite simply WordPress is about as simple as it gets for a CMS, very easy to install, config and update. The other big advantage is the massive theme and plugin selection which is very easy to access and install.

A quick word of thanks to christian_gnoth for his Joomla/Mambo To WordPress Migrator, which made the process of migrating my (admittedly minimal) number of post over, with zero hassle.

Now maybe I should try and actually write some content for a change!

Post to Twitter Post to Facebook Post to Delicious Post to Digg Post to LinkedIn Post to Reddit Post to StumbleUpon

Mumble VOIP Client

mumble-iconAfter a suggestion the other day, I investigated a new(ish) VOIP server as a possible replacement for Ventrilo. Turns out its really rather good, and to make it even better, its open source and completely free, meaning it saves us £60 pa on rental fees!

The “Murmur” server itself is a bit of a pain to setup, but once you have the basic config done, it’s really easy to use. I also setup ICE on mine, for remote access, as well as a third party web management app (PHP Mumble Admin).

Finally, I used PHP Mumble Viewer to allow users to view the mumble server from the |SFH| webpage, but to get this working properly, I ended up piggy backing it via this site! The reason for this is that our mumble server runs under Windows 2003, and ICE is a pain in the arse to get working under Windows using IIS (its basically not designed to do it, only to run under Apache). I certainly wasnt about to change our IIS server for apache just to setup a VOIP viewer! Anyway, the tekhead webserver on the other hand is running Ubuntu, so all I had to do to install ICE there was do a standard package installation and a wee bit of config:

apt-get install zeroc-ice

You can see the above output here: http://www.sentfromhell.co.uk/mumble.asp

All I can suggest is, check it out: http://mumble.sourceforge.net/

Post to Twitter Post to Facebook Post to Delicious Post to Digg Post to LinkedIn Post to Reddit Post to StumbleUpon

Ubuntu Tips

The following is simply a gathering of easy hints, tips and scripts for Ubuntu / Linux beginners (and a memory aid for me!):

Apache

Check Apache Logs for Crawlers

cat /var/log/apache2/access.log | grep -i robot | tail
Ubuntu Release Upgrades

Check your current version:

lsb_release -a

Upgrade (link):

Check the file /etc/update-manager/release-upgrades. Prompt=normal is needed when upgrading from any version to a newer version, Prompt=never will never upgrade your OS. Prompt=lts will make sure you upgrade from LTS to LTS.

sudo aptitude install update-manager-core
sudo do-release-upgrade

 

Post to Twitter Post to Facebook Post to Delicious Post to Digg Post to LinkedIn Post to Reddit Post to StumbleUpon

Stop censorship