Skip to main content

Overview

The maravento/vault scripts collection provides a comprehensive set of automation tools and utilities for system administration, networking, security, and daily operations across Linux and Windows platforms.

Bash Scripts

50+ Linux scripts for system management, networking, cloud storage, and virtualization

Batch Scripts

Windows administration tools for system configuration and maintenance

Python Utilities

Cross-platform Python tools for email scanning, Git operations, and link checking

VBScript Tools

Windows automation scripts for system configuration

Quick Start

Download Individual Scripts

All scripts are available directly from the GitHub repository:
wget https://raw.githubusercontent.com/maravento/vault/master/scripts/bash/<script-name>.sh
chmod +x <script-name>.sh
./<script-name>.sh

Download Entire Scripts Folder

Use the gitfolder.py utility to download the entire scripts directory:
sudo apt install -y python-is-python3
wget -qO gitfolder.py https://raw.githubusercontent.com/maravento/vault/master/scripts/python/gitfolder.py
chmod +x gitfolder.py
python gitfolder.py https://github.com/maravento/vault/scripts

Script Categories

Bash Scripts (Linux)

Tested on Ubuntu 22.04/24.04 x64
  • Crypto price notifications
  • Joomla CMS deployment
  • RustDesk remote desktop client
  • FreeFileSync updates
  • Google Drive mounting
  • MEGAsync management
  • Rclone cloud storage integration
  • File path operations
  • Hash verification (MD5, SHA256)
  • KDE Connect integration
  • Mount management
  • Android screen mirroring
  • ARP monitoring
  • Cloudflare tunnels
  • VPN and firewall tools
  • Squid analysis tools
  • SSL-bump configuration
  • Disk health checking
  • Encrypted drive management
  • NTFS mounting
  • System migration
  • Bandwidth monitoring
  • CPU limiting
  • Process management
  • UPS integration
  • Docker and Portainer
  • VirtualBox management
  • VM operations
  • Netplan manager
  • Services monitor
  • Squid monitor

Batch Scripts (Windows)

Tested on Windows 10/11 x64
  • Print queue management
  • Network configuration reset
  • Service optimization
  • Registry backup
  • Safe boot modes
  • SMB configuration

Python Utilities

Tested on Ubuntu 22.04/24.04
  • Email Scan: Extract and replace email addresses in files
  • Git Folder: Download specific GitHub/GitLab folders (SVN replacement)
  • Link Check: Scan websites for broken links

VBScript Tools

Tested on Windows 7/10/11 x64
  • Autorun management and security

License

All scripts are licensed under:
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND. Use at your own risk and always test in a development environment first.

Build docs developers (and LLMs) love