Advanced Search
Search Results
15 total results found
Installing 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
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
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
Change the "Subnet prefix length to the actual length of the subnet prefix.
Clone Your System\Windows Drive Using DiskGenius
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
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
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
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
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
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 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
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 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
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
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...