This repository contains various setup scripts and configurations designed to automate system management and streamline deployment processes. The scripts are primarily designed for Debian-based systems, Raspberry Pi, macOS, and Docker environments.
cockpit/
– Scripts for setting up and managing Cockpit, a web-based server management tool.compose_files/
– Docker Compose files for orchestrating multi-container applications.portainer/
– Setup files for Portainer, a web interface for Docker management.telegraf-setup-scripts/
– Scripts for configuring Telegraf, an agent for collecting and reporting system metrics.
cron-job-setup-files/
– Automation scripts for scheduled tasks using cron.debian-files/
– Configuration files for Debian-based systems.fstab-setup/
– Files for configuring filesystem mounts.server_config/
– General server configuration scripts.ubuntu-debian-based/
– Setup scripts tailored for Ubuntu and Debian systems.
raspberrypi/
– Setup scripts for Raspberry Pi devices.rasp2/
– Additional Raspberry Pi configurations.mac-scripts/
– Configuration and setup scripts for macOS systems.
batch_files/
– Windows batch scripts for automation.copy-move-files/
– Scripts to automate file operations.git_clone_setup/
– Scripts for automating Git repository cloning and setup.reset_perms/
– Scripts to reset file/directory permissions.updates_scripts/
– Automated system update scripts.
greenbone_vas_setup/
– Setup scripts for Greenbone Vulnerability Assessment System.omv/
– Scripts for setting up OpenMediaVault, a NAS solution.
Kalitoolsinstall.sh
– Installs Kali Linux security tools.old-app-setup.sh
– Legacy application setup script.update-from_repo.py
&update-from_repo.sh
– Scripts to update systems from repositories..gitignore
– Specifies ignored files for Git version control.LICENSE
– CC-BY-NC 4.0 License (Attribution + NonCommercial).SECURITY.md
– Security policies and guidelines.
To clone and use this repository locally, run:
git init
git remote add origin https://github.com/wickedyoda/public-setupfiles
git fetch
git checkout main