Archive for the ‘Linux’ Category
High forked-daapd cpu usage?
So there I was playing with Rhythbox and bemoaning the non-existant DLNA support when I noticed (even though it’s always been there) the DAAP plugin. “What is this DAAP of which you speak?” I thought, and ended up installing mt-daapd. Turns out DAAP is rather good, and there’s even a very useful Android app for [...]
In: Linux · Tagged with: cpu usage, daap, forked-daapd, Linux, rhythmbox, ubuntu
Attachments missing with altermime and postfix
We recently experienced a problem with attachments going missing when using altermime to add a disclaimer to emails. The problem was only evident when the client was Outlook or Entourage (mange tout Rodney, mange tout). It was a real head scratcher as some emails would go through fine, others would be oddly truncated. I even [...]
In: Linux · Tagged with: Altermime, attachments, email, Entourage, mail, outlook, Postfix, truncated
Siemens SE 587 Dynamic DNS Update script
Quick script I knocked up to update dynamic dns record at freedns.afraid.org, querying the router for its IP address. Uses expect to login via telnet to the router and curl to GET the http update url. #!/bin/bash # Siemens SE 587 freedns update script # Jonathan Cutting mcmlxxii.co.uk # 20/9/2009 # Config router_login=”your_login_name” router_password=”your_login_password” router_address=”192.168.1.1″ [...]
In: Linux · Tagged with: afraid, automatic, dns, dynamic, freedns, IP address, networking, router, siemens, update
Turning Firefox into a web screensaver using a bash script
There’s a little program available for windows that lets you turn your browser into a screensaver, looping through various web content. However, there are 2 things wrong with it. Firstly it costs money. Secondly it doesn’t run on linux. So what? – we have bash – and after a bit of digging around this morning [...]
In: Linux · Tagged with: bash, command line, command line options, firefox, Linux, screensaver, ubuntu, xulrunner
Gedit document words autocompletion plugin
I followed a submission to reddit the other day highlighting a few choice plugins for gedit, as I am fond of using the default GNOME text editor. One plugin in particular caught my eye, the document words autocompletion plugin, written by Perriman. Retyping my inventive variable names (not to mention the oft flowery default php [...]
In: Linux · Tagged with: 8.10, autocomplete, autocompletion, coding, editor, gedit, ibex, intrepid, Linux, plugin, text
PHP class using Imagick – resize, reflect or drop shadow
I’ve been spending a bit of time getting to know PHP classes over the Christmas holiday, and I’ve written a couple to test out my knowledge. The first is an image uploading class, which checks for various problems with files prior to moving them to a destination directory. It checks: that the file actually exists [...]
In: Linux · Tagged with: apache, class, imagemagick, imagick, Linux, oop, photo, php, php5, upload
Nvidia 180 on Ubuntu Intrepid Ibex
EDIT: It seems the packages needed are in Intrepid updates now, so as long as they are enabled in System > Applications > Software Sources they should be installed with a simple sudo apt-get update && sudo apt-get install nvidia-glx-180 As a long-time (since Gutsy) follower of Ubuntu bug 99508, the one about the badly [...]
In: Linux · Tagged with: 180, 8.10, gutsy, hardy, intrepid, Linux, nvidia, titlebar, ubuntu
No! Please don’t do it!
There are some highly entertaining examples on the net of command line program output, but it’s great when you’re doing some system maintenance in Linux on your own machine and a gem unexpectedly crops up: :~$ sudo /etc/init.d/dovecot restart [sudo] password: * Restarting IMAP/POP3 mail server dovecot Warning: Last died with error (see error log [...]
In: Linux · Tagged with: command line, dovecot, funny
Synaptics touchpad, SHMConfig, xorg.conf and Ubuntu Intrepid 8.10
EDIT – Please note that this post only refers to the 64 bit version of Ubuntu. Some significant changes have been happening to the X server over the past couple of releases of Ubuntu. One of the most noticeable alterations has been the removal of the xorg.conf file from the default Ubuntu install (edit – [...]
In: Linux · Tagged with: 8.10, ibex, intrepid, SHMConfig, synaptics, touchpad, ubuntu, xorg.conf
FirstClass. On 64 bit AMD64 Ubuntu.
For my OU course in Web Applications Development, I have to use a piece of software called FirstClass, from OpenText. Thankfully the nice people at OpenText have packaged up a version for Debian and Ubuntu, version 8.315-2 (one major release behind Windows admittedly, but perfectly usable). If you’re using a 32 bit version the install [...]
In: Linux · Tagged with: amd64 64 bit, firstclass, libqtmt, Linux, ubuntu
