Monthly Archives: September 2010

Twitter vulnerabilities, using Windows, studying and new WordPress themes.

Graham Cluley, a Senior Technology Consultant at Sophos, has a nice blog piece on the Twitter worm from earlier this week. To cut a long story short, he reminds us of the importance of sanitizing inputs. Still, it was more … Continue reading

Posted in Coding, Computing, Linux, Open University, Ubuntu | Tagged , , , | 1 Comment

Bash

Two things that improve my bash productivity – stopping the cursor keys inserting characters in vim and history search in bash. Edit ~/.vimrc or /etc/vim/vimrc (for system wide) and add turn off vi compatibility: set nocompatible The latter can be … Continue reading

Posted in Computing, Linux, Ubuntu | Tagged , , | 2 Comments

Install web applications locally on Ubuntu

I was talking with someone yesterday who is hacking a WordPress theme together. If you work with web sites, being able to run a site locally allows testing, experimentation, developing new themes and even just checking that a software update … Continue reading

Posted in Computing, Linux, Ubuntu | Tagged , , | 4 Comments