Wordwrap in javascript

Wordwrap for console outputs I need a wordwrap because I want to align the text (mostly build tools outputs) on a specific colon on the screen. It’s easy with a bit of regex. It wraps if there is at least a character of this list ‘ ‘, ‘\n’, ‘/’ or ‘\\’ otherwise it cuts at […]

Bup on Windows

One of the best tool that I know for incremental backups is Bup. I’m using this great project for all my backups with my Linux installation. But on the Windows side, it’s an other story. This post will explain how to deploy Bup and how to browse the snapshots with the file browser. Install the […]

Reverse SSH tips

Hello, Today I will share some tips with SSH. It is very useful everytime even with crappy OS like Windows. One of the most funny feature is the TCP forwarding by Reverse SSH. For example in the case where you must connect to a SSH server and this one is behind a firewall. You have […]

libvalhalla-2.1.0

Hey ça faisait vraiment longtemps. Comme quoi, vaut mieux tard que jamais. J’ai publié une nouvelle version de libvalhalla qui remet à jour les grabbers Amazon et TMDB. C’était principalement des problèmes de changement d’API chez ces deux services. A noter que les grabbers qui se basent sur des scripts PHP maison sont cassés mais […]