by neuromancer - Published: January 26th, 2010

Yesterday evening in my free time I’ve made the beautiful paper Tux represented below, thanks to great guide posted on DigitalKamera.

Nerd is the way.
Another penguin is live.

Comments: No Comment - Category: fun, gnu/linux
by neuromancer - Published: January 26th, 2010

Another great initiative from the Linux Foundation: free training webinars.
Just signup here and wait until first start date.
The first webinar will be dedicated to community collaboration: “How to Work with the Linux community“.
How suggested by this news it will be available on 1st of March, 2010.

Comments: No Comment - Category: gnu/linux, programming, training
by neuromancer - Published: January 21st, 2010
Comments: No Comment - Category: ubuntu
by neuromancer - Published: January 12th, 2010

A little shell script that I’ve used to generate the list of page composing a given site

#!/bin/bash
if [ "$#" -eq 2 ]
then
wget -erobots=off --mirror --delete-after --reject .jpg,.png,.gif,.swf,.css,.js,.txt,.pdf,.rtf,.odt,.doc $1 2>&1 |grep $1 |cut -d " " -f 4 |cut -d "?" -f 1 | sort | uniq > $2
rm -rf ${1#http://}
else
echo "Usage: ./scriptname http://testsite outputfile"
fi

Save with a desired file name and give it a chmod +x and then just launch from shell:
./scriptname http://testsite outputfile

Comments: No Comment - Category: gnu/linux, shell scripting
by neuromancer - Published: January 4th, 2010

My first action of 2010 has been the subscription as associate member to Free Software Foundation.
Have a long life Free Software!
I'm a FSF Associate Member

Comments: No Comment - Category: free software