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...
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...
PHP is an open-source and widely used server-side programming language. This guide will walk you through the steps to install PHP 8.2 on Debian 11 Bullseye. By default, Debian 11 ships with PHP version 8.2 and it supported in most popular CMS and frameworks such as WordPress, Magento, and Laravel. Step 1 – Prerequisites#...
PostgreSQL or Postgres is an open source relational database management system. It is a popular and has many advanced features like reliable transactions and concurrency without read locks. In this tutorial, you will learn how to install PostgreSQL on Debian 11 Bullseye. How Install PostgreSQL on Debian# Follow the below given steps to install...
Ruby is an open-source framework used to make games, web application as well as behind the ruby-on-rails framework. In this tutorial, described steps to install Ruby on Debian 11. Prerequisites# Before you start installation, make sure that you must logged in with non-root user account with sudo privileges. Installing Ruby from Debian Repositories# By...
Composer is a popular dependency manager for PHP. Composer can install, update and pull in all the required PHP packages to your project directory. At the time of installing package, composer will check for dependencies of package and if dependent package are there then it will also install dependencies. In this tutorial, we have...
This tutorial outlines steps to change hostname on Debian 11 Bullseye. The hostname will set at the time of installation of Debian operating system. If you are creating a virtual machine, it will dynamically assign when instance created. Prerequisites# Make sure that you are logged in as a non-root user with sudo privileges. Change...
Python is most popular programming language. It uses many methods to create different types of applications. Python 3.11 is the latest major release of the Python language. It includes many new features such as new dict operators, new str functions, support for IANA time zone, and more. This tutorial describes multiple ways to install...
MongoDB is an open-source, cross-platform 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 Community Edition on Debian 11 Bullseye. MongoDB is popular for handling large amounts of data due to...