Jul 10, 2024 · 3 min read · Welcome 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...
Join discussionSep 1, 2023 · 2 min read · For 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...
Join discussionJan 7, 2023 · 5 min read · What 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...
Join discussion
Oct 26, 2022 · 11 min read · introduction 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...
Join discussion