This repository contains Bash scripts that I created, used in Linux systems and to showcase my skills in shell scripting. Each script was written and tested by me, focusing on simple automation tasks and problem-solving in Linux systems.
- Memory_Monitor.sh - To get the processes consuming higher memory and report them using Warning messages.
- OS_Update.sh - To check and update the OS in Linux systems based on the distro available in the system.
- Ping_Script2.sh - To check network connectivity using Ping command in clients.
- Basic scripts to work with files, directories, and text.
- Scripts that use loops, conditions, and functions.
- My own logic added for error handling, automation, and user inputs.
git clone https://github.com/vbaska3001/VB-Bash_Scripts.git
cd VB-Bash_Scripts
chmod +x script_name.sh
./script_name.sh or sh script_name.sh
- Wrote all the scripts myself.
- Used Bash commands, variables, loops, and condition checks.
- Added logging, error messages, alerts and validations where required.
- Practiced automation tasks like backups with timestamps and alerts on high memory usage.