Skip to main content

Recently Updated Pages

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....

Pinging from a base user - ping: socket: Operation not permitted

Linux Security

The error message ping: socktype: SOCK_RAW followed by ping: socket: Operation not permitted indi...

How to Set or Change the Time Zone in Linux

Linux General

A time zone is a geographic region that has the same standard time. Typically the time zone is se...

Proxmox QEMU Guest Agent

Proxmox Proxmox VMs

The qemu-guest-agent is a helper daemon, which is installed in the guest. It is used to exchange ...

Change IP and Gateway from Shell

Linux Security

Change IP ifconfig <interface_name> <ip_address> netmask <netmask_address> Change Gateway sudo...

Change Pi-Hole Admin Password

Pi-Hole

This is to be run from a Terminal session on the Linux machine hosting the Pi-Hole installation. ...

Updated 1 year ago by Tom George

How to Add User to Sudoers

Linux Security

usermod -aG sudo username

Change Terminal Shell to the Bash Shell

Linux Bash

Change Terminal Shell to the Bash Shell This is to change the current user (with sudo privileges...

Linux Users Commands

Linux General

useradd Command The general syntax for the useradd command is as follows: useradd [OPTIONS] USE...

Creating an SSH Key Pair for User Authentication

Linux SSH

ssh-keygen generates, manages and converts authentication keys for ssh. ssh-keygen can create RSA...

Copy SSH RSA key to a server

Linux SSH

Once an SSH key has been created, the ssh-copy-id command can be used to install it as an authori...

The following packages have been kept back: Why and how do I solve it?

Linux Updates

Why and how do I solve it? Example of what it might look like; apt-get update && apt-get upgrad...

Why use apt-get upgrade instead of apt-get dist-upgrade?

Linux Updates

If apt-get update && apt-get upgrade often get a message that one or more upgrades are held back....