today's howtos
-
Thunderbird Tips: Rearrange The Order Of Your Accounts
One of Thunderbird’s strengths is managing multiple email accounts, newsgroup accounts, and RSS feed subscriptions. But how do you display those accounts in the order YOU want? It’s super easy, and our new Thunderbird Tips video (viewable below) shows you how in less than one minute!
-
Logging Requests with SQLite and Nginx
Googling revealed multiple solutions that enabled me to accomplish my goals to great degree of customizability. But I didn't feel like using any of them. For no reason. Some bizarre, neurotic, obsessive-compulsive tendency within me screamed to waste time reinventing the wheel instead of taking the easy way out, and the rest of my brain simply caved to its siren call. (It didn't help that Twitter wasn't loading on my computer at the time.)
-
SSH Tips and Tricks
Since I joined Charm, I’ve been working and learning more about SSH, and I thought I would share a few quick tips and tricks with you.
-
How to Install Glances Monitoring Tool on Ubuntu 22.04
Glances is a free, open-source, and cross-platform curses-based system monitoring tool written in Python. It is a real-time system monitoring tool that monitors system resources, including CPU, Memory, Load, Disk I/O, Processes, File System space, Network interface and more. It is designed to present a large amount of monitoring information via command-line and web-based interface. It uses psutil library to grab information from the system. It allows you to set different thresholds such as careful, warning, and critical in the configuration file and show each in different colors.