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

163 total results found

Preparation

TrueNAS Installation

Download and Prepare Installation Media Once you have decided on your hardware and built the machine, it is time to prepare the installation media. Download the official TrueNAS CORE OS image from https://www.truenas.com/download-truenas-core. As of July 20...

Start the Installation Process

TrueNAS Installation

Plug the USB installer into the machine, and boot into TrueNAS. After a while, you will be greeted with the setup screen. Select Install/Upgrade and hit enter to proceed. Choose the boot drive from the list of the drive options. Press space to sele...

Prerequisites

Web Browsers How to Add Self-Sign Certificate Author...

Are you alarmed by the way your browser warns you that there’s a potential security risk when you try to visit your local servers (like pfSense’s WebGUI) via its IP address? For modern browsers like Firefox, it will treat websites with a Self-Signed Certificat...

Adding Self-Signed CA to Firefox

Web Browsers How to Add Self-Sign Certificate Author...

Firefox uses its own CA store within the browser itself to identify certificates. The following steps will work for Firefox on Windows, Linux, and MacOS. Click on the More tab near the top right of the browser, and go into Settings. Click on Privacy & Secu...

Adding Self-Signed CA to Chrome & Chromium-based Browsers (Edge, Brave, etc) on Windows

Web Browsers How to Add Self-Sign Certificate Author...

For Chrome and Chromium-based browsers (Brave, Microsoft Edge, etc), they use the built-in certificate store on Windows. Double-click on the exported CA on your Windows machine, and it will launch the Certificate details window. Click on the Install Certifica...

Adding Self-Signed CA to Safari, Chrome & Chromium-based Browsers on macOS

Web Browsers How to Add Self-Sign Certificate Author...

MacOS uses the Key Chain access to manage the CAs for Safari and Chrome. Double-click the exported CA. Enter your MacOS User account credential to allow Keychain Access to add the CA to the Keychain store. Once you added the CA, open up the Keychain app....

Apt-based Package Manager Update and Upgrade

Linux Command Lines Quick Reference

sudo apt update && sudo apt upgrade

pwd, cd, & ls

Linux Command Lines Quick Reference

pwd – present working directory – shows the full path of the current directory you are in pwd cd – change directory – navigates to a different directory cd /path/to/new/directory cd /etc/default ls : list the items in the current directory ls ls...

Adding SSH Public Key and Disable SSH Password Authentication

Linux Command Lines Quick Reference

Paste the SSH Public key inside the authorized_keys file in the .ssh folder of the user’s home directory. mkdir ~/.ssh #Use your perferred text editor to create the authorized_keys file; here I am using nano nano ~/.ssh/authorized_keys Edit the sshd_conf...

Enable Password Feedback

Linux Command Lines Quick Reference

Add the line Default pwfeedback to the sudoer file to enable asterisks when typing in passwords for sudo sudo visudo

Unattended-upgrades

Linux Packages

The Unattended-upgrades package allows for automatic security updates to be installed on Linux systems. sudo apt install unattended-upgrades sudo dpkg-reconfigure --priority=low unattended-upgrades

Change Timezone

Linux Command Lines Quick Reference

sudo dpkg-reconfigure tzdata

UFW (Uncomplicated Firewall)

Linux Packages

UFW is a simple package on Linux systems for managing the system firewall. It can be use to allow only HTTPS traffic for web servers, lock down SSH to certain IPs, and much more.  Installation sudo apt install ufw Enable UFW sudo ufw enable Check UFW St...

passwd

Linux Command Lines Quick Reference

passwd can be used to change a user’s password, or force password change upon next login Change current user password: passwd Force password change at next login: sudo passwd -e username

Starting Config Changes

Brocade FastIron OS Common CMD Operations

enable configure terminal

Saving Changes to Start-up Config

Brocade FastIron OS Common CMD Operations

write memory

Fan & Temperature Information

Brocade FastIron OS Common CMD Operations

show chassis

System Logs

Brocade FastIron OS Common CMD Operations

View Logs show log Clearing logs clear log