Posts Tagged ‘Open Source’

Tunnelling on the fly

I’ve just been tweaking with SSH. One of the common things that I have to do is reconfigure my SSH tunnels while I’m working remotely to gain access to desktops and the like.
In this situation, the cumbersome but easiest way always seemed to be to disconnect and change the command line. However, having used Putty [...]

Read the rest of this entry »

Block Facebook Adverts in Firefox

Anyone using Facebook will know that it’s quite annoying losing a good chunk of screen real estate to the adverts on the right hand side.
Of course, many others think so and there is a nice extension that will block various adverts around the internet including Facebook’s own.
Now, I’m not going to get into the morality [...]

Read the rest of this entry »

How to download BBC iPlayer programmes

Fed up with the BBC iPlayer? Well this article explains how to download BBC videos straight to your computer to watch in your favourite video player.

Read the rest of this entry »

SCP and filename spaces

Copying files with scp is difficult enough without spaces. So when a filename contains a space, scp seems to start behaving by its own rules.

Here’s a command that will copy unusual filenames without any problems in scp.

Read the rest of this entry »

Reset your MediaWiki Sysop Password

When you’re stuck without sysop access to MediaWiki because you cannot remember the sysop details then there’s a handy maintenance script that’s available (if you’ve used the package manager) to reset the sysop username and password.
On Ubuntu server you can run the following command:
php /usr/share/mediawiki/maintenance/changePassword.php –user=sysop –password=password
The script will immediately reset your sysop username and [...]

Read the rest of this entry »

CodeIgniter’s Form Helper doesn’t respect POST arrays

I’ve been working on my first ‘proper’ CodeIgniter project this week. It’s been quite gruelling, as there are some moments where I have definitely sped up my production. But it’s constantly getting hampered by the learning curve. It may be slight, but is frustrating when I hit a wall.
One issue that just cam up is [...]

Read the rest of this entry »