Posted in 26 September 2009 ¬ 22:31h.John
Webdav is a very handy protocol for writing files back and forth across the internet.
I’ve never really had much call for it – but I’m all for it lately as I’m trying out Alfresco and would really love to see a better way to upload files than the basic web-bsaed uploader that is provided.
As Firefox [...]
Read the rest of this entry »
Posted in 29 August 2009 ¬ 11:23h.John
Today, I was looking at my printer queue and realised that Claire had tried to print something from the internet to my work printer. This meant that unless I went to the office – it would not print. A problem.
Because Claire had decided to use my laptop rather than one of the desktops, I was [...]
Read the rest of this entry »
Posted in 16 August 2009 ¬ 12:26h.John
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 »
Posted in 15 August 2009 ¬ 19:20h.John
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 »
Posted in 10 August 2009 ¬ 14:21h.John
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 »
Posted in 12 June 2009 ¬ 23:40h.John
Here’s a useful guide for some IT people that are getting into Linux, and more specifically Ubuntu.
Basically, it’s a reference for Windows users to do Linux-type commands. I’ll be adding to this post as time goes on.
Shell Commands
sudo -i set the command shell to have root privileges
Networking Commands
ifconfig shows network information (ipconfig in Windows)
ifdown eth0 [...]
Read the rest of this entry »