Auto mount a Linux partition on boot

Step 1: Get the Name, UUID and File System Type Open your terminal, run the following command to see the name of your drive, its UUID(Universal Unique Identifier) and file system type. sudo blkid In the output of this command, the first column is the name of your drives. The second column is the label … Read more

Fallout 76 Flux Farming Guide

Guide pulled from Reddit: Flux farming for Vault Dwellers : fo76 (reddit.com) Morgantown will provide more stabilizing agents (High Radiation Fluids, Glowing Mass, Hardened Mass) than almost anywhere else on the map. Also a good source of cobalt flux (make sure to get both the airport and the train yard) Familiarize yourself with what plants … Read more

Recreate Veeam ONE’s Database

Stop al VeeamONE services get-service veeam* | stop-service Drop the VeeamONE database from SQL and rename the database and log files. 1. Open SQL Server Management studio. 2. Create a service account for Veeam ONE and assign the following permissions to it: Public role (default permissions) CREATE ANY DATABASE permissions db_owner role on the Veeam ONE database db_datareader permissions … Read more

Reduce system tray icon spacing in Windows 10

There are two methods for this. Either method disables any HID compliant touch screens the device may have. This tricks windows into using the “desktop” icon spacing, rather than the more touch friendly spacing. Via Powershell Via Device Manager Look for the “HID-compliant touch screen” device under “Human Interface Devices and disable it. The changes … Read more

Fix white page icons

To refresh and reset the icons cache, go to the following folder: C:\Users\AppData\Local\ To see the hidden AppData folder, go to Organize -> Folder and Search Options -> View tab, and select “Show hidden files, folders and drives”, and uncheck “Hide protected operating system files (Recommended)”. Once inside the folder, delete IconCache.db. Create a new … Read more