- Google Chrome extension to ensure the ‘Following’ tab in x.com (Twitter) remains selectedTwitter likes to play dirty tricks and deselect the ‘Following’ tab if you click on it. It seems to always rever to ‘For you’. I’ve written a Google Chrome extension that ensures that the ‘Following tab’ is re-selected if it is not currently selected. If you are using other tabs, this extension will be annoying… Read more: Google Chrome extension to ensure the ‘Following’ tab in x.com (Twitter) remains selected
- Using ChatGPT more effectively and getting better answersI’ve been watching a few videos on how best to use ChatGPT. Various videos on YouTube can provide some great hints, tips, and tricks to get the most out of it. I can recommend Leila Gharani’s YouTube channel. I learned the following excellent piece of advice from one of her videos. You can add a… Read more: Using ChatGPT more effectively and getting better answers
- Potential incompatibility between running MailEnable on Windows Server 2022 and Malwarebytes PremiumJust a heads-up for anyone running MailEnable Enterprise Premium on Windows Server 2022 and Malwarebytes Premium… We recently installed Malwarebytes to enhance security on your MailEnable mail server. I have always been happy with Malwarebytes and highly recommend it as security software on desktop PCs. However, after recently installing Malwarebytes Enterprise Premium, we’ve experienced a… Read more: Potential incompatibility between running MailEnable on Windows Server 2022 and Malwarebytes Premium
- A Linux Bash script to sync the most recent version of a file on a remote host to a local host (using SFTP) and a passwordThis bash script will log in to a remote host using SFTP, find the most recently modified file in a directory, and download it to a specified local directory. This script uses sshpass. Sshpass is a utility you can use to pass along a password to an ssh prompt when using a key is not… Read more: A Linux Bash script to sync the most recent version of a file on a remote host to a local host (using SFTP) and a password
- How to manually set up GeoIP geolocation using MaxMind and without using a package managerGeoIP is the process of determining a geographic location of a requestor based on an IP address. On many Linux systems, like Centos, Debian or Ubuntu, you can install an Apache mod called mod_geoip, which you can then use either within your Apache stanza config, .htaccess or within PHP by calling a function with the… Read more: How to manually set up GeoIP geolocation using MaxMind and without using a package manager