Advanced Search
Search Results
46 total results found
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 to the bottom of this page --->here for the quick way to do this in Proxmox 8.0+ On your proxmox node List the containers: pct list Stop the particular contain...
tar Command in Linux With Examples
Introduction The GNUtar (short for Tape ARchiver) command is the most widely used archiving utility in Linux systems. Available directly in the terminal, the tar command helps create, extract, and list archive contents. The utility is simple and has many hel...
Reset a Lost Administrative Password (root)?
By default the first user's account is an administrative account, so if the UI is prompting you for a password it's probably that person's user password. If the user doesn't remember their password you need to reset it. To do this you need to boot into recover...
Stop A Power Button Press From Shutting Down The Host
Introduction What we are trying to prevent here is to not shutdown the Proxmox host from a momentary press of the Power Button on the host. My cat was the inperation for this. Console To Your Proxmox Host Fist we will need to ssh to the Proxmox host that yo...
DNS Resolution Not Working
Turn off systemd-resolved That is, with the OPT and A reversed. Mint uses systemd-resolved and it seems plausible that your router is "special" or even plain buggy and that systemd-resolved refuses the reply. Clearly we have to compensate for things working ...
Chrome asks for password to unlock keyring on startup
The easiest way to fix that in the launcher is to copy the .desktop file to your home folder and edit it (chromium users should copy the appropriate file): cp /usr/share/applications/google-chrome.desktop ~/.local/share/applications Then edit the new file su...