identlud (identlud)
-
Voiture VS vélo http://s.vinilox.eu/1fn
-
"less -R" : allows less to keep displaying those fancy ANSI colors such as produced by "colordiff" !bash #shell !cli
about a day ago from web -
C'est un chemin qui me paraît aller dans le bons sens ;)
-
Rien que le premier argument, l'obligation de passer par un compte Google pour la synchronisation, devrait le disqualifier !
-
@theru it's definitely not french. But I can't guess much about the language...
-
seeding ... pour au moins tout le week-end
-
Les patrons remercient leurs zélés serviteurs du PS, ils peuvent à présent utiliser le chantage à l’emploi pour diminuer les salaires
-
How much is enough? #Capitalism answers: it *never* is. http://www.monbiot.com/2013/05/06/enough-already/
-
#Nestle’s boss: how come #water is not fully privatized yet? http://identi.ca/url/75788835 (don’t worry, neoliberal govts are on it).
-
Better yet : pkgrepo() { apt-cache madison ".*" | grep $1 | tr -d ' ' \ | awk -F '|' '{print $1 "=" $2}' \ | sort ; } && \ diff -u <(pkgrepo "testing/main") <(pkgrepo "unstable/main")
-
Package delta between !debian testing and unstable : diff -u <(apt-cache madison ".*" | grep "testing/main" | sort -u | awk -F '|' '{print $1 " " $2}') <(apt-cache madison ".*" | grep "unstable/main" | sort -u | awk -F '|' '{print $1 " " $2}') | less
-
C'est qui qui a le plus de mégapixels ? http://s.vinilox.eu/1ah
-
Bravo ;-)
-
Removing third-party multimedia repository for !debian wheezy : https://statusnet.lebegue.org/url/16565
-
For some times it was necessary to use third-party repositories to be able to read some media files. With Debian Wheezy 7.0 just released many codecs are available and the maintainers decided to use libav instead of ffmpeg. This is the story of how to remove the former third-party repository and use the Debian way. [...]
-
Le compostage en surface ou comment faire foisonner la vie dans votre sol - http://dlvr.it/3KYLmc
-
I've just configured my #postfix email server on !debian not to use RBL list but greylisting techniques. #selfhosting. I want to see the impact on spam received.
about 19 days ago from web -
Peut-être ... me suis pas documenté ... http://garrows.com/?p=455 et la doc apache https://statusnet.lebegue.org/url/16556 ne parlent pas de websockets
-
Si sûrement mais le principe de base d'un node.js c'est d'opérer dans un modèle "non-blocking thread" ... c'est dommage de mettre un Apache devant :(
-
I just had #pumpio to run in a VM. It was a smooth install. But something is nagging me. Will it be a problem if doesn't run on port 80 or 443, because ... I WILL keep Apache for all my other services ...