Convert HTML to PDF with HTML2PDF Web Service

Recently I launched my new product HTML2PDF Web Service — a web service for converting HTML to PDF. In this post I’d like to talk about HTML2PDF Web Service. Why to choose it, how to use it and what technologies were used to create it. Why Choose HTML2PDF Web Service? Programmatically generating PDF documents is …

Convert HTML to PDF with HTML2PDF Web Service Read More »

VirtualBox virtual machine not starting because of missing VT-X support

Today I ran into an issue where VirtualBox wouldn’t start my virtual machines anymore because of missing VT-X support. Which was strange as my CPU (Intel i7) does support this and it did work just a day ago. After some searching and trying the latest version of VirtualBox it turns out that Microsoft’s Hyper-V (Hyper …

VirtualBox virtual machine not starting because of missing VT-X support Read More »

Using rsnapshot for daily PostgreSQL backups

Having done backups for MySQL using rsnapshot before I recently had to do the same thing for PostgreSQL. Turns out PostgreSQL has similar tools to do this and it’s actually quite easy to set it up. First, assuming rsnapshot will run under the root user you’ll need to create a .pgpass file at /root/.pgpass that …

Using rsnapshot for daily PostgreSQL backups Read More »

File Joiner for .001 files

Earlier this week I was in need of a file joiner for .001-files (and .002, .003 etc.). I always though I could do this with WinRAR but that didn’t do the trick. I know Quickpar can do it as well but it requires the .svf-file. I’ve also done it using the command line (I think …

File Joiner for .001 files Read More »

Scroll to Top