Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

141 total results found

Bash

Linux

Blockchain

Site Generators

Self-Hosted Applications

DevSec Baselines

Security Server Hardening

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

Linux SSH Configuration

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

Docker

Monitoring

Security

Bookstack Using Docker Compose

BookStack Installation

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

Self-Hosted Applications

Server Hostname

Linux System Admin

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

Linux

Customization

Linux

Documentation Generators

Self-Hosted Applications

Unity

Game Development

Welcome to Knoats!

BookStack 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

Networking

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...