RSS
 

Once upon a time

01 Nov

http://silentsoftware.net/wp-content/uploads/2011/11/tumblr_lnnjqusba11qmn3kyo1_500.jpg

 
Comments Off

Posted in Uncategorized

 

update-rc.d

29 Oct

update-rc.d helps take control on services start-up. Actually it just adds/removes/renames links in rcX.d directory.

sudo update-rc.d tomcat6 disable

A lot of crap like scanner daemon (saned) can be disabled (or removed) from being started on system startup.

 
Comments Off

Posted in Uncategorized

 

Download entire website with wget

15 Oct
wget --recursive \
--no-clobber \
--page-requisites \
--convert-links \
--restrict-file-names=windows \
 --domains example.com \
 --no-parent http://example.com
 
Comments Off

Posted in Uncategorized

 

Awesome timelapse

12 Oct

Landscapes: Volume Two from Dustin Farrell on Vimeo.

 
Comments Off

Posted in Uncategorized

 

Stay Hungry Stay Foolish

06 Oct

RIP insanely great Steve Jobs

 
Comments Off

Posted in Uncategorized