Published December 16, 2018 by

Install Redmine in Ubuntu using Shell Script

Redmine is a project management tool that allows users to manage projects flexibly while offering robust tracking tools and an extensive library of plug-ins. This free and open source solution offers an alternative to paid project management tools and includes support for wikis, forums, calendars,...
Read More
Published December 16, 2018 by

How to Increase EBS Volume Size of AWS EC2 Linux Instance

If we face data limitations in our EC2 instance's volume, we can modify or resize it. In this tutorial, I will show you how to increase the EBS volume size in AWS using a Linux instance. First, stop EC2 instance: You can also perform this step in running instance without stopping it, but if possible...
Read More
Published December 15, 2018 by

Install LAMP stack in Ubuntu using Shell Script

...
Read More
Published December 15, 2018 by

Install and Configure Latest WordPress in CentOS using Shell Script

...
Read More
Published December 15, 2018 by

Install and Configure Latest WordPress in Ubuntu using Shell Script

WordPress is a powerful, free and open-source, highly pluggable and customizable CMS that is being used by millions around the world to run blogs and fully functional websites. In this tutorial, we install and configure the latest WordPress using run single shell script on Ubuntu LAMP (Linux, Apache,...
Read More
Published December 14, 2018 by

How to Reduce EBS volume size of AWS EC2 Linux Instance

In this tutorial, I will show you how to reduce EBS volume size in AWS using an Ubuntu Linux instance. In this example, I have 25GB root volume and try to decrease it to 8GB. 1. Login to AWS management consoles and stop the instance....
Read More