Tuesday, August 16, 2022

How to Crate AWS Free Tier Account

 Prerequisites:

  • Need One Debit-Card or Credit-Card payment Gate will be VISA or Master.
  • You must have Laptop or mobile and make sure have good internet Connection.

Lets Start The Process
  • 1st move to browser and search with key word AWS Account Creation or else click on below url shown  https://aws.amazon.com/resources/create-account/


  • Next Click on the Sing-up after that give your email & Name for Your Account

  • Next Move to your Mail Inbox and copy & paste the verification code like shown below

  • Next Click on Setup Password in both the tabs like shown below


  • Next it will redirect to Payment method Page under that give Your Card Details &Click on Verify and continue 

  • Once Verification done mobile Verification like text code you have to enter  

  • On the next page, you can select a support plan as a personal account. 

  • Next after complete sign-Up click on AWS Login like shown below
    .

  • Next give password for your account which you setup earlier

  • After Complete sign-In dashboard will visible like shown below

Are You Interested To Learn DevOps Book Your Slot Today
Trainer: Subhan Shaik
Contact: +91- 7995165865

Saturday, August 13, 2022

Linux Operating System & Linux Architecture

What is Linux Operating System:
Linux is one of popular Operating System and it is a developed from version of UNIX operating System. It is open source, freely available in internet and we can use It is free of cost.




Architecture:


Hardware layer − Hardware consists of all some pre-connected devices like (RAM/ HDD/ CPU etc).

Kernel − It is the core component of Operating System, interacts directly with hardware components and
It manage the system resources. Like
1.Device Management 2.Memory Management 3.Process Management 4.Handiling System Calls

Shell − An interface to kernel, hiding complexity of kernel's functions from users. The shell takes
commands from the user and executes kernel's functions.

Utilities − Utility programs that provide the user most of the functionalities of an operating systems.

Components of Linux Operating System:

1. Kernel − Kernel is the main heart of Linux. It is responsible to manage the system resources
and it has mainly 4 responsibilities.
Device Management:
 it consist of many devices like cpu, storage, graphic-card, Memory …etc
 Kernel store the all the data related to the device in the device driver
 Without Kernel you cannot operate the device
Memory Management:
 It will tracks and give the data of used memory and un-used memory
Process Management:
 It will occupies some space to run the process and identify the process which is running on
that operating system
Handling System Calls:
 The Handling system calls are the used to perform the special tasks in that application by
calling to APIs

2.System Library 
 System libraries are special functions or programs using which application programs or
system utilities accesses Kernel's features.
 These libraries implement most of the functionalities of the operating system.

3.System Utility:
 System Utility programs are responsible to do specialized, individual level tasks.






Thursday, August 11, 2022

How to Create a Git-Hub Account as a DevOps Admin?

 

*Requirements for admin:
  • Admin need employees data means which team they are how much size of the team and details of team-mates like[E-mails, phone numbers, names….. ]
  • then divided those into diff teams and adding to them those all process while setup by ADMINS.
  • In Realtime means if your working for any project  instead of GIT you guys will use GHE-GITHUB ENTERPRISE EDITION
**Note: why GHE why not GIT means GIT is a open source means public who ever has internet accses they can access those source code by using GIT that’s why we don’t go with GIT in real-time it is not secure for our organization and our project too.


Lets start the Git-hub setup by following below steps: