RSS
 

Оголошення

24 Apr

Почув оголошення по радіо:

“Шукаю вічну любов… на літо”

Порвало!

 
Comments Off

Posted in Uncategorized

 

Mix of tabs and spaces

21 Mar

Can we all agree that anybody who mixes tabs and spaces for indentation will spend an eternity burning in hell!

 
Comments Off

Posted in Uncategorized

 

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