|
You are here |
ananthakumaran.in | ||
| | | | |
blog.m0noc.com
|
|
| | | | | When it comes to network security and performance of network services, an important concept is how the UNIX kernel handles establishing... | |
| | | | |
willhaley.com
|
|
| | | | | After following DigitalOcean's guide for upgrading to Ubuntu Xenial I hit a snag. DNS was broken. I do not see this as a fault of DigitalOcean, but more likely an issue with Ubuntu. Update: 2017-06-27 As U?ur Çetin mentions in the comments below, there is a simpler fix for this. Find the IP address of your mirror and create an /etc/hosts entry for it. Then simply run apt upgrade. Done! Once resolvconf is working properly again, you should be able to comment out or remove the /etc/hosts entry you created for the mirror. | |
| | | | |
aaronluna.dev
|
|
| | | | | Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. In this post, I will demonstrate how to create a packer template for AWS that automatically installs and configures NGINX on the most recent Ubuntu OS. | |
| | | | |
sookocheff.com
|
|
| | | I first learned Vim in university and, since then, it has been a welcome companion for the majority of my software engineering career. Working with Python and Go programs felt natural with Vim and I was always felt productive. Yet Java was always a different beast. Whenever an opportunity to work with Java came up, I would inevitably try Vim for a while, but fall back to IntelliJ and the IdeaVim plugin to take advantage of the rich language features a full-featured IDE can give you. | ||