Skip to main content

Recently Updated Pages

Windows Update Fails

Microsoft Windows Windows General

Use the Troubleshooter The Windows Update Troubleshooter is a built-in utility tool that can hel...

Clear Windows Update Cache

Microsoft Windows Windows General

Doing the following will clear the Windows Update Cache and force new downloads for potential cor...

How to access Windows Startup Folder location

Microsoft Windows Windows General

Method: Accessing From My PC The startup programs can be accessed from the Settings and various ...

Guacamole and SSH Ubuntu 22.04 connection errors

Linux Ubuntu Specific KB

The following workaround to ssh into ubuntu 22.04 and above server with Guacamole comes from this...

Oracle VirtualBox Additions ISO

VirtualBox

Download location Downloads are located here in the respective folders for the version of Virtua...

Fix Windows Computer has lost Domain Trust

Microsoft Windows Windows General

Log as a local admin, run PowerShell as administrator In PowerShell execute the following comman...

Enabling Vaultwarden admin page

Docker

From This Page Enabling admin page IMPORTANT: It's heavily recommended to activate HTTPS before...

Windows Server Local Logon Scripts

Microsoft Windows Windows Server

This is the location for the Microsoft Windows Server Logon Scripts C:\Windows\System32\GroupPol...

How to convert Newton-Meters to Pound-Foot?

General Knowledge General

What is a Newton-Meter? Newton-Meter is a metric system torque unit. 1 Nm = 0.73756214728 lb-ft....

Windows Installed Printers and Port

Microsoft Windows Windows General

This is run from an elevated PowerShell prompt Executing this command will list the installed pr...

Install Chrome from Powershell

General Knowledge Google Chrome

Run from elevated Power Shell $Path = $env:TEMP; $Installer = "chrome_installer.exe"; Invoke-Web...

Where are Google Chrome Bookmarks Stored?

General Knowledge Google Chrome

Google Chrome is a cross-platform web browser from Google, used for accessing web pages on the in...

Windows Server 2019 SFTP Server

Microsoft Windows Windows Server

New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH SSH Server' -Enabled True -Direction Inbound...

Free Disk Space on Windows Command Line

Microsoft Windows Windows General

From the command line execute to get total and free space from the C drive fsutil volume diskfre...

Windows Terminal Services – Local Session Manager Log

Microsoft Windows Windows Remote Desktop

What Is It? The TerminalServices-LocalSessionManager log contains entries about the allocation o...

Resize LXC Root Disk

Proxmox LXC Containers

What is this for This guide is to show how to resize the root fs of a Proxmox LXC Container Go ...

Updated 1 year ago by Tom George

Remove Subscription Notice

Proxmox Proxmox Host

To remove the “You do not have a valid subscription for this server” popup message while logging ...

Updated 1 year ago by Tom George

Install PVE Headers

Proxmox Proxmox Host

Enter the following in a terminal as root on the host machine. apt install pve-headers ...

Updated 1 year ago by Tom George

Keep getting message '404:: command not found' every time opening terminal

Linux Bash

The 404 is in this file. sudo nano /etc/bash_completion.d/docker-compose Remove the line. No mo...

Updated 1 year ago by Tom George

How to Download Files with cURL

Linux General

Client URL, or cURL, is a library and command-line utility for transferring data between systems....