12101901f80192e15fbd52d45ef339cd49f0f0e4
Fixed critical bug preventing RKHunter installation on modern Debian/Ubuntu systems THE BUG: - sed pattern only matched "deb http" (not "deb https") - Modern Ubuntu 20.04+ uses HTTPS by default - Universe repo wasn't being added to sources.list - RKHunter installation failed on Debian 11+, Ubuntu 20.04+ THE FIX: - Changed: sed 's/^deb http\(.*\)/...' - To: sed 's/^\(deb.*\) .../...' - Now matches both HTTP and HTTPS repository lines - Correctly appends universe to all deb entries ADDITIONAL IMPROVEMENTS: 1. Added 120s timeout to rkhunter --update (prevent hangs) 2. Added timeout to rkhunter --propupd (300s, prevent infinite waits) 3. Changed false success messages to conditional feedback 4. Better error handling for update commands IMPACT: Before: ❌ RKHunter fails on Ubuntu 20.04+, Debian 11+, modern Plesk/cPanel After: ✅ RKHunter works on all Debian/Ubuntu versions Tested sed pattern on: ✅ deb http://archive.ubuntu.com/ubuntu jammy main ✅ deb https://archive.ubuntu.com/ubuntu jammy main ✅ deb [signed-by=...] https://... main ✅ All modern sources.list formats Confidence: 99.5% - Resolves critical installation failures
🧪 Linux Server Toolkit - DEV Branch
STATUS: 🚀 Development & Testing Branch (Separate from Production)
This is the
devbranch for testing, development, and experimentation. Changes here are isolated from production and can be safely tested before merging to main.
🚀 Quick Start
One command - pulls dev branch with YELLOW ⚠️ BETA banner:
curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/dev.tar.gz | tar xz && source linux-server-management-toolkit/run.sh
When exiting (option 0), answer "yes" and cleanup happens automatically - no extra steps.
📍 Key Differences (Dev vs Production)
| Feature | Dev Branch | Production |
|---|---|---|
| Cache | .sysref.beta |
.sysref |
| Version | 2.1.0-BETA |
2.1.0 |
| Banner | 🟨 Yellow (⚠️) | 🔵 Cyan |
| Git Branch | dev |
main |
| Purpose | Testing & Development | Stable/Production |
📦 Features
Comprehensive multi-panel server management suite supporting cPanel, InterWorx, Plesk, and standalone Apache with:
- 🛡️ Security & Monitoring: Live attack monitor, bot blocker, malware scanner, IP reputation
- 💾 Backup & Recovery: Acronis management, MySQL database restore
- 🌐 Website Diagnostics: Error analysis, WordPress tools, Cloudflare detection
- 📧 Email Diagnostics: Mail queue, blacklist checker, SPF/DKIM/DMARC validation
- 📊 Performance Analysis: MySQL optimization, PHP tuning, hardware health, Varnish cache
- 🔍 System Diagnostics: Health checks, loadwatch analysis, bandwidth monitoring
📖 Documentation
For detailed documentation, see the main repository: https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit
Version: 2.1.0-BETA Repository: https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit Branch: dev
Languages
Shell
100%