Recently Updated Pages
Windows Server 2019 SFTP Server
New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH SSH Server' -Enabled True -Direction Inbound...
Free Disk Space on Windows Command Line
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
What Is It? The TerminalServices-LocalSessionManager log contains entries about the allocation o...
Resize LXC Root Disk
What is this for This guide is to show how to resize the root fs of a Proxmox LXC Container Go ...
Remove Subscription Notice
To remove the “You do not have a valid subscription for this server” popup message while logging ...
Install PVE Headers
Enter the following in a terminal as root on the host machine. apt install pve-headers ...
Keep getting message '404:: command not found' every time opening terminal
The 404 is in this file. sudo nano /etc/bash_completion.d/docker-compose Remove the line. No mo...
How to Download Files with cURL
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
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
A time zone is a geographic region that has the same standard time. Typically the time zone is se...
Proxmox QEMU Guest Agent
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
Change IP ifconfig <interface_name> <ip_address> netmask <netmask_address> Change Gateway sudo...
Change Pi-Hole Admin Password
This is to be run from a Terminal session on the Linux machine hosting the Pi-Hole installation. ...
How to Add User to Sudoers
usermod -aG sudo username
Change Terminal Shell to the Bash Shell
Change Terminal Shell to the Bash Shell This is to change the current user (with sudo privileges...
Linux Users Commands
useradd Command The general syntax for the useradd command is as follows: useradd [OPTIONS] USE...
Creating an SSH Key Pair for User Authentication
ssh-keygen generates, manages and converts authentication keys for ssh. ssh-keygen can create RSA...
Copy SSH RSA key to a server
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?
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?
If apt-get update && apt-get upgrade often get a message that one or more upgrades are held back....