Recently Updated Pages
Manual Install on Debian
Install the Prerequisites for Debian Minimal Installations sudo apt install apt-transport-https ...
Use Graylog behind NGINX for HTTPS
Update base OS and Install NGINX sudo apt update && sudo apt upgrade -y sudo apt install nginx ...
Script Installation on Debian
Alternatively, you can use the following script I created to install Graylog. #!/bin/bash #Si...
Initial Configuration Wizard
By default, the LAN interface for pfSense is set to a 192.168.1.1/24 network. Open up a browser l...
Start Installing
Plug in the USB to the machine, and boot into the USB installer. Upon booting into the installer,...
Preparation
Download and Prepare Installation Media Once you have decided on your hardware and built the mac...
Hardware Considerations
pfSense can run on just about any hardware. The more recent your hardware is, the better experien...
Adding Self-Signed CA to Firefox
Firefox uses its own CA store within the browser itself to identify certificates. The following s...
Configuring VLAN
Adding VLAN ID In order to allow Netgear switch to process VLAN traffics, we have to add the VLA...
Adding a Self-Sign Certificate to the Unifi Controller
You can import and use your own self-sign certificates for the Unifi Controller. Connect to the ...
Installing Unifi Controller on Debian 11 Bulleyes
Manual Installation Debian 11 Bulleyes is the latest version of Debian as of 2022-03. Unfortunat...
Installing a Desktop Environment
If you forgot to install a desktop environment on your Debian system during the install process, ...
Limit Login to Certain IP Addresses
By default, BookStack does not have built-in support for limiting access to the login page. Howe...
Increase Upload Size
By default, PHP and NGINX configs have the default upload limit of 2MB. This limit can be increa...
Requirements
BookStack requires the following software dependencies: PHP Version 8.1 or higher As of 202...
VLAN Setup on RouterOS
VLANs are configured in the Bridge section in RouterOS. Login to the WebGUI, and go to the Brid...
Setting up Out of Band Management Port
For most RouterOS devices, there are usually an extra ethernet port on them, labeled as MGMT. Thi...
Nvidia Driver and Driver Unlock on Debain 11 Bullseye
If you have a Nvidia GPU and would like to use the NVENC hardware for applications such as Plex o...
My Bash Terminal Setup
Append the following line in ~/.bashrc #Use echo to append the following line to ~/.bashrc echo...
pwd, cd, & ls
pwd – present working directory – shows the full path of the current directory you are in pwd ...