https://github.com/fabriziosalmi/linux
Linux Scripts & Snippets Collection
https://github.com/fabriziosalmi/linux
aws cdn cloudflare collection dns dnscontrol docker linux nginx proxmox scripts shell ssh terraform ttf wordpress
Last synced: 6 months ago
JSON representation
Linux Scripts & Snippets Collection
- Host: GitHub
- URL: https://github.com/fabriziosalmi/linux
- Owner: fabriziosalmi
- Created: 2017-10-23T15:42:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T09:52:42.000Z (12 months ago)
- Last Synced: 2025-08-16T03:12:14.028Z (6 months ago)
- Topics: aws, cdn, cloudflare, collection, dns, dnscontrol, docker, linux, nginx, proxmox, scripts, shell, ssh, terraform, ttf, wordpress
- Language: Jupyter Notebook
- Homepage:
- Size: 20.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛠️ My Linux Scripts & Snippets Collection
Welcome to my collection of useful Linux scripts, snippets, and configurations that I have gathered over the years! This repository includes a variety of tools, tutorials, and utilities for system administration, networking, DevOps, and much more. Some of these scripts might be outdated but can still serve as a helpful reference or starting point. Enjoy exploring!
## 📂 Repository Structure
Here's a quick overview of the contents organized by folders:
- **📁 [alpine](./alpine/):** Scripts and guides for Alpine Linux configurations.
- **📁 [assets](./assets/):** Additional resources and assets.
- **📁 [aws](./aws/):** Scripts related to AWS automation and management.
- **📁 [cdn](./cdn/):** Tools and configurations for Content Delivery Networks.
- **📁 [cloudflare](./cloudflare/):** Various Cloudflare-related scripts and guides.
- **📁 [dns](./dns/):** DNS-related utilities and scripts.
- **📁 [dnscontrol](./dnscontrol/):** Managing DNS records using DNSControl.
- **📁 [docker](./docker/):** Dockerfiles, Docker Compose examples, and Docker-related scripts.
- **📁 [nginx](./nginx/):** Nginx configuration examples and reverse proxy setups.
- **📁 [proxmox](./proxmox/):** Scripts and guides for Proxmox management.
- **📁 [shell](./shell/):** A variety of Bash and shell scripts for different tasks.
- **📁 [ssh](./ssh/):** SSH-related scripts and configuration tips.
- **📁 [terraform](./terraform/):** Terraform scripts for automating cloud infrastructure.
- **📁 [ttf](./ttf/):** Typography-related tools and files.
- **📁 [wordpress](./wordpress/):** Scripts and utilities for managing WordPress sites.
## 🚀 Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/fabriziosalmi/linux.git
cd linux
```