Blog Posts
Explore articles on AWS, DevOps, Infrastructure as Code, Lambda observability, managing dotfiles with Git, and configuring Git SSH keys for GitHub, GitLab, and Bitbucket. Enhance your developer workflows and productivity.
How to Run an Apache Web Server Using Docker on an AWS EC2 Instance
- Mohammad Abu Mattar
- AWS
- EC2
- Docker
- Apache
- Web Server
- Published: 31 Oct, 2022
Introduction In this post, we will learn how to run an Apache web server using Docker on an AWS EC2 instance. We will use the following tools:AWS EC2 [Docker](
How To Create An AWS EC2 Instance Using AWS CLI
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
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
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
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
How to Install and Setup FireWall on Amazon Linux 2
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
Git SSH Keys for GitHub, GitLab, and Bitbucket on Windows
- Mohammad Abu Mattar
- Git
- SSH
- Windows
- Version Control
- Security
- Developer Tools
- Published: 22 Oct, 2022
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
Customization Windows Terminal With Starship
- Mohammad Abu Mattar
- Windows
- Terminal
- PowerShell
- Starship
- Customization
- Developer Tools
- Published: 21 Oct, 2022
Introduction In this article, we will learn how to install PowerShell and Starship, how to configure the Windows Terminal, and how to customize the Windows Terminal with Starship. What Is a W