technology

Useful command list

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?

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

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

Log from IRC server Freenode (IPv6) channel #SQL.

current line

non-image accessibility

Log from IRC server Freenode (IPv6) channel #CSS.

HTML DTD

Log from IRC server Freenode (IPv6) channel #CSS.

create/drop transaction

Log from IRC server Freenode (IPv6) channel #SQL.

stacking context / z-index

<me> is there a was to output the line where a die() or exit() is run ? or anywhere like print get_current_line(); ?

MySql row count

Mirroring mysql_num_rows() documentation: http://php.net/manual/en/function.mysql-num-rows.php#25917

Syndicate content
<me>