How to recover a Linux Mint / Ubuntu System’s Root Password
This article explains how to get your Linux system password reset. To reset your lost or fogotten password: Reboot your computer / Turn your computer
This article explains how to get your Linux system password reset. To reset your lost or fogotten password: Reboot your computer / Turn your computer
What is a Linux Keyring? A Linux keyring is a system component that securely stores and manages sensitive information such as passwords, authentication tokens, and
Printscreen works. If you’re using Chrome, try Awesome Screenshot, but it’s got flaws and sometimes just doesn’t work. 95% good, 5% bad. Otherwise, try: sudo
Sometimes you want to continuously observe a Linux command. Instead of up arrow and enter the whole time, try this: watch -n 1 “systemctl is-active
user@hostname ~ $ sudo lsof -i -P -n | grep LISTEN | grep 1025 mailcatch 1104 root 9u IPv4 27240 0t0
Introduction Here are some commands to assist with mastering disks and file space management on Linux. TL;DR ncdu is my preferred option. Disk Usage by
Problem: You need to make sure that your disks are 100% redundant. Solution: A popular way on Linux to do this is DRBD. Here are
Problem: You need to know if your DRBD and OCFS2 disk fault tolerance has been setup correctly but the configuration options are overwhelming. Solution: See
To set the timezone in Debian/Ubuntu or a Red Hat derivative, here are some examples: timedatectl set-timezone Europe/Berlin timedatectl set-timezone Europe/London timedatectl set-timezone America/Los_Angeles timedatectl