Advanced Search
Search Results
58 total results found
Access Pihole via NPM
To add Pi-hole to Nginx Proxy Manager, you can follow these steps: Login to Nginx Proxy Manager: Open your web browser and navigate to your Nginx Proxy Manager dashboard. Add Proxy Host: Click on the "Proxy Hosts" tab on the left sidebar and then cli...
Reset Your Forgotten Ubuntu Password in 2 Minutes or Less (root)
Scraped from https://www.howtogeek.com/1287/reset-your-forgotten-ubuntu-password-in-2-minutes-or-less/ If you've ever forgotten your password, you aren't alone... it's probably one of the most common tech support problems I've encountered over the years ...
Ubuntu: How To Free Up Port 53, Used By systemd-resolved
Ubuntu has systemd-resolved listening on port 53 by default. In case you want to run your own DNS server, you can't because port 53 is already in use, so you'll get an error similar to this: "listen tcp 0.0.0.0:53: bind: address already in use".This article ...
How to Extract or Unzip .tar.gz Files in Linux
Introduction A .tar.gz file is a compressed archive format commonly used in Linux systems. The format combines multiple files and directories into a single file while reducing their size. It uses tar for archiving and gzip for compression. Knowing how to unz...
How to Find Files in Linux With the Find Command
Introduction The find command allows you to search for a specific string of characters using your Linux command-line interface. It is a highly practical tool as it is not limited to file names. You can use it to search a specific location, add options to cont...
How to Copy Files and Directories in Linux
Introduction Copying files and directories in Linux is an essential administrative task. Copies are instrumental for backing up important files or transferring them to a different location, for example, a data storage device. The cp command is useful for bas...
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