Anwar

Posts

Command References for Administration

This administration guide lays down the basic commands for those who wish to control OpenLiteSpeed from the command line. By default, OpenLiteSpeed is installed under /usr/local/lsws/....

WebAdmin Console

WebAdmin Console Makes Configuration Super Easy One of OpenLiteSpeed’s advantages over Apache and nginx is a GUI interface called the WebAdmin Console. By default you...

How To Install And Configure Openlitespeed Server Along With Mariadb And PHP On Ubuntu 2004

OpenLiteSpeed, PHP, and MariaDB Setup Guide 1. System Update & Firewall Configuration sudo apt update sudo apt upgrade sudo ufw enable sudo ufw allow OpenSSH...

How Do I Change The Time Zone Of My Amazon RDS DB Instance?

Short Description All Amazon RDS database instances use UTC/GMT as the default time zone. Changing the time zone is optional. It is generally recommended to...

Git Clone Without Project Folder

git clone git@github.com:user/repo.git Reference: https://stackoverflow.com/questions/17581379/git-clone-without-project-folder

GIT Pull

git pull The git pull command is used to fetch changes from a remote repository and automatically integrate them into your current local branch. The...

Adding Or Changing A Passphrase

Update SSH Key Passphrase Run the following command to change the passphrase of your SSH key: ssh-keygen -p -f ~/.ssh/id_ed25519 You will be prompted to:...

ERROR MODULE NOT FOUND Whenever I Try To Run ‘Npm Run Dev’ Using Next.js

Fix Development Server Issues Stop your development server (Ctrl + C). Delete the .next folder from your project’s root directory. Remove the node_modules folder and...

Next.js deploy

Deploy a Next.js App to App Platform Next.js is a powerful framework built on top of React that helps you build applications quickly. It includes...