SKSamish Kumarindevopsonsteroids.hashnode.dev·Nov 24, 2022 · 2 min readBASH ScriptingSHELL It is a program that can be served as an interface for an O.S. eg : C Shell, Corn Shell, Bourne Shell ## BASH (Bourne Again Shell) Steps to create a bash shell: Note : Extension : .sh Step 1 : create a new empty file.sh Step 2 : #!/bin/bash ...00
SKSamish Kumarindevopsonsteroids.hashnode.dev·Nov 13, 2022 · 3 min readGetting Started With AWSAWS Most functionality : AWS has significantly more services, and more features within those services, than any other cloud provider–from infrastructure technologies like compute, storage, and databases–to emerging technologies, such as machine lear...00
SKSamish Kumarindevopsonsteroids.hashnode.dev·Nov 4, 2022 · 4 min readLinux Commands Cheat- Sheet---# User information--- who : login name of user , date and time of login and remote host name of user . whoami : it displays system's user name . id : it displays the user identification groups : it displays the groups for which the user is belong...00
SKSamish Kumarindevopsonsteroids.hashnode.dev·Nov 2, 2022 · 3 min readDevOps : A Beginner's Guide (Before You get Started)What is DevOps ? It's a cultural practice in an organization by development team and operations team to use each other's tool, to smooth out the process of software delivery. Developers Team :- Team which collects the requirement/ problem statement a...00