Explore
Categories
- Backup and Recovery
- Database Management
- Firewall and Security
- Monitoring and Logging
- Network Configuration
- Operating System Configuration
- Scripting Languages (e.g. Bash, Python, PowerShell)
- Server Management (e.g. Apache httpd, NGINX, IIS)
- User Management and Authentication
- Virtualization and Containerization
- Web Server Configuration
Snippets
Deploy nextjs app using docker and docker-compose
Virtualization and Containerization | by aayushchugh | submitted in October 20, 2024
Use this config to deploy nextjs applications using docker and docker-compose
Free SSL Certificate
Network Configuration | by aayushchugh | submitted in October 20, 2024
Generate a free ssl certificate using certbot
Default SVR.JS configuration
Web Server Configuration | by dorianniemiec | submitted in September 29, 2024
The default contents of "config.json" file for SVR.JS web server, copied from SVR.JS 4.0.1
Self-signed SSL/TLS certificate generation script
Firewall and Security | by dorianniemiec | submitted in September 29, 2024
This script generates self-signed SSL/TLS certificate and private key using OpenSSL.
Fail2ban filter for SVR.JS with easy-waf integration
Firewall and Security | by dorianniemiec | submitted in September 28, 2024
The filter for analyzing SVR.JS worker log files with easy-waf integration mod installed. From the SVR.JS forum post titled "Integrating SVR.JS with easy-waf integration installed with Fail2ban"
MySQL/MariaDB database and user creation
Database Management | by dorianniemiec | submitted in September 28, 2024
This SQL script creates a database and an user, and assigns permissions for a database to a user. Created for MySQL/MariaDB DBMS's.
SVR.JS installation script
Server Management (e.g. Apache httpd, NGINX, IIS) | by dorianniemiec | submitted in September 28, 2024
The script for installing SVR.JS web server on GNU/Linux, downloaded from the official SVR.JS website.
LAMP stack installation script
Server Management (e.g. Apache httpd, NGINX, IIS) | by dorianniemiec | submitted in September 28, 2024
This script installs Apache httpd, MariaDB and PHP. Applicable for Debian-based systems