diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-24 05:25:39 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-24 05:25:39 +0200 |
| commit | a1627ac743289e768b138f1a60753a62e0869cc4 (patch) | |
| tree | 92ab373442943f621bb26b3b284bb1da90e2923a /README.md | |
| parent | fdb0eb921205c34fb6ff5728727a097767ffae5a (diff) | |
| download | dotfiles-a1627ac743289e768b138f1a60753a62e0869cc4.tar.gz dotfiles-a1627ac743289e768b138f1a60753a62e0869cc4.zip | |
Update/Overhaul
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 48 |
1 files changed, 12 insertions, 36 deletions
@@ -2,40 +2,16 @@ ``` .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 - +├── dev/ # Development tools, IDEs, build scripts, compilers +├── media/ # Gaming, social media, video, streaming automation +├── net/ # Networking, SSH, DNS, VPN, monitoring, firewalls +├── sec/ # Security, auditing, forensics, pentesting, hardening +├── sys/ # System monitoring, hardware info, diagnostics, admin +├── utils/ # General utilities, helpers, converters, formatters +├── virt/ # Virtualization, containers, VMs, Docker, KVM +├── test/ # Testing, debugging, script validation +├── .editorconfig # Consistent editing/formatting styles +├── .gitignore # Files to ignore/not share +├── LICENSE # Usage and distribution terms +└── README.md # This documentation ``` |
