smtkanchana66 /
Linux-Bible
Welcome to the Linux Command Bible repository! This guide aims to be a comprehensive resource for learning and mastering Linux commands.
Loading repository data…
hegdepavankumar / repository
Welcome to the "Shell Scripting Zero to Hero" repository, your comprehensive guide to mastering Bash shell scripting for real-world corporate scenarios. Whether you're a beginner looking to automate tedious tasks or an experienced developer aiming to enhance your scripting skills, this tutorial takes you from the basics to hero-level scripting.
Welcome to the "Shell Scripting Zero to Hero" repository, your comprehensive guide to mastering Bash shell scripting for real-world corporate scenarios. Whether you're a beginner looking to automate tedious tasks or an experienced Network/Software Engineer aiming to enhance your scripting skills, this tutorial takes you from the basics to hero-level scripting.
🚀 What's Inside:
👩💻 Hands-On Learning: Each section comes with hands-on exercises and real-world scenarios to reinforce your understanding.
🌐 Who Is This For?
📚 Why "Zero to Hero"? This repository is designed to take you from a novice to a scripting hero, providing the tools and knowledge needed to excel in real-world scripting tasks. Absolutely, here are 5 key points for your Bash scripting tutorial:
Universal Power of Bash:
Hands-on Setup:
Practical Automation:
Modularity for Efficiency:
Corporate Impact:
Ready to become a scripting hero? Clone the repository, follow the tutorials, and start scripting your way to success!
Selected from shared topics, language and repository description—not editorial ratings.
smtkanchana66 /
Welcome to the Linux Command Bible repository! This guide aims to be a comprehensive resource for learning and mastering Linux commands.
allwill90 /
Bash script to automatically connect/refresh connections to Vodafone-WiFi hotspots in italy. This script allows you to automatically login or refresh connections to Vodafone-WiFi hotspots which are free for users who have an internet subscription with vodafone and enable in their router the option to share their unused bandwidth through a secondary wifi hotspot that has the standard name "Vodafone-WiFi". When you allow to share your bandwidth, you get login credentials to connect to other people's hotspots. When you first connect to a Vodafone-WiFi hotspot your operating system detects it by trying to connect to a random website and should be redirected accordingly by the server on the router. For vodafone this happens by redirecting on the first http request to a page having the URL https://it.portal.vodafone-wifi.com/jcp/it?res=welcome with some parameters that are the mac address of the router "nasid" the router ip address "uamip" the router port "uamport" your device mac address "mac" and a random generated challenge. In case of any missing parameters or if they are wrong i found out that you get a 404 Not Found response even if the URL is correct. After getting the required parameters the url that does the login is the same as before but with res=login with the parameters attached plus your login info. In order to use this script you just need to setup the username, password and directory variables, the username and password need to have special characters url encoded (that is @ in the username is %40). You can find online tools that url encode your password if you search on google. More info: according to the places i have used this the vodafone station router gives a lease of 600 seconds or 5 minutes so you need to use some kind of watchdog to keep the wireless connection up (i use travelmate on openwrt), second you should run this as often as 5 minutes or 10 minutes (personally i run it every 5 minutes just in case). This script was written using ubuntu 18.04 and tested on it and openwrt 18.06.2, all you need is wget anda shell like bash or ash. This should work on any unix system with a shell and wget(not tested).
Advanced Scripting Techniques:
hima890 /
Welcome to the DevOps and System Engineering Course! This course is designed to help you learn and master the fundamentals of DevOps, system engineering, and Bash scripting. It covers a wide range of topics essential for modern IT operations and infrastructure management.
Indrajith-S /
Welcome to the Bash Scripting repository! Explore a collection of practical Bash scripts designed to streamline workflows and automate tasks. Delve into comprehensive notes on Bash scripting and discover a standout project—an automated backup solution that enhances system resilience and security for core servers.
psantana5 /
Welcome to my Bash Playground Repository! 💻 Explore a collection of powerful scripts I've crafted to deploy, configure, and remove various services like DNS, FTP, Email, and Web Servers. Dive into the world of Bash scripting and unleash the true potential of automation. Join me on this exhilarating quest for mastery! ⚡️
kvlx-alt /
I've been solving SQL injection PortSwigger labs to learn and practice this vulnerability. Along the way, I've honed my bash scripting skills. In this repository, I'll share the scripts I used to solve these labs and welcome any recommendations or tips to enhance my bash scripting.