Anastasia Zaharievawhenmathmetdata.hashnode.dev·Nov 20, 2024Python Use CasesToday, we're taking a side quest away from the 30-day challenge because I found it interesting to learn even more about Python, and I wanted to share it here. Python is one of the most versatile programming languages and is used across a wide range o...DiscussPython
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 14, 2024☑️Day 68: Terraform and AWS EC2 - Infrastructure as Code in Practice🚀🔹Table of Contents : Introduction Prerequisites Setting Up AWS CLI and Configuring Credentials Exporting AWS Credentials as Environment Variables Creating Terraform Configuration (main.tf) Executing Terraform Commands Adding an Output to Disp...Discuss·10 likesDevops
Sharon Jonallagaddasharonlearns.hashnode.dev·Nov 9, 2024Variables in Bash ScriptingIn Bash scripting, variables allow us to store information for later use, minimizing repetition and enable us to save command outputs directly into variables. For example, the command file =$(ls) will execute ls, store its output in the file variable...DiscussShellBash
Manish ShivanandhanforfreeCodeCampfreecodecamp.org·Nov 8, 2024Useful Nmap Scripts for Ethical HackersNmap is short for Network Mapper. It’s an open-source Linux command-line tool for scanning IP addresses and ports in a network and detecting installed applications. Nmap allows network admins to identify devices running on their network, discover ope...Discussnmap
Alaran Ayobamiaythedataguy.hashnode.dev·Oct 31, 2024Bash Scripting Crash Course: Beginner's GuideIntroduction In the ever-expanding universe of technology, the command line remains an essential tool for anyone seeking to harness the full potential of their operating system. At the heart of the command line lies a powerful and versatile scripting...DiscussBash
Siddhant Gahlotsiddhant1.hashnode.dev·Oct 27, 2024Boost Productivity: Top 5 Python Scripts for a Streamlined WorkflowHere's a document outlining five production-level Python automation scripts that can enhance efficiency and reliability in various operational tasks. Each script is accompanied by a brief description, its purpose, and an example. Production-Level Py...DiscussPython
kurtnettlekurtnettle.hashnode.dev·Oct 24, 2024Country Finder - NRF24CTFProblem Statement To be a good cybersecurity engineer you have to learn writing script in python. Prerequisites Python (basic) socket module (i/o ops enough) Solution After connecting to the netcat instance, we will be given a list of coordinat...DiscussEWU NRF24 CTF (Online Preliminary Round)CTF Writeup
Ramiz Takildarfor#90DaysOfDevOpsramiz-devops-labs.hashnode.dev·Oct 22, 2024Basic Linux Shell Scripting for DevOps EngineersAs a DevOps engineer, it's crucial to understand key components of the operating system like the kernel and shell, and how they play a role in shell scripting. These concepts allow you to automate tasks, manage servers, and optimize processes. Let's ...DiscussDevops
Prashantprashantsdevlog.hashnode.dev·Oct 20, 2024BASH(Shell) Scripting 101Let's Start 🚀 In this blog, I’ll be explain the basics of Bash scripting—a powerful tool for automating tasks and managing system operations. Well this is what I learned but I try my best to explain it here.📚 When we write commands in a file, and w...Discuss·2 likesBash
Waseef TauqueerforTech Crusadingtechcrusading.hashnode.dev·Oct 18, 2024Automating AWS Resource Listing with a Simple Bash ScriptManaging AWS resources across multiple services and regions can be complex, but scripting provides an excellent opportunity to streamline this process while showcasing the power of automation in the cloud. In this blog, I present a script that automa...Discuss·1 likeAWS