NRNarendran Rammudoinnaren-aws.hashnode.dev·Mar 15, 2025 · 3 min readHost a Website on Amazon S3Step 1 : Create a bucket in Amazon S3 In the AWS Management Console, search for S3. In the AWS Management Console, search for S3. Choose Create bucket. For Bucket name, enter nextwork-website-project-name Make sure to replace name with your nam...00
NRNarendran Rammudoinshell-scripting-learning.hashnode.dev·Feb 26, 2025 · 2 min readGenerating a template for shell scriptIdea Prompt the user to provide a filename Create a file with provided name in a specific path The file will consist of : Purpose Version Created Date (should use the current date of creation) Modified Date Author (should use the username of ...00
NRNarendran Rammudoinshell-scripting-learning.hashnode.dev·Feb 26, 2025 · 1 min readShell Scripting BasicsWhat is shell scripting? Process of writing a series of commands for a Unix-based shell (like Bash, zsh, or sh) to execute sequentially Difference between scripting and programming Projects Create a basic shell script that generates a template ...00