A swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space.
How to Install PHP 8 on Ubuntu 20.04
This blog will show you how to install PHP 8 on Ubuntu 20.04 and integrate it with Nginx and Apache.
How to Install MySQL on Ubuntu 18.04
MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data.
How to Install MongoDB on Ubuntu 20.04
MongoDB is a free and open-source document database. It belongs to a family of databases called NoSQL, which is different from the traditional table-based SQL databases like MySQL and PostgreSQL.
How to Install Git On Ubuntu 20.04
Git is the world’s most popular distributed version control system used by many open-source and commercial projects. It allows you to collaborate on projects with your fellow developers, keep track of your code changes, revert to previous stages, create branches, and more. Linus Torvalds (the creator of Linux) developed Git.
How to Manage and Use Apache virtual hosts in Ubuntu
Apache virtual host configuration allows you to run multiple websites on the same server, which means you can run more than one website on the same Apache web server. You create a new virtual host configuration for each website and restart the Apache configuration to start serving the website.
How to install Telegram on Ubuntu 20.04
In this short guide, we will be installing Telegram on Ubuntu 20.04. As a user of Telegram, you will be able to send messages, photos, videos, or other files over this service.
How to Deploy Laravel Project with Apache on Ubuntu
Laravel is the most popular PHP framework to build web applications fast. Follow this tutorial to deploy your Laravel application with apache on Ubuntu.
How to Install Zoom on Ubuntu 20.04
Zoom is an easy-to-use communication platform that unifies cloud video conferencing, and other features. This blog explains how to install Zoom on Ubuntu 20.04.
How to Reset MySQL root password in Ubuntu
Passwords are hard to remember, so if you have forgotten the MySQL root password, there is a way to change it. How to change MySQL root password in Ubuntu is explained in this blog.