When you install certain updates, especially a kernel update in Ubuntu Desktop, you will get an indication that a reboot is required. But how about in Ubuntu Server? How do you know your Ubuntu requires reboot? This guide will show you how to know if your Ubuntu needs ta reboot. Check MOTD When you SSH…
Tag: ubuntu
Docker Examples Using Python and REST API
Docker is the new standard for containers because it makes developers easily ship and deploy applications into an isolated environment and will work on every host. This is because when you create a Docker image, you can include whatever dependencies that you need. In this article I will show a couple of Docker examples to…
Install Docker On Ubuntu 20.04
Docker installation using Ubuntu apt and snap never works for me, so I go to Docker official website and install Docker on Ubuntu using their instructions.