technology
Useful command list
Posted December 2nd, 2008 by WilliamCarrier
files
- Size of a directory
- du -hs
- Size of subdirectories
- du -h --max-dept=1
- Directories listing
- ls -l | egrep '^d'
- find -maxdepth 1 -xtype d
network
- Curent IP
- hostname -i
- Curent DNS
- traceroute -m 3 google.com
Can I trust NoScript any longer?
Posted September 24th, 2009 by WilliamCarrier
in
Giorgio Maone, the author of NoScript, recently released an update that actively and intensionally crippled Adblock Plus.
The piece of code responsible was reportedly obfuscated to make it hard to find and analyze.
Read the post of Wladmir Palant, the author of Adblock Plus, and what Giorgio has to say.
Middle of nowhere open forest
Posted April 4th, 2009 by WilliamCarrier
in
Whoah ! At first I though it was some kind of secret installation as it was hidden in the middle of nowhere but it seems there's nothing on the spot and anyway you won't find commercial available military satellite imagery as they buy blind (or exclusive) spot from commercial satellites.
auto increment single field
Posted March 17th, 2009 by WilliamCarrier
current line
Posted March 12th, 2009 by WilliamCarrier
| <me> | is there a was to output the line where a die() or exit() is run ? or anywhere like print get_current_line(); ? |
| <me> |
