tag: VPS

command line setup and deployment of an nginx server on digitalocean

Mar 3, 2025

In this post you will find my notes on deploying an nginx server on a digitalocean droplet from the command line. I'll be using doctl, the command line tool provided by digitalocean as well as a bash script to do all of the server setup.

doctl for command line deployment of digitalocean droplet

Feb 13, 2025

In this post you will find my notes on deploying a digitalocean droplet, the name digitalocean gives to an virtual private server (VPS) instance, from the command line. I'll be using doctl, the command line tool provided by digitalocean.

VPS setup on digitalocean

Nov 2, 2022

In this post I will document my setup of an Ubuntu 22.04 VPS at Digital Ocean. I will provide links to resources at digitalocean that guided the choices I made. Of course, this is just one way to do it so read mutiple resources if you are trying this yourself.

Ubuntu VPS setup at digitalocean

Jun 27, 2014

This blog is hosted on an Ubuntu 14.04 VPS at digitalocean. This post is mainly a reminder for me of the tutorials I used to set things up, however you might find it a helpful guide as well.