/lost+found
-
/home/recent
- Huge /var/log/lastlog file and BackupPC backup
- Quick benchmark of Gzip and Gnupg throughput
- « realm join » returns with error « Server not found in Kerberos database »
- Notes to self for future breakage involving `intel-microcode` updates
- Configuring Linux VM with french MacBook Pro keyboard and VMware Fusion
- Siara Systems leaking CPE’s MAC addresses?
- Building a Netgear DM111Pv2 firmware without scfgmgr
- Netgear DM111P backdoor?
- Problème de connexion à eurosportplayer.fr avec Safari ?
- (pas de titre)
/var/archives
- octobre 2020
- juin 2020
- décembre 2016
- janvier 2014
- décembre 2013
- octobre 2013
- août 2013
- juillet 2013
- juin 2013
- mai 2013
- février 2013
- novembre 2012
- octobre 2012
- juillet 2012
- juin 2012
- mai 2012
- avril 2012
- mars 2012
- février 2012
- janvier 2012
- novembre 2011
- octobre 2011
- septembre 2011
- juillet 2011
- juin 2011
- mai 2011
- avril 2011
- mars 2011
- février 2011
- janvier 2011
- décembre 2010
- novembre 2010
- octobre 2010
- septembre 2010
- août 2010
- juillet 2010
- juin 2010
- mai 2010
- avril 2010
Archives mensuelles : novembre 2010
« 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
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