Amazon

Setup a WordPress Website in 5 mins

Enjoy the Video below, Blog post coming soon ! Link to Download the Script: https://github.com/linuxking77/lampstack **Note: Once you have downloaded the script , rename it from .txt to .sh and give it executable permission with chmod +x lampstack.sh **Note: People who would setup the server on EC-2 need to make sure that the security group …

Setup a WordPress Website in 5 mins Read More »

Installing Python3 & pip in AWS EC-2 Instance

In this article we will see how to install python 3 and python pip in AWS EC-2 instance. CentOS 7 First step Installing epel repository [root@mail centos]# yum -y install epel-release Installing python3 [root@mail centos]# yum -y install python3 Then download the script from pypa.io [root@mail centos]# curl -O https://bootstrap.pypa.io/get-pip.py % Total % Received % …

Installing Python3 & pip in AWS EC-2 Instance Read More »

Create an Email Server in 5 mins for Email Marketing

Hey guys hope you are all doing good. Today i am gong to write a very interesting article in which i will show you how to set up your very own fully functional Email server for Email Marketing and of course to use the server as your very own email server for office or personal …

Create an Email Server in 5 mins for Email Marketing Read More »

Automating Backup from Local Machine to AWS S3

In this article we will see how to automate back from our local machine to AWS S3 with sync command. Requirements:AWS Cli should be configured on Local Linux MachineInternet Connectivity [Of course] In our previous posts we saw how to install and configure AWS Cli on local machine. If you are don’t know how to …

Automating Backup from Local Machine to AWS S3 Read More »

Installing AWS CLI Version 2 in Linux

Hey all, today i decided to install AW Cli version 2 in my Linux mint and therefore would like to share how to do that in simple steps. So let’s start: Prerequisites:Curlunzip Downloading:curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip Unzipunzip awscliv2.zip Install:sudo ./aws/install Confirmation:# aws –version **Note: If aws command is not in your path, you can add …

Installing AWS CLI Version 2 in Linux Read More »

Scroll to Top
Contact Us