Create AWS EC2 instance
Create AWS EC2 instance
· ☕ 3 min read
EC2 is a part of AWS, that allows users to rent virtual computers on which to run your own applications. EC2 encourages scalable deployment of applications by providing a web service through which a user can boot a virtual machine, which Amazon calls an instance.

Swap on Linux
Swap on Linux
· ☕ 3 min read
Swap is a portion of the hard disk that is used by the operating system when to store temporary data when the system is running out of memory.

Create a DigitalOcean droplet
Create a DigitalOcean droplet
· ☕ 2 min read
DigitalOcean Droplets are Linux-based virtual machines (VMs) that run on top of virtualized hardware. This post will walk you through creating a droplet on DigitalOcean.

Uninstall Snap in Ubuntu
Uninstall Snap in Ubuntu
· ☕ 1 min read
Snap is a packaging format developed by canonical to use in Ubuntu and other Linux distros. In this post, I will show you how to uninstall snap completely from your system.