Advanced Search
Search Results
141 total results found
Bash
Blockchain
Site Generators
DevSec Baselines
Overview DevSec offers a range of baseline tests for configuring basic security across various applications. These can be ran via commandline or manually reviewed at dev-sec.io These baseline tests requires Inspec to be installed. If you don't have it instal...
Enabling Google 2FA
Overview Two factor authentication is easy to configure and helps further secure your server. It requires a few extra packages - sudo apt update && sude apt upgrade sudo apt install libpam-google-authenticator Along with these packages, we will ne...
JavaScript
Docker Compose Services
Monitoring
Bookstack Using Docker Compose
Creating a Bookstack on localhost A Bookstack can be easily ran with docker using the default .env settings and tested through visiting localhost in a web browser. Follow the Docker Installation Instructions and create a docker-compose.yml configuration that ...
URL Shortners
Server Hostname
Renaming An Ubuntu Linux Host Renaming a host on Ubuntu is simple, just need to make some very small changes to both /etc/hosts and /etc/hostname. See the comments within the files below for more information. Once these changes are made, simply reboot the hos...
ESP32
Distributions
Customization
Documentation Generators
Unity
Welcome to Knoats!
This is a personal project in server-administration, documentation, and development. None of the information here is considered official documentation of any kind. Sign up is open, email verification is required, and upon logging in you will only be able to vi...
Certbot SSL Certificates
Its important to encrypt your web traffic to keep you and anyone who passes information through your website secure. To install Certbot and generate an SSL certificate, run the below commands. curl -o- https://raw.githubusercontent.com/vinyll/certbot-install/m...