Skip to content

vbaska3001/Bash_Scripts_VB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VB-Bash_Scripts

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.

Scripts and Usage:

  • 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.

What’s Inside:

  • 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.

Steps to Run:

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

My Contributions

  • 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.

About

Bash scripts to perform Ping, Memory monitoring and OS update.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages