Bluetooth devices (mouse / headphones) not reconnecting automatically
You might end up in a situation where your Bluetooth devices do not re-connect automatically. The solution is: 1) apt remove blueberry -y && apt
You might end up in a situation where your Bluetooth devices do not re-connect automatically. The solution is: 1) apt remove blueberry -y && apt
Background It’s really useful to see how many virtual CPUs (vCPU) cores you have when you’ve just upgraded your VPS hosting. Use the command below
Introduction This article explains how to get the IP address of a computer as viewed from the outside. The reason why you might want to
How to free up space if your Linux journal (combined log file) is taking up a lot of space On some systems /var/log might be
Use the following flags to order a directory listing by date in forward order: ls -lat To show a directory listing in reverse order, use
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