All posts filed under: Ops

Back up your server to Backblaze B2 with Duplicity

comments 3
Ops

Amazon S3 has been around for more than ten years now and I have been happily using it for offsite backups of my servers for a long time. Backblaze’s cloud backup service has been around for about the same length of time and I have been happily using it for offsite backups of my laptop, also for a long time. In September 2015, Backblaze launched a new product, B2 Cloud Storage, and while S3 standard […]

A systemd unit file for Play Framework

comments 8
Ops

New for Ubuntu 16.04 (Xenial Xerus) is systemd which replaces Upstart as the default init system. systemd basics The basic object that systemd manages is the unit which can be of different types but when it comes to running our Play app we will need to create a service. The systemctl command is used to manage systemd services, similar to the old service command. E.g. to start Nginx you now type: sudo systemctl start nginx.service […]

VirtualBox

Leave a comment
Ops

One the very few things that I need Windows for now is JavaME development. The Netbeans mobility pack runs under Linux but unfortunately all the manufacturers’ emulators require Windows. So now that I have sold my Windows laptop I needed some other way of running Windows. I considered using bootcamp on my MacBook or even repartitioning my linux box to dual boot Windows but I am now using some VM software called VirtualBox. I actually […]