Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

FIX: FreePBX ARI password change issue

Many of the FreePBX recording section via webportal can be accessed via default password ari_password. Changing the configuration files like /var/www/html/recordings/includes/main.conf.php , /etc/asterisk/manager.conf etc didn’t solve the issue. Found that, few...

Libre Graphics Magazine is out!

“A catalyst for discussion, to build a home for the users of Libre Graphics software, standards and methods” is out… Download Libre Graphics Magazine from https://libregraphicsmag.com/ Manifesto gives clear picture about why its being published with...

Force SSL on phpMyAdmin

Here is a quick reference to force SSL for your phpMyAdmin installation. Edit phpMyAdmin’s config.inc.php file and add the following any where at the bottom: $cfg['ForceSSL'] = true; You’re done.. Access phpMyAdmin.