BLOG
Install Latest Nodejs on CentOS/RHEL 7/6
Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Latest version node.js yum repository is maintaining […]
Install PHP Composer on CentOS 7
Composer is a dependency manager for PHP (similar to npm for Node.js or pip for Python). In this tutorial, we will go through the […]
How to Install Nginx, MySQL, PHP v7 (LEMP) stack on CentOS 7
Nginx is a growing open-source web server software and PHP v7 is the latest version of PHP engine. In this tutorial, […]
How to Install LEMP stack on Amazon Linux 2 AMI (HVM)
Nginx is a growing open-source web server software and PHP v7 is the latest version of PHP engine. In this tutorial, […]
Add new users to EC2 and give SSH Key access
In this quick post, I will show you how to add a new user to an EC2 instance and SSH with your […]
Create an EC2 Instance and Install a Web Server for Production
Launch an EC2 Instance First you create an Amazon EC2 instance in the public subnet of your VPC. To launch […]
Add new users to EC2 and give SSH Key access
In this quick post, I will show you how to add a new user to an EC2 instance and SSH with your own private […]
Create a Web Server and an Amazon RDS Database
This tutorial helps you install an Apache web server with PHP, and create a MySQL database. The web server runs […]
How to Install Redmine on CentOS 7
Redmine is one of the most popular open source project management and issue tracking software tools. It is cross-platform and […]