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
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 […]
Install Laravel Echo Server on Ubuntu 18, 20, 22
The first requirement of running laravel-echo-server on your Linux server is to have NodeJS installed. Follow my tutorial to learn how to install NodeJS on Ubuntu/Linux Installing Laravel-echo-server I assumed that you have already installed the NodeJS on your server and it is running Use following command to install the NPM package globally on your […]
Installing NodeJS on Ubuntu 20.04, 22.04
You can follow one of the following options to install NodeJS in Ubuntu OS, I would suggest follow the first option 2 if you want NodeJs on Your local dev machine or development server. If you are installing it on your production server then I guess the Option 1 is better way to go. Option […]
Amazon Textract setup on Aws ec2 Instance (Ubuntu) with Python3
Create S3 Bucket Create new S3 bucket in your selected AWS region access rules should Bucket and objects not public Create an IAM User Create a IAM user for Textract with the access of AmazonTextractFullAccess and AmazonS3ReadOnlyAccess Install AWS CLI on EC2 Ubuntu Linux Instance To update your current installation of the AWS CLI, use following […]