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

39 total results found

Knowledge Base

Software

Hardware

GNU / Linux

Microsoft Windows

Miscellaneous

Troubleshooting / Diagnostics

Tools

Storage

SSD, HDD, NVMe

Microsoft Word

Microsoft Excel

Microsoft Outlook

Microsoft Powerpoint

Windows 10

Windows 11

Storage

Printers

Diagnostic Tools

Windows

GNU / Linux

Software

Docker

Drivers

Pi-hole

Software

Installing Windows 10

Windows 10

Before You Start Internet Connection: Ensure you have a stable internet connection. USB Drive: Get a blank USB drive with at least 8GB of storage. This drive will be formatted, so ensure there is nothing on it you want to keep. Installation Steps Step 1: D...

Insert a Self-Updating Date Stamp

Microsoft Word

Inserting a self-updating date stamp is a convenient way to make sure the current day, month, year, or even time is displayed in a Word doc. You can manually re-enter the date stamp, but this can be tedious if you need to frequently update a document. Check ...

Clone a Hard Drive or SSD

Storage

Please note: When installing Version 11.5, you will likely get a pop-out notification from Windows Security reporting a threat (low) “PUABundler-Win32/FusionCore” or “Browser Modifier” or something similar. This is not a problem, you can ignore it and proce...

Can't save IP address change in Manual

Windows

Change the "Subnet prefix length to the actual length of the subnet prefix.

Clone Your System\Windows Drive Using DiskGenius

Storage

As you probably know, we usehard drives in computersto store our files, install our programs on and also to run our operating system (Windows, Linux, macOS etc.). But sometimes we end up using too much space on our drives and need to either delete files tofree...

Installing RaspAP

Software

Quick Start RaspAP gives you two different ways to get up and running quickly. The simplest approach is to use a custom OS image with RaspAP preinstalled. This option eliminates guesswork and gives you a base upon which to build. An alternative method is to ex...

Install Docker & Docker Compose

Docker

Uninstall old versions Before you can install Docker Engine, you need to uninstall any conflicting packages. Your Linux distribution may provide unofficial Docker packages, which may conflict with the official packages provided by Docker. You must uninstall t...

Portainer

Docker

Deployment First, create the volume that Portainer Server will use to store its database: docker volume create portainer_data Then, download and install the Portainer Server container: docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always...

Quick Install

Software Pi-hole

Installation One-Step Automated Install Those who want to get started quickly and conveniently may install Pi-hole using the following command: curl -sSL https://install.pi-hole.net | bash Piping to bash is a controversial topic, as it prevents you from read...

Pi-hole

Docker

Network-wide ad blocking via your own Linux hardware Pi-hole website | Documentation | Discourse Forum | Donate Upgrade Notes [!CAUTION] !!! THE LATEST VERSION CONTAINS BREAKING CHANGES Pi-hole v6 has been ...

Bookstack

Docker

Docker Compose services: mysql: image: mysql:8.3 environment: - MYSQL_ROOT_PASSWORD=secret - MYSQL_DATABASE=bookstack - MYSQL_USER=bookstack - MYSQL_PASSWORD=secret volumes: - mysql-data:/var/lib/mysql bookstac...

DocuSeal

Docker

Let's create a folder for our Docuseal install. I like to create a parent level folder for 'docker', then put each docker application within that folder. mkdir -p docker/docuseal Now we'll move into that folder, and create a new compose.yaml file...

Stirling-pdf

Docker

Docker Compose services: stirling-pdf: image: docker.stirlingpdf.com/stirlingtools/stirling-pdf container_name: "Sterling-pdf" ports: - '8981:8080' # change the left side port if 8080 is already in use on your host machine ...

Nvidia Driver on Fedora

Drivers

NVIDIA Fedora Driver Guide A little guide to help you install & manage the NVIDIA GPU driver on your Fedora system(s) I am personally a Fedora 40 user at the moment, so this is mostly what this guide applies to (though I believe it should work alright on newer...

Manually Force a Service to Stop If Not Responding

Windows

Sometimes, services like EDS Server or EDS InstallerService may hang and cannot be stopped via the Services Manager (services.msc). This guide walks you through how to forcefully stop a non-responsive Windows service using the Command Prompt. 🔧 Step-by-Step I...