Spam attack

Today I remembered that the comments module was enabled for this blog. I went to see the new comments. It was litteraly over 9000. So I had to delete them all. Unfortunately Drupals comment list only shows 50 comments at a time, and bulk deleting comment ...

Time in Ubuntu prompt

Run the following command in terminal $ export PROMPT_COMMAND="echo -n \[\$(date +%H:%M:%S)\]\ " ...

Install jekyll on ubuntu

Installing Jekyll using Ruby 1.9.1 on Ubuntu 13.04 should just be $ sudo gem install jekyll But I get an error. The solution is to install the dev: $ sudo apt-get install ruby1.9.1-dev And it worked! ...