un bouquin de plus sur vim
No no no. Don't use kill -9.
It doesn't give the process a chance to cleanly:
1) shut down socket connections
2) clean up temp files
3) inform its children that it is going away
4) reset its terminal characteristics
and so on and so on and so on.
Generally, send 15, and wait a second or two, and if that doesn't
work, send 2, and if that doesn't work, send 1. If that doesn't,
REMOVE THE BINARY because the program is badly behaved!
Don't use kill -9. Don't bring out the combine harvester just to tidy
up the flower pot.
Just another Useless Use of Usenet,
super guide sur les bonnes pratiques de graphite via blue
je capte pas pourquoi je me prends un non autorisé
suis tombé là dessus sur un truc russe (htf j'me suis retrouvé là :x)
To ensure that your Prosody instance will federate properly with the rest of the XMPP network, particularly with Google's "GTalk" service (i.e. the "@gmail.com" chat tool,) we must set the SRV records for the domain to point to the server where the Prosody instance is running. We need three records, which can be created in the DNS Management tool of your choice:
Service: _xmpp-server Protocol: TCP Port: 5269
Service: _xmpp-client Protocol: TCP Port: 5222
Service: _jabber Protocol: TCP Port: 5269
The "target" of the SRV record should point to the publicly routable hostname for that machine (e.g. "squire.bucknell.net"). The priority and weight should both be set to 0.
wha le s2s (server 2 server) sur jabber comme c'est relou à foutre pour gtalk !
caching côté nginx, intéressant pour limiter le load de pages dans beaucoup de cas, je garde la doc ici :)
un thème shaarli qui n'apporte pas grand chose, mais pourquoi pas essayer ?
Je veux aussi tester shaarli river et un ou deux autres forks de ce projet, voir comment ça sent dans le reste du monde :)
Un article framablog fort intéressant ... Ils font la promotion de jekyll pour le blogging, qui est aussi utilisé par img.bi ... Python, c'est vraiment impressionnant :-)