Linux

VIM Cheat Sheet
- Mohammad Abu Mattar
- Linux , VIM , Text Editors , Developer Tools , Command Line
- Published: 20 Oct, 2022
- Updated: 05 Apr, 2025
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
read more
How To Install Docker On Linux In 4 Easy Steps!
- Mohammad Abu Mattar
- Docker , Linux , DevOps , System Administration , Containerization
- Published: 12 Feb, 2023
Introduction Docker is a powerful platform that allows developers to create, deploy, and run applications in containers. Containers are isolated environments that allow you to run your application
read more
How to Install and Configure Node.js on EC2 Instance Amazon Linux 2
- Mohammad Abu Mattar
- AWS , EC2 , Node.js , Linux
- Published: 07 Nov, 2022
Introduction Node.js does not exist in the default Amazon Linux 2 repository. So, we need to add the Node.js repository to the system. In this post, we will learn how to install and configure Node
read more
How To Create An AWS EC2 Instance Using AWS CLI
- Mohammad Abu Mattar
- AWS , EC2 , VPC , AWS CLI , WordPress , Linux
- Published: 30 Oct, 2022
Introduction We will learn how to create an AWS EC2 instance using AWS CLI in this tutorial. We will also discover how to set up an AWS EC2 instance so that it functions with the Apache web server
read more
How to Install WordPress on Amazon Linux 2
- Mohammad Abu Mattar
- AWS , EC2 , WordPress , LAMP Stack , Linux
- Published: 24 Oct, 2022
Introduction We will learn how to install WordPress on Amazon Linux 2 in this tutorial. We will also discover how to set up WordPress so that it functions with the Apache web server. We will also
read more
How to Install PHP and MariaDB on Amazon Linux 2
- Mohammad Abu Mattar
- AWS , EC2 , PHP , MariaDB , Apache , LAMP Stack , Linux
- Published: 24 Oct, 2022
Introduction We will learn how to set up PHP and MariaDB on Amazon Linux 2 in this tutorial. We will also discover how to set up PHP so that it functions with the Apache web server. We will also d
read more
How to Install Apache Web Server on Amazon Linux 2
- Mohammad Abu Mattar
- AWS , EC2 , Apache , Web Server , Linux , Firewall
- Published: 24 Oct, 2022
Introduction In this tutorial, we will learn how to install Apache web server on Amazon Linux 2. We will also learn how to configure Apache web server to run simple HTML web page. Prerequisite
read more
How to Install and Setup FireWall on Amazon Linux 2
- Mohammad Abu Mattar
- AWS , EC2 , Linux , Firewall , Security
- Published: 24 Oct, 2022
Introduction We will learn how to install and setup FireWall on Amazon Linux 2 in this tutorial. We will also discover how to set up FireWall so that it functions with the Amazon Linux 2. Prer
read more
Introduction to Linux CLI
- Mohammad Abu Mattar
- Linux , Command Line Interface , Operating Systems , System Administration , Developer Tools
- Published: 19 Oct, 2022
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 utilize a shell
read more
Dotfiles: A Git-Based Strategy for Configuration Management
- Mohammad Abu Mattar
- Linux , Git , Configuration Management , Developer Tools , Productivity
- Published: 27 May, 2022
Keeping your dotfiles — those hidden configuration files that dot your home directory — both safe and easily accessible across various machines can seem daunting. However, with the strategy outlined b
read more
Git SSH Keys for GitHub, GitLab, and Bitbucket on Linux
- Mohammad Abu Mattar
- Linux , Git , SSH , Version Control , Developer Tools
- Published: 18 Dec, 2021
Introduction Git connects to remotes by default via HTTPS, which requires you to enter your login and password every time you run a command like Git pull or git push, using the SSH protocol. You m
read more