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