Apache Cassandra is a high-performance opensource NoSQL database engine that provides fault tolerance, linear scalability, and consistency across multiple nodes. Give its distributed architecture, Apache Cassandra handles huge volumes of data with dynamo-style replication. This is where replicas are stored on several nodes in a cluster thus providing high availability and zero points of failure.
Ubuntu Tips - Page 7 of 10 - DesignLinux
How to Install Wine 5.0 on Debian, Ubuntu and Linux Mint
Wine is an open-source, free and easy-to-use program that enables Linux users to run some Windows-based applications on Unix-like operating systems. Wine is a compatibility layer for installing almost all versions of Windows programs. This article describes a few easy steps to install the latest stable version of Wine 5.0.2 under Debian 10/9, Ubuntu 20.04-16.04,
How To Install Laravel PHP Framework with Nginx on Ubuntu 20.04
Laravel is the most popular, free, and open-source PHP framework in the world, known for its expressive and elegant syntax. Laravel is accessible, powerful, and offers some of the best web development tools required for large, robust, and modern applications. In this article, you will learn how to install the Laravel PHP Framework on Ubuntu
How to Install Jitsi Meet on Debian and Ubuntu
Jitsi is a set of open-source, completely free, secure, easy-to-use and cross-platform video conferencing applications for web and mobile. It is stable and reliable and works on Linux, Windows, and Mac OS; Android, and iOS mobile operating systems. The two central applications to Jtisi are Jitsi Videobridge and Jitsi Meet. Jitsi Videobridge is a WebRTC
How to Install Nginx Web Server on Ubuntu 20.04
Nginx is an opensource, high-performance web server that commands a huge market share in production environments. It’s a lightweight and robust web server that is mostly used in hosting high-traffic websites. Related Read: How to Install Apache Web Server on Ubuntu 20.04 In this guide, you will learn how to install the Nginx web server
How to Install Apache Web Server on Ubuntu 20.04
This guide will take you through the installation of the Apache webserver on Ubuntu 20.04. It includes managing the Apache2 services, open webserver port in the firewall, testing the Apache2 installation, and configuring a Virtual Host environment. Requirements: How to Install Ubuntu 20.04 Server Installing Apache2 in Ubuntu 20.04 1. First, log into your Ubuntu
How to Install WordPress with Nginx in Ubuntu 20.04
Today, over 36% of the web runs on the WordPress platform, as it is one of the most widely used open-source content management systems for creating a website or blog using its powerful features, beautiful designs, and above all, the freedom to build anything you want. Read Also: How to Install WordPress with Apache in
How to Enable HTTP/2 in Apache on Ubuntu
Since the inception of the World Wide Web (www), the HTTP protocol has evolved over the years to deliver secure and fast digital content over the internet. The most widely used version is HTTP 1.1 and while it packs with feature enhancements and performance optimizations to address the shortcomings of earlier versions, it falls short
How to Connect NGINX to PHP-FPM Using UNIX or TCP/IP Socket
NGINX web server (as reverse proxy) serves PHP applications through the FastCGI protocol (as a backend application server). NGINX employs PHP-FPM (FastCGI Process Manager), an alternative PHP FastCGI implementation that runs in the background as a daemon, listening for CGI requests. It comes with extra features designed for powering heavy-loaded websites or web applications, but
How to Install KVM on Ubuntu 20.04
KVM, (kernel-based Virtual Machine) is a free and opensource virtualization platform for the Linux kernel. When installed on a Linux system, it becomes a Type-2 hypervisor. In this article, we look at how you can install KVM on Ubuntu 20.04 LTS. Step 1: Check Virtualization Support in Ubuntu Before installing KVM on Ubuntu, we are