Skip to main content

03 - All About Ubuntu

This will work for almost any linux distro as well!

Tilix & Neofetch Branded Terminal Setup

Title: Tilix Terminal Setup with Branded Header (Ubuntu 22.04)Category: Linux CustomizationDate: ...

🗂️ Log Management Reference

Category: All About UbuntuLast Updated: May 14th, 2025 📌 Default Log File Locations Most Linu...

Fail2Ban Reference & Useful Commands

Category: All About UbuntuLast Updated: May 11, 2025Applies To: Ubuntu Server 22.04+ Fail2Ban Ja...

UFW (Uncomplicated Firewall) – Useful Commands Cheat Sheet

UFW is a simple command-line tool to manage firewall rules in Ubuntu and Debian-based distributio...

Resolving Hostnames To IP Addresses Ubuntu

To change how the address https://docs.natenetworks.com/books/project-notes/page/command-guide-to...

Creating an IP Lookup with one line

Make a file called public-ip.sh sudo nano public-ip.sh Copy this: #!/bin/bash # dig command t...

Map Network Drive in Ubuntu

Guide to mounting a network drive on Ubuntu From Windows Server: Install CIFS: sudo apt update ...

Enabling SSH in Ubuntu

# Update Packages sudo apt update -y # Install Open SSH Server sudo apt install openssh-server...

Reinstalling Ubuntu WSL on Windows from PowerShell

This is when you want to throw your build out the window and start fresh: wsl --unregister Ubunt...

Updating the System Time in Raspian / Ubuntu

To check and update the system time via SSH on your Raspberry Pi (or any other Linux-based system...

Installing a private self hosted AI

Network-Chuck-Private-AI-project This is for WSL on Windows or Linux or MacOS.See HERE for guide...

Getting your System Name and Information in Ubuntu

To check the version of Ubuntu you are running from the command line, you can use one of the foll...

Installing Signal on Ubuntu

1. Install the official public software signing key: wget -O- https://updates.signal.org/desktop...

Installing Syncthing as a service in Ubuntu

Installing Syncthing and then adding it as a service in Ubuntu: 1. Add the Syncthing APT reposit...

Doing a Distrubution Upgrade to the latest in Ubuntu

To perform a distribution upgrade on your Ubuntu system, follow these steps: 1. Update Existing ...

Installing PiVPN with WireGuard on Ubuntu Server

This guide provides step-by-step instructions to install PiVPN using the WireGuard protocol on an...