AdmSnippet - a database of user-submitted server administration scripts | Product Hunt Example Image

Find server administration scripts and configurations

AdmSnippet is a database of user-submitted server administration scripts and configuration files, which allows server administrators to easily find scripts for their server administration needs.

Top 10 snippets

1

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

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.

1

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"

1

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.

1

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.

1

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