Advanced Search
Search Results
60 total results found
Proxmox Host
Proxmox VMs
Proxmox Virtual Machines
Ubuntu Specific KB
KBs specific to Ubuntu
How to install Qemu guest agent for Debian / Ubuntu
Estimated reading time: 1 min Install Qemu guest agent for Debian/Ubuntu In this article, we will help you to install the Qemu guest agent on your virtual private server. This agent is a helper daemon that exchanges information between the quest and ...
Docker and Portainer Install
Running and managing containers on Linux may sound like a daunting task, and to be fair, it can be. For those of you that want to run containers and do so on a platform that’s easy to get started with, then look no further than Portainer! In this video Jay goe...
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 more 404 when logging in.
Gnome Tracker - Frequently Asked Questions
What is Tracker? It’s a search engine, and a database. Tracker Miner FS indexes content from your home directory automatically, so applications can provide instant search results when you need them. What files will Tracker index? The default configuration ...
How to reload .bashrc settings without logging out and back in again
If I make changes to .bashrc, how do I reload it without logging out and back in? You can enter the long form command: source ~/.bashrc or you can use the shorter version of the command: . ~/.bashrc
Linux Troubleshooting Commands
Using Linux, especially as a server, often means dealing with new errors and resolving them. Most of them are easy to fix with just a web search. But some errors may require that you do some digging. In this guide, I'm sharing some Linux commands that will hel...
The Linux file system structure explained
If you're new to Linux, knowing how the file system is laid out will alleviate some confusion. The way the Linux file system is laid out makes perfect sense. I've been using Linux for so many years that I can't imagine another file system making more sense....
Disable SSH Password Login
This page explains how to disable ssh password login on Linux permanently and only use ssh keys for login by setting up PasswordAuthentication no option in sshd server config. So, first, you need to set up a regular non-privileged user account. Next, configure...
Adding Notification to SSH Logon
What will this do This will initiate a Gotify notification with the User Name and IP address of an SSH login. Edit the sshd config file First we must edit the file /etc/pam.d/sshd to add a line to execute during the login process. sudo nano /etc/pam.d/ss...
Jellyfin in an Unprivileged LXC Container
This will allow a Jellyfin instance to run in an unprivilidged LXC Container with an iGPU passed into it. Either as an install or in a Docker image. On the Proxmox Host System Find Device Numbers ls -l /dev/dri Find Group Numbers cat /etc/group Add Group...
Rerun fstab to remount volumes
Execute the below command to reload the mounts contained within etc/fstabMay need to sudo the command. systemctl daemon-reload mount -a
Creating Cloudflare Tunnels
This is a straighforward tutorial for creating a Cloudflare Tunnel to your home lap applications.
Remove Subscription Notice
To remove the “You do not have a valid subscription for this server” popup message while logging in, run the command bellow. You’ll need to SSH to your Proxmox server or use the node console through the PVE web interface. One Line Command Run the following o...
Install PVE Headers
Enter the following in a terminal as root on the host machine. apt install pve-headers
LXC Containers
LXC Containers on Proxmox