User: dorianniemiec
Joined January 1, 1970
User's snippets
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