Skip to content

Automated installation of Linux (Ubuntu) applications using custom scripts. Simplify and speed up your deployment processes!

License

Notifications You must be signed in to change notification settings

Turukmoorea/linux-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to linux-scripts

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.

Features

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

Directory Structure

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

  • script_module/
    Reusable Bash modules such as logging utilities.

Repository Structure

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

Usage

  1. Clone this repository to your Linux system:
    git clone https://github.com/your-username/linux-scripts.git
    cd linux-scripts

About

Automated installation of Linux (Ubuntu) applications using custom scripts. Simplify and speed up your deployment processes!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages