ZedTuX 0n R00t

Je travaille pour la plus grand entreprise du monde: L'open source.

Remove Docker images no more used

How to go from the following: to: easily ? Just run the following commands (and ignore the warnings and errors …): 1 2 $ docker ps -a -q --filter "status=exited" | xargs docker rm $ docker ...

Apple Numbers vs Microsoft Excel

I can't believe how easy is #Apple #Numbers compare to #Microsoft #Excel ! Microsoft users are sadomasochist in my eyes. Stop complex stuffs— ZedTuX (@zedtux) October 25, 2014 I have gi...

An idea of role management for Rails

Just a reminder for me. I was looking to the existing gems for authorisations. Pundit is nice in the way that it is segragating the policies within an app/policies/ folder but it is too complex o...

Supprimer tout les emails de mail Unix

Lorsque vous désirez supprimer tout les emails que votre système a généré, et que donc dans une nouvelle session d’un terminal vous avez ceci: 1 2 You have mail. $ Voici comment les supprimers: ...

Uninstall all the installed packages with Homebrew

After having switched to Docker all my development environment, I’ve realized that still have running all the dependencies of my previous environment like for instance Postgres. I have like 30 pac...

Capybara using Xpath to ensure there is no elements

Let’s say you are in the case where you’d like to ensure an element has no child within your test running with Capybara. You can perform this easily thanks to the have_xpath methods options: 1 ex...

Mettre a jour Docker sur OSX

Comme annoncé dans mon article précédent la nouvelle version de Docker est sortie. Docker et boot2docker passent en version 1.3.0 et fig en version 1.0.0. La procédure de mise à jour est relative...

Error response from daemon: client and server don't have same version

In case you have the following error on OSX: 1 2 3 4 5 6 7 docker version Client version: 1.3.0 Client API version: 1.15 Go version (client): go1.3.3 Git commit (client): c78088f OS/Arch (client):...

Docker 1.3.0 will be released soon !

In the case you are a Docker fan like me, you will be excited read this tweet: .@jpetazzo says that v1.3 might be released in few hours. #dockermeetup hosted by @VMware Beijing pic.twitter.com/SJT...

Streaming de torrent dans XBMC

Voici une extension pour XBMC qui permet de regarder des torrents en même temps que vous les téléchargez. Le principe rappelle fortement Popcorn Time. L’auteur de l’extension a fait une vidéo que...