aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-24 05:01:20 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-24 05:01:20 +0200
commit553cb2204b0bf27afe13c6332f5679bbd47172a0 (patch)
tree75c86ff018122a682e0afd7a0e2a0228a63e44bd /README.md
parentb20e4e004be74884cc72c57a3128e36fd5177d7a (diff)
downloaddotfiles-553cb2204b0bf27afe13c6332f5679bbd47172a0.tar.gz
dotfiles-553cb2204b0bf27afe13c6332f5679bbd47172a0.zip
Update/Overhaul
Diffstat (limited to 'README.md')
-rw-r--r--README.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/README.md b/README.md
index 458b3cc..3e15d2d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,41 @@
# scripts
+
+```
+.scripts/
+├── assets/ # Images, icons, templates, and other resource files
+├── env/ # OS-specific environment setups
+│ ├── linux/ # Linux-specific configurations
+│ │ ├── autorun/ # Auto-start and background services
+│ │ ├── storage/ # Disk operations, file management, backups
+│ │ └── utils/ # Linux utility scripts
+│ ├── unix/ # macOS/BSD-specific configurations
+│ ├── virt/ # Virtualization/Containerization (Docker, KVM, LXC)
+│ └── windows/ # Windows-specific configurations
+│ ├── autorun/ # Auto-start and background services
+│ ├── storage/ # Disk operations, file management, backups
+│ └── utils/ # Windows utility scripts
+├── media/ # Gaming, social media, video, streaming automation
+├── network/ # Networking-related scripts
+│ ├── dns/ # DNS configuration, resolver tools
+│ ├── monitoring/ # Network monitoring, packet capture, alerts
+│ ├── ssh/ # SSH key management, tunnels, jump hosts
+│ └── vpn/ # VPN configuration and scripts
+├── security/ # Security-related scripts
+│ ├── audit/ # Security auditing, log analysis, compliance checks
+│ ├── defensive/ # Hardening, honeypots, firewall rules
+│ ├── forensics/ # Incident response, digital forensics tools
+│ └── offensive/ # Exploitation, penetration testing
+├── sysadmin/ # Administrative tasks
+│ ├── active_directory/ # Active Directory management
+│ ├── automation/ # Automated processes (cron, schedule tasks, startup scripts)
+│ ├── databases/ # Database-related scripts (backups, migrations)
+│ └── sysinfo/ # System monitoring, hardware info/diagnostics, logs, device management
+├── test/ # Testing, debugging, script validation
+├── tools/ # General utilities and helper scripts
+├── .editorconfig # Define consistent editing/formatting styles
+├── .gitignore # Specify files to ignore/not shared
+├── .gitmodules # Track external repositories
+├── LICENSE # Usage and distribution terms
+└── README.md # Documentation
+
+```