When you want to connect your Redis from a remote host using Redis Tools, you need to make following settings are configured: I assume you have already installed Redis on your server if you not you can follow this post – How to Install and Secure Redis on Ubuntu 22.04? Binding Redis to Allow Connect […]
Ubuntu 18.04
How To Install and Secure Redis on Ubuntu 22.04?
Install Redis: Login to your Ubuntu Server and make sure it is ready to install new packages: Install redis-server: Update Redis Directive Setting: Change supervised from no to systemd since you are on Ubuntu Restart Redis Service: Setup Redis Password: To make your Redis service secure it is always better to setup strong password Remove […]
Automate Database Backup with Email Notifications using PHP CRON Job
How to automate database backup in php? In this tutorial I am going to provide quick guid on how to automate database backup using php script and send email notification on daily basis using cron job If you have a server where your having a website along with the database and you want to take […]
Setup Apache Virtual Host with Ubuntu 14.04, 16.06 and 18.04
Apache Virtual Host Setup This tutorial is answer to the question: `How to setup domain on Virtual Private Server (VPS) using ubuntu? `, meaning we can setup multiple domains with single IP address using Apache Virtual Host. Note: I’m going to consider you have your VPS or local system is ready with Ubuntu to use this […]