This repository contains my personal collection of Linux scripts. Whether you are a system administrator regularly deploying software on servers or a Linux enthusiast looking to automate your environment, these scripts aim to simplify and speed up installations.
-
Automated Installation
These scripts automate installation processes by resolving dependencies and performing necessary configuration steps. -
Broad Application Support
From web servers to databases to development tools β this repository provides a wide range of installation and utility scripts. -
Ease of Use
Designed for both experienced users and beginners alike.
-
virtualbox/
Scripts for automated installation of VirtualBox and related components. -
mkscript/
Tool for generating new Bash scripts with standard headers and execution permissions. -
nsupdate/
Scripts for updating DNS records dynamically usingnsupdate. -
script_module/
Reusable Bash modules such as logging utilities.
linux-scripts/
βββ LICENSE
βββ README.md
βββ mkscript/
β βββ mkscript.sh
βββ nsupdate/
β βββ nsupdate_dynamic.sh
β βββ nsupdate_in-script_config.sh
βββ script_module/
β βββ module_log_message.sh
βββ virtualbox/
β βββ install-virtualbox-linux.sh
- Clone this repository to your Linux system:
git clone https://github.com/your-username/linux-scripts.git cd linux-scripts