Skip to content

Examples of practical Bash and Python scripts for automation and server management.

Notifications You must be signed in to change notification settings

barbosacisco/useful-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Useful Scripts

A personal collection of Bash and Python scripts for server management, automation, and basic programming practice.

Project Overview

This repository contains various useful scripts organized by language and topic.

  • bash-scripts/
    Bash scripts focused on automating server management tasks such as backups, service monitoring, and system updates.

  • python-scripts/
    Python scripts organized by programming concepts (functions, loops, conditionals, etc.) and practical server management examples.

Usage

Each script is self-contained and can be run individually.
Make sure you have the necessary permissions before executing server management scripts.

Example to run a Bash script:

bash path/to/your/script.sh

Example to run a Python script:

python3 path/to/your/script.py

Requirements

  • Bash 5.0+
  • Python 3.8+
  • Basic Unix/Linux environment for running server management scripts.

Notes

Feel free to customize and adapt the scripts according to your needs!

About

Examples of practical Bash and Python scripts for automation and server management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published