https://github.com/josuegrullon/ubuntu-server-scripts
Collection of LAMP/LEMP utilities for ubuntu
https://github.com/josuegrullon/ubuntu-server-scripts
nginx perfex-crm php scripts shell ubuntu ubuntu-20
Last synced: about 2 months ago
JSON representation
Collection of LAMP/LEMP utilities for ubuntu
- Host: GitHub
- URL: https://github.com/josuegrullon/ubuntu-server-scripts
- Owner: josuegrullon
- Created: 2024-11-11T06:04:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T06:41:03.000Z (over 1 year ago)
- Last Synced: 2025-08-26T20:26:40.084Z (10 months ago)
- Topics: nginx, perfex-crm, php, scripts, shell, ubuntu, ubuntu-20
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/README.md
Awesome Lists containing this project
README
# (USS) ubuntu-server-scripts 🛠️
A collection of production-ready scripts for Ubuntu server management and common web stack deployment.
## 🎯 Features
- **LAMP/LEMP Stack Management**
- Perfex CRM Installation/Uninstallation
- PHP Version Management
- MySQL/MariaDB Administration
- Nginx Configuration
- **Security Tools**
- SSL Certificate Management
- Database Security
- Backup Solutions
- **System Utilities**
- IP Address Tools
- System Information
- Performance Monitoring
## 🚀 Quick Start
```bash
# Clone the repository
git clone https://github.com/josuegrullon/ubuntu-server-toolkit.git
# Make scripts executable
cd ubuntu-server-toolkit
chmod +x install/*.sh database/*.sh php/*.sh security/*.sh utils/*.sh
# Run the script you need
./install/perfex-installer.sh
```
## 📝 Usage Guidelines
Each script follows these principles:
- Interactive prompts for critical decisions
- Automatic backup before major changes
- Comprehensive error handling
- Color-coded output for clarity
- Step-by-step verification
- Detailed logging
## 🔒 Security Features
- Configuration backups
- Password strength validation
- SSL/TLS integration
- Secure default configurations
- Input validation
## 🤝 Contributing
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details.
## 📜 License
MIT License - feel free to use in personal and commercial projects.
## ⚠️ Disclaimer
These scripts are provided as-is. Always test in a staging environment first.