Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

60 total results found

Proxmox Host

Proxmox

Proxmox
Linux

Proxmox VMs

Proxmox

Proxmox Virtual Machines

Proxmox
Linux

Ubuntu Specific KB

Linux

KBs specific to Ubuntu

Linux
Ubuntu

How to install Qemu guest agent for Debian / Ubuntu

Linux Ubuntu Specific KB

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

Linux
Ubuntu

Docker and Portainer Install

Docker

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

Linux
Docker

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 more 404 when logging in.

Linux
Bash

Gnome Tracker - Frequently Asked Questions

Linux General

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

Linux
Gnome

How to reload .bashrc settings without logging out and back in again

Linux Bash

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

Linux Troubleshooting Commands

Linux General

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

Linux

The Linux file system structure explained

Linux General

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

Linux

Disable SSH Password Login

Linux SSH

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

Linux

Adding Notification to SSH Logon

Linux SSH

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

Linux
SSH

Jellyfin in an Unprivileged LXC Container

Proxmox LXC Containers

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

Linux
Proxmox

Rerun fstab to remount volumes

Linux

Execute the below command to reload the mounts contained within etc/fstabMay need to sudo the command.   systemctl daemon-reload mount -a

Linux
Bash

Creating Cloudflare Tunnels

Cloudflare

This is a straighforward tutorial for creating a Cloudflare Tunnel to your home lap applications.

Cloudflare
DNS
Linux

Remove Subscription Notice

Proxmox Proxmox Host

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

Linux
Proxmox

Install PVE Headers

Proxmox Proxmox Host

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

Linux
Proxmox

LXC Containers

Proxmox

LXC Containers on Proxmox

Proxmox
Linux