Advanced Search
Search Results
141 total results found
Security
Server Hardening
Staging Configs To A USB
These scripts are broken, and are no longer being worked on.If you just copy them and execute them without reading them, they will not work, and may have unexpected results.dd can be used instead to backup the image of the SD card of the Pi and its filesystem....
Knoats
Linux
BookStack Configuration
Environment Settings Bookstack stores custom settings file .env within its active directory, /var/www/bookstack/ this is where you will go to modify most settings within your bookstack instance. Check the GitHub link below for a complete list of environment v...
Git
Vim
Backup Bookstack Using Docker
Don't drive as root, create a BookStack administrator account by following the adduser instructions. If you are running Bookstack in a docker container, run the following command to backup the database from outside the docker container. Navigate to the root o...
Ansible
Configure FTP
You can use scp instead, taking advantage of the added security and already-configured users on your system. It works a lot like ssh Copy a file from a remote host to your local host - scp -i ~/.ssh/some_key -P 22 username@123.123.123.12:/home/username/test ...
Fail2Ban
Links & Installation Fail2ban Documentation Linode Fail2ban Guide sudo yum install fail2ban sudo apt install fail2ban sudo pacman -Syu fail2ban etc.. Configuration Files /etc/fail2ban/ To modify configs, copy any fail2ban.conf to fail2ban.local and modify t...
C++
System Admin
DNS
Basic Settings To configure basic DNS for a new domain, we will only really need to create two records, after ensuring our nameservers are pointed to the correct location. If you are just messing around with NGINX or Apache, there is no real need to purchase a...
Game Development
Web Servers
NGINX
Install Install nginx by running the commands below sudo apt update && sudo apt upgrade sudo apt install nginx Configure SSL SSL certificates are limited, see the LetsEncrypt documentation on SSL rate limits for more information. Take notice of the section ab...