October 2009
54 posts
Instruction relative à l’éloignement par voie aérienne des étrangers en situation irrégulière.
Dimanche, quand il sera 3 heures, il sera en fait 2 heures.
Pour l’économie d’énergie. 0.28% d’économisé l’hivers en France, 2% en plus l’été pour ceux qui ont la clim’. (source, via ced)
Wine, by Twitter.
Now, MongoDB as a FreeBSD port, databases/mongodb. Just install it and enjoy!
Needed ports: devel/scons, devel/boost-all (enable PYTHON in options), devel/libexecinfo, and lang/spidermonkey.
Then compile and install MongoDB with scons all and scons --prefix=/usr/local install.
And mongo is ready to use. Enjoy!
And in a one-line : cd /usr/src && fetch http://github.com/mongodb/mongo/tarball/r1.0.0 && tar xvzf mongodb-mongo-eefb812.tar.gz && cd /usr/ports/devel/scons && make install clean && cd /usr/ports/devel/boost-all && export PYTHON=enabled && make install clean && cd /usr/ports/lang/spidermonkey && make install clean && cd /usr/src/mongodb-mongo-eefb812 && scons all && scons --prefix=/usr/local install for lazy people. :)