Archives de l’auteur : me

Publié dans photo | Commentaires fermés sur

Re: Hackers bypass .htaccess security by using GETS rather than GET

http://cd34.com/blog/web-security/hackers-bypass-htaccess-security-by-using-gets-rather-than-get/ After reading this article I immediately checked my application and found that it was subject to this issue. I started worrying and testing out how to mitigate this issue and protect my application. However, after calming down, I started looking for … Continuer la lecture

Publié dans code | Commentaires fermés sur Re: Hackers bypass .htaccess security by using GETS rather than GET

« Tu sais ce qui est le plus dur, là dedans ? avait-il repris doucement. C’est de se rendre compte d’un coup qu’on a passé toute sa vie justement à ne pas penser à cet instant précis. À faire comme si l’on … Continuer la lecture

Publié dans quote | Commentaires fermés sur

TOTD: purge

Tip Of The Day: purge On Mac OSX, the `purge’ command can be used to free up the disk caches. It’s seems to be the equivalent of the `sync && echo 3 > /proc/sys/vm/drop_caches’ on Linux.

Publié dans regular | Commentaires fermés sur TOTD: purge

Echo

Publié dans photo | Commentaires fermés sur

flock in bash script

util-linux(-ng) flock On Linux systems, there is a `flock’ command (from `util-linux’ or `util-linux-ng’) that can be used to run a command inside a file lock/unlock block. function run_lock_flock { LOCK=$1 shift touch « $LOCK » flock « $LOCK » « $@ » } portable way … Continuer la lecture

Publié dans code | Commentaires fermés sur flock in bash script

Avec les mots on ne se méfie jamais suffisamment, ils ont l’air de rien les mots, pas l’air de dangers bien sûr, plutôt de petits vents, de petits sons de bouche, ni chauds, ni froids, et facilement repris dès qu’ils … Continuer la lecture

Publié dans quote | Commentaires fermés sur

GameBoy Emulation in JavaScript

Link: GameBoy Emulation in JavaScript

Publié dans link | Commentaires fermés sur GameBoy Emulation in JavaScript

Postgresql 9.0 Hot-Standby and Streaming-Replication Overview [fr]

Link: Postgresql 9.0 Hot-Standby and Streaming-Replication Overview [fr] Un petit mémo suite à des tests de mise en œuvre du hot-standby et streaming-replication de PostgreSQL 9.0.

Publié dans code, link, network | Commentaires fermés sur Postgresql 9.0 Hot-Standby and Streaming-Replication Overview [fr]

Le peer-to-peer évolue

Link: Le peer-to-peer évolue

Publié dans link | Commentaires fermés sur Le peer-to-peer évolue