This article describes How to install LAMP (Linux, Apache, MySql-Maria, PHP) on Debian 11. The first step is to install a Devian server.
Install phpMyAdmin on Debian 11
This article describes how to Install phpMyAdmin on Debian 11.
Add Nginx Website to Debian/Nginx Server
Add the server Block Add the following configuration block, which is similar to the default, but updated for your new directory and domain name: Enable this server block by creating a symbolic link to your custom configuration file inside the sites-enabled directory, which Nginx reads from during startup:
ERROR 1253 (42000) at line 31: COLLATION ‘utf8mb4_unicode_ci’ is not valid for CHARACTER SET ‘utf8’
Mysql import error was shown when exporting a database from cPanel to a local server. During the migration of a web application, I got the below error while restoring a database on another server. The collation id may differ based on the MySQL version. Error message: The MySQL server running on the new server is … Read more
How to Write/Append Multiple Lines to a File on Linux
This article describes how to add lines to a file in linux.
Zip, Archive and Compress tools in Linux
Here are the different apps in linux for compressing and archiving files. Definitions: Tarball: A tarball is a collection of multiple files in Linux stored as a single file. The term tarball comes from the coal-based sealant used during construction works. A tarball is often simply called a TAR file, which stands for Tape Archive. … Read more
How to Remove or Edit Powered by Rocket Chat on User Login Page
This article describes how to remove or edit the “Powered by Rocket Chat on User Login Page” and on the user login page for the app.
Install Node.js on Debian 11 (bullseye)
For this article, we will install NodeJS19 on a Debian 11 (bullseye) system. Here are the installation instructions:
Install Rocket.Chat Server
Want to have your own Slack like online chat hostedon your own server? Here is the process. First spin up a VM with Debian 11. Enable snaps on Debian and install Rocket.Chat Server
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Install Mongo 6 Database on Debian 11
This article covers how to install MongoDB (Community Edition Tutorial) on Debian 11. MongoDB is a popular open source NoSQL database. It is a document oriented database that supports structured and unstructured data, including JSON, XML, and organic data.