Himanshu Palhadehpalhade.hashnode.dev·Jul 10, 2024Day 8 Task: Shell Scripting ChallengeWelcome to Day 8 of the Bash Scripting Challenge! Today, we'll cover essential concepts such as comments, echo, variables, built-in variables, and wildcards. By the end of this challenge, you'll have a single bash script that demonstrates all these c...linux-basics
vaheeda begum sheikvaheedas.hashnode.dev·Sep 1, 2023Linux commands for beginners mostly used in devopsFor this, I have created an AWS account and launched the ec2 instance Linux os. connected the command prompt ssh -i "keypair. pem" user @ dns name Ec2 instance Linux pwd -> to know on which directory you are working PWD-Print Working Directory who...Linux
Kishor Aswarkishor-devops.hashnode.dev·Jan 7, 2023Bash Shell ScriptingWhat is shell scripting? Shell Script is a series of commands written in a plain text file. Shell scripting allows us to use commands we already use at the command line. We are familiar with the interactive mode of the shell. Almost anything can be d...1 like·48 readsshell scripting
Wakanya bienwesolution.hashnode.dev·Oct 26, 2022User manual on how to use SSH to connect to a remote server in Linuxintroduction Introduction Accessing machines remotely became a necessity a long time ago and we can barely imagine how it would be if we couldn’t control computers from remote locations. There are many ways to establish a connection with a remote ma...5 likeslinux scripting