-
Connecting servers from multiple providers to one cluster in a VPN (and cutting the AWS bill)
When I first started to use AWS services I was wondering why so many people use EC2 machines 24/7 and pay a ton of money for a server that - at least in Europe - you get for much less money (if you run your server the whole month). A bit later, I came to realize that it’s a lot easier to run a cluster inside AWS with their VPC service than it is at other providers.
-
A simplistic backup strategy for Git repositories to AWS S3
Since I started hosting some of my git repository on my own server instead of Github, I wanted a backup strategy for my repositories. I see several possibilities there:
-
Securing an nginx hosted website with SSL
As soon as you provide some sort of password secured login on your website, you have to implement SSL/TLS to secure the password transmission. Plus, there is the general tendency nowadays to encrypt traffic which does not transport traffic, just to protect the privacy of your internet visitors. With encryption, eavesdroppers can only know which domain (hostname) and server (IP address) you connect to, but not which page and what kind of information from that host you are reading.
-
Using different hosters for domain and subdomain
Recently for an active project I wanted to link the main domain
sprakit.com
to one hoster and a subdomainbeta.sprakit.com
to another hoster. Technically, this is not a big deal, but it’s simpler with a basic understanding of the DNS record and its entries. -
Croatian POS Tagging
POS tagging in not so common languages usually requires a bit of effort to be set up. Luckily, for Croatian, Željko Agić has created a very good POS tagger licensed under CC-BY-SA-3.0. It is based on the hunpos package which was originally created for Hungarian and which is licensed under the New BSD License.