Hello everyone,
I’ve been studying Linux for a few months now, and I set myself the challenge of creating 12 scripts and uploading them to github before the end of the year — as a way to learn Bash scripting and Linux in general. I wanted to share the first script I uploaded to GitHub. I have more in progress, but I liked this one as the first. I’d love to hear your feedback and critiques on the script and on how I’m using GitHub generally, to see what I can improve. Im sure there is a lot of room for improvement.
About the script: it's fairly simple — it shows the IPv4, IPv6, and MAC addresses of the machine and gives you the option to copy each one individually to the clipboard. It requires xclip or xsel, depending on the distro. I’ve been testing on Ubuntu and an AlmaLinux VM — I still need to check on Arch.
Here is the repo
github.com
I’ve been studying Linux for a few months now, and I set myself the challenge of creating 12 scripts and uploading them to github before the end of the year — as a way to learn Bash scripting and Linux in general. I wanted to share the first script I uploaded to GitHub. I have more in progress, but I liked this one as the first. I’d love to hear your feedback and critiques on the script and on how I’m using GitHub generally, to see what I can improve. Im sure there is a lot of room for improvement.
About the script: it's fairly simple — it shows the IPv4, IPv6, and MAC addresses of the machine and gives you the option to copy each one individually to the clipboard. It requires xclip or xsel, depending on the distro. I’ve been testing on Ubuntu and an AlmaLinux VM — I still need to check on Arch.
Here is the repo
Scripts-challenge/quip at main · brovnik/Scripts-challenge
A repository with a bunch of scripts that I made to learn more about Bash scripting and GNU/Linux - brovnik/Scripts-challenge

