You need to enable Javascript to enjoy the finer things in life... ;)

Setting up MicroK8s on Ubuntu 22.04 LTS

MircoK8s is the native offering by Ubuntu for deploying a production ready Kubernetes cluster on the local environment. In this tutorial, we will cover the following topics: Installing snapd snapd is the preferred way to install applications natively on ubuntu, according to the “ubuntu devs”. I say “ubuntu devs” because I think they are the … Read more

Setting up a LAMP Stack using Ubuntu 20.04 LTS

LAMP Stack basically means Linux + Apache + MySQL + PHP/Python/Perl. This is one of the most popular choice when hosting websites written in PHP. This stack can be extended to support any other web scripting languages as well. In this tutorial, I will be setting up a fully functional LAMP Stack with a simple PHP website. Basic Assumptions … Read more