WordPress is the most popular and widely used blogging and content management system in the world. PHP processing and MySQL/MariaDB database are used as a backend in WordPress. It is simplest way to create a Blog, Portfolio Website, webshop etc. In this tutorial, we will show you how to install WordPress with Nginx on...
A LAMP stack is short form of Linux, Apache, MySQL and PHP. In this, L means Linux operating system, A for Apache web server, M is for MySQL database, P for PHP programming language. This guide will help you to install Apache, MySQL and PHP (LAMP) on Ubuntu 22.04 LTS (Jammy Jelllyfish) system. Prerequisites#...
The LEMP is a short name that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in the MySQL or MariaDB database and the dynamic processing is handled by PHP. This tutorial describes how to install a LEMP stack on an Ubuntu 22.04 server. We...
Memcached is free, open-source and high-performance in-memory caching system. Commonly, it’s used to speed up web applications by caching large volumes of data in memory from page load requests or API calls. This article explains how to install and configure Memcached on Ubuntu 22.04. How to Install Memcached on Ubuntu# The standard Ubuntu repositories...
Microsoft Edge is a fast and secure browser for the modern web. It is built with Chromium same as used by Google Chrome browser. In this article we will show you how to install the Microsoft Edge Browser web browser on Ubuntu 22.04. Currently, for Linux the developer preview is available and the stable...
MongoDB is a cross-platform and open-source NoSQL database server. It uses JSON document to store data and fields can be vary from compare to other. In this tutorial, we will explain how to install latest version of MongoDB on Ubuntu 22.04. MongoDB is popular for handling large amounts of data due to its performance,...
Docker application is used to manage application processes in container. Using docker you can build, test and deploy applications that can run anywhere as portable and self-sufficient containers. In this tutorial, we will learn how to install Docker on Debian 11 Bullseye. Prerequisites# Before you start install, you must have non-root user account with...
MariaDB is an open-source and multi-threaded database management system. It will organize and provide access to databases where your site can store information. It is a replacement of MySQL and developed by some of the original developers of the MySQL. With the release of Debian 11, MySQL was replaced with MariaDB as the default...
Firewall utility is used to secure your network traffic. It filters the incoming and outgoing requests by set of security rules. This guide will help you to setup a Firewall using UFW on Ubuntu 22.04. UFW, or Uncomplicated Firewall is included with Ubuntu 22.04 system. It’s very simple interface for managing iptables firewall rules....
Nginx server blocks allows you to run multiple websites on a single machine. You can specify the separate document root for each domain. In addition, you also can set a separate security policy and use different SSL certificates for each site and much more. In this tutorial, you will learn how to set up...