How to sort a Linux directory by date
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
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
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
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
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
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 systems on Linux. See Disk Space Available duf versus df -h duf is
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