3. WordPress Setup Using Ansible PlaybookWorking Step Create 2 Instance Master and Node Access Follow these Steps on Master and Node 馃挕 Create user 馃挕 Add user in sudoers file 馃挕 Edit sshd_config file sudo nano /etc/ssh/sshd_config save file -> ctrl+x , Enter 馃挕 Create ...Dec 25, 2023路2 min read
Project - 1. Push Docker Image to Docker Hub using Jenkins Pipeline馃摙馃帯Pre-requisites EC2 Instance t2.micro Install Docker Docker Hub Account Install Jenkins Install the Plugin and Set the Credentials Create a job Working Steps:- Step-1. Launch (Ubuntu) Ec2 instance t2.micro A. Go to AWS Console and Click o...Nov 20, 2023路2 min read
3. VPC - Virtual Private CloudPrivate Cloud:- VPC is a virtual network or Data Center inside AWS for one client. It is logically isolated from other virtual N/W in the AWS cloud. 5 VPC in one region and 200 subnets each vpc Automatically created NACL, DHCP, and security grou...Nov 7, 2023路5 min read
2. EC2 - Elastic Compute CloudElastic Compute Cloud 馃挕 EC2 - Elastic Compute Cloud 馃挕 EC2 - This is a Virtual Server/Machine Scalability Have 2 Storage options EBS and Instance Storage Preconfigured Template 20 Instances per region 馃挕 Compute - has the understanding ...Oct 29, 2023路7 min read
1. Introduction of AWS CloudLecture - 1 Solution Architect Associate Cloud - Use Another Server using by internet and this is - pay as you go model AWS - Amazone Web Services Company - A聽Capex- Capital Expenditure 4 server Router Switch Gateway Ac 24x7 Room Company...Oct 28, 2023路2 min read
FLP - Figlet Font FileInstall figlet apt install figlet apt install lolcat You will face this Error if the file is not present figlet -d doom "Sen DevOps" 馃挕 Error - figlet: umscript: Unable to open font file Fix this Step -1. Go to the figlet directory /usr/...Oct 27, 2023路1 min read
Terminal BannerCreate a Banner for our Terminal First you need to install the figlet and lolcat which figlet apt install figlet apt install lolcat Write your own script touch banner.sh vi banner.sh Banner Script #!/bin/bash figlet -f slant "Terminal Name" | l...Oct 22, 2023路1 min read