Ubuntu 11.10 “Oneiric Ocelot”

Gnome Shell on Ubuntu 11.10

It’s got a silly name, I don’t know what an Ocelot is, or what Oneiric means but perhaps I’m just undereducated. With the new release of Ubuntu 11.10 I managed to give it a full week of release before going ahead and updating anything, which is good going for me. I went ahead and updated [...]

Continue Reading

XBMC running on HP Microserver – Tweaks

HP Microserver

A few things I noted during the first few weeks of running XBMC Live installed on the HP Microserver: 100% CPU Usage Lots of old posts on various forums about this that can lead you down all sorts of dead ends. For me, I was running Nvidia Drivers 195 which came with the XBMC Live [...]

Continue Reading

Media Server – HP ProLiant Athlon II Neo N36L MicroServer (XBMC)

HP Microserver

For some time now I’ve been wondering whether to chop my existing media centre PC in for something a bit more lounge friendly. It was a bit noisey, even with a low noise PSU and to be honest a Novatech Desktop box sitting in the corner of the room isn’t the most attractive room decoration. [...]

Continue Reading

SSH to Multiple Hosts at the Same Time (cssh)

Screenshot of cssh

Again, there is a lot of information about this elsewhere but I drop this here as a guide for myself. This is written for Ubuntu, tweak according to linux distro. Install cssh with: $ aptitude install cssh Generate default configuration: $ cssh -u > $HOME/.csshrc Edit config file ~/.csshrc – editing clusters and set cluster [...]

Continue Reading

SSH Shared Key Auth

ssh verbose output

There are many guides on doing this, I’m just dropping it here as quick reminder to myself. On server1… $ ssh-keygen -t rsa $ chmod 700 ~/.ssh $ chmod 600 ~/.ssh/id_rsa Copy to server2; then on server2… $ cat id_rsa.pub >> ~/.ssh/authorized_keys $ rm -f id_rsa.pub $ chmod 700 ~/.ssh $ chmod 600 ~/.ssh/authorized_keys If [...]

Continue Reading