open source

Running a git repo site on nginx on Ubuntu

Last time around [https://zblesk.net/blog/ghost-learning-nginx-on-ubuntu/] I wrote about migrating my webs to an Ubuntu VM. One of the few things that were left to migrate was my private git repo

Ghost: making me learn nginx on Ubuntu

So the time finally came: Ghost 1.0 [https://github.com/TryGhost/Ghost/releases/tag/1.0.0] is out. My setup is a little more complex than the vanilla one: on this

csv-to-sqlite - copying from CSV files to a SQLite database

csv-to-sqlite is a command line tool that **takes CSV files and dumps their contents into a SQLite database**. The basic gist: for each file, the script creates a database table with the same name, tries to guess the data type, then copies all the data into the database.

Manipulate MSMQ with PowerShell

I´ve recently published an open source MSMQ component for the SQL Server Integration Services [https://zblesk.net/blog/2015/02/08/msmq-reader-component-for-ssis/]. While working on its implementation (and other, related things), I’