The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

Ever wonder about that mysterious Content-Type tag? You know, the one you’re supposed to put in HTML and you never quite know what it should be? Did you ever get an email from your friends in…

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

Oldies but goldies. This article is 20 years old, but still very relevant

Continue reading

“Press This” needs an update

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Download

Press This

By WordPress Contributors

From https://wordpress.org/plugins/press-this/

As I use it a lot, I think I could get some work done and update it to use blocks, for example,

8 Best Mail Transfer Agents (MTA’s) for Linux

In this article, we have looked a slight understanding of how MTA’s (Mail Transfer Agents) work and a list of the best and most used MTA’s on Linux systems.

Source: 8 Best Mail Transfer Agents (MTA’s) for Linux

I knew the “infamous” SendMail, and also Postfix, Exim, Qmail.

OpenSMTPD and Postal are new to me. But I don’t understand why they mixed servers with Mutt and Alpine that are clients….

Le alternative agli antibiotici offerte dalla medicina moderna: Impiego dei Virus Batteriofagi e degli Inibitori del Quorum-Sensing. Lo sviluppo di nuove terapie alternative ai farmaci antibiotici sta diventando sempre più necessario a causa del continuo accrescimento del fenomeno dell’antibiotico-resistenza.

Source: Alternative agli Antibiotici: Batteriofagi e Inibitori Quorum-Sensing

Speriamo proprio di non doverne avere bisogno.

Unknown pearls

I already knew many of the software listed in 40 Must-Have Free Open Source Applications for 2024 but of course, one never stop learning, so I discovered some interesting pearls unknown to me:

  • Jaspersoft Studio is a report designer program that allows you to create simple and sophisticated reports as well with charts, tabs, tables (and everything you can expect to see in a world-class report) and export them to a wide variety of formats (with PDF perhaps being the most common).
  • Bleachbit not only will recover disk space by deleting temporary or otherwise unnecessary files but will also improve Firefox’s performance and securely destroy unnecessary files to prevent recovery.
  • Open Computer and Software Inventory Next Generation, or OCS Inventory NG for short, is a lightweight web application that can help network and system administrators to keep track of 1) all the devices connected to the network, and 2) machine configuration and software installed in them.
  • GLPI is a multilingual, free IT asset management software that not only provides the tools to build up a database with an inventory of your network devices but also includes a job tracking system with mail notifications.
  • If you own a small or medium business you will undoubtedly need a Point Of Sale program. As such, uniCenta oPOS may be a lifesaver for you. It uses a MySQL / MariaDB database for data storage, and thus a single database can be used with multiple active terminals at the same time.
  • LAN Messenger is a multilingual (a language pack is needed) and cross-platform (works in Linux, Windows, and Mac) IM program for communication over a LAN. It provides file transfers, message logging, and event notifications – all without the need to set up a server!
  • Both available as Enterprise (paid) and Community editions, LogicalDOC is an award-winning, web-based Document Management System (DMS). As such, it aims to provide a high-quality method for sharing business documents and records in a low-cost and secure way.
  • PDF Mix Tool, a simple and lightweight program that makes it possible to perform common PDF editing operations, such as file merging and page rotation. Well, actually PDF Arranger offers most of the same functionalities with a better user interface

Then one sour point: Visual Studio Code is a NOT Free Software. Just avoid it!

Let’s clone SimpleMobileTools

Since SimpleMobileTools has been sold by its creator to a company notorious for buying apps from developers and repacking them with ads, putting a “no-ads” subscription to remove it for $15 a week, the time is ripe to clone its repositories! Join me, I already did it!:

git clone https://github.com/SimpleMobileTools/Simple-App-Launcher
git clone https://github.com/SimpleMobileTools/Simple-Calculator 
git clone https://github.com/SimpleMobileTools/Simple-Calendar
git clone https://github.com/SimpleMobileTools/Simple-Camera 
git clone https://github.com/SimpleMobileTools/Simple-Clock 
git clone https://github.com/SimpleMobileTools/Simple-Contacts 
git clone https://github.com/SimpleMobileTools/Simple-Dialer 
git clone https://github.com/SimpleMobileTools/Simple-Draw 
git clone https://github.com/SimpleMobileTools/Simple-File-Manager 
git clone https://github.com/SimpleMobileTools/Simple-Gallery 
git clone https://github.com/SimpleMobileTools/Simple-Keyboard 
git clone https://github.com/SimpleMobileTools/Simple-Music-Player 
git clone https://github.com/SimpleMobileTools/Simple-Notes 
git clone https://github.com/SimpleMobileTools/Simple-SMS-Messenger 
git clone https://github.com/SimpleMobileTools/Simple-Thank-You 
git clone https://github.com/SimpleMobileTools/Simple-Voice-Recorder 

May the Source be with you!