Install and configure redis on Ubuntu 16.04 install redis follow these steps: Set up a non-root user with sudo privileges Install build and test dependencies: sudo apt update sudo apt full-u... Ubuntu Mar 5, 2021 0 2360 Tech Blog
How to Grab | Disable BIND Version Banner The BIND [1] DNS server by default will broadcast its version publicly. Security-minded admins may want to disable broadcasting of the BIND banner.... Mar 5, 2021 0 2786 Tech Blog
Mautic nginx config # redirect some entire folders rewrite ^/(vendor|translations|build)/.* /index.php break; location / { # First attempt to serve request as ... Nginx Mar 5, 2021 0 2901 Tech Blog
Install Virtualmin, Nginx 1.10, PHP 7, MySQL 5.7 on Ubuntu 16.04 Server Ubuntu 16.04 LTS was around for few months now. Today I got some free to check it out. It’s so much better than Ubuntu 14.04 I had been using. So I d... Nginx Ubuntu Virtualmin Mar 5, 2021 0 3236 Tech Blog
Migrating a Virtualmin Server from Apache to Nginx A long while ago, I installed virtualmin to manage my web server. At that time, the only web server available was Apache 2. Recently, I’ve been runni... Nginx Virtualmin Mar 5, 2021 0 4592 Tech Blog
Webmin with Nginx and php-fpm for high performance This article is to install NGINX, a free, open-source, high-performance HTTP server in webmin with php-fpm. NGINX is known for its high performance, ... Nginx Virtualmin Mar 5, 2021 0 3771 Tech Blog
How to Install and Manage Snap Packages on Ubuntu 16.04 LTS Ubuntu 16.04 LTS [1] introduced “Snap” packages, which are a great new way of installing apps. Snaps require different terminal commands– apt-get [2... Ubuntu Mar 5, 2021 0 2790 Tech Blog
How to install Node.js 7.x on Ubuntu/Debian and CentOS Node.js 7.x [1] is the current stable release of the Node.js, which is actively maintained in parallel to Node.js 6.x Long-Term Support (LTS) [2] .... Ubuntu Mar 5, 2021 0 2656 Tech Blog
Mandibule Odoo development Mandibule is a graphical tool to explore data of OpenERP servers, helping developpers to quickly obtain useful information. It is able to: draw rel... Odoo Ubuntu Mar 5, 2021 0 2655 Tech Blog
Setup Linux Container With LXC On Ubuntu 16.04 Linux containers (LXC), is an open source, lightweight operating system-level virtualization software that helps us to run a multiple isolated Linux ... LXC Ubuntu Mar 5, 2021 0 2748 Tech Blog
Disable Strict Mode for MySQL 5.7 on Ubuntu 16.04 I was working on an Ubuntu 16.04 LTS server with Virtualmin, Nginx, PHP 7 and MySQL 5.7 when I uncounted an error related to MySQL. Few MySQL queries... Nginx Ubuntu Virtualmin Mar 5, 2021 0 2520 Tech Blog
Installing mailparse php7 mbstring error You should be able to download the mailparse source, comment out the test for HAVE_MBSTRING in mailparse.c (around line 34), and build it normally. H... Ubuntu Mar 5, 2021 0 2850 Tech Blog