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 22.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 […]
How to create Laravel Application using WSL 2, Docker & Sail on Windows 10 or 11
This tutorial will give you steps on how to create Laravel application using Laravel Sail on WSL 2 (Ubuntu 20 or 22) on Windows platform. I assume you already have Docker Desktop installed on your Windows OS. Next follow the steps to get Ubuntu 22.04 up running with WSL. Install/configure WSL2 on Windows Open windows […]