Linux

How To Create An AWS EC2 Instance Using AWS CLI
Introduction In this tutorial we will create an AWS EC2 instance with the AWS CLI. We will build the network around it first, then launch the instance with a user data script that installs the Apa

How to Install and Configure Node.js on EC2 Instance Amazon Linux 2
Amazon Linux 2 reached its announced end-of-support date on 30 June 2026, so it is no longer the right base image for a new instance. On Amazon Linux 2023, install Node.j

How to Install and Setup FireWall on Amazon Linux 2
Amazon Linux 2 reached its announced end-of-support date on 30 June 2026, so it is no longer the right base image for a new instance. iptables/firewalld behave the sa

How to Install Apache Web Server on Amazon Linux 2
Amazon Linux 2 reached its announced end-of-support date on 30 June 2026, so it is no longer the right base image for a new instance. On Amazon Linux 2023 the same steps

How to Install PHP and MariaDB on Amazon Linux 2
Amazon Linux 2 reached its announced end-of-support date on 30 June 2026, so it is no longer the right base image for a new instance. On Amazon Linux 2023 there is no ext

How to Install WordPress on Amazon Linux 2
Amazon Linux 2 reached its announced end-of-support date on 30 June 2026, so it is no longer the right base image for a new instance. On Amazon Linux 2023 use dnf in pl

Introduction to Linux CLI
- Linux
- Command Line Interface
- 19 Oct 2022
- 51 Mins read
Introduction The Linux operating system family is a group of free and open-source Unix systems. They consist of Red Hat, Arch Linux, Ubuntu, Debian, openSUSE, and Fedora. You must use a shell when

Dotfiles: A Git-Based Strategy for Configuration Management
Introduction Your dotfiles, those hidden .-prefixed configuration files scattered across your home directory, are the muscle memory of your environment. They hold your shell aliases, your editor

Git SSH Keys for GitHub, GitLab, and Bitbucket on Linux
Introduction By default, Git talks to remotes over HTTPS, so it asks for your username and password on every git pull or git push. SSH fixes that. GitHub, GitLab, and Bitbucket all let Git aut

VIM Cheat Sheet
What is VIM? VIM (Vi Improved) is a versatile text editor pre-installed on most Linux systems, known for its efficiency in command-line file editing. Its modal nature, switching between modes like

How To Install Docker On Linux In 4 Easy Steps
Introduction Docker is a platform that lets developers create, deploy, and run applications in containers. Containers are isolated environments that allow you to run your applications in a consist