Linux Tutorials on the topic “linux”
-
How to Install KeeWeb Password Manager on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 0 • Published: Jan 26, 2023KeeWeb is an open-source and cross-platform password manager compatible with KeePass. This post will explain how to install the KeeWeb password manager on Ubuntu 22.04.
-
How to Set Up a Kubernetes Cluster Using Minicube on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, virtualization • Comments: 0 • Published: Jan 23, 2023Minikube is a free and open-source tool that comes with a set of built-in add-ons that helps you to set up a Kubernetes cluster in your local system. This tutorial will teach how to install Minikube on Debian 11.
-
How to Install Drupal with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu, virtualization, web server • Comments: 0 • Published: Jan 23, 2023Drupal is an open-source content management system (CMS) written in PHP. Many organizations worldwide use it to create blogs, government sites, corporate websites, and more. This tutorial will teach you how to install Drupal using Docker on a Ubuntu 22.04 server.
-
-
How to Install and Use MongoDB NoSQL Database on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jan 20, 2023MongoDB is an open-source, cross-platform, and distributed NoSQL (Non-SQL or Non-Relational) database system. In this tutorial, you will install MongoDB NoSQL Database on Rocky Linux 9 server.
-
How to Upgrade from Debian 10 to Debian 11
Author: howtoforge • Tags: debian, linux • Comments: 1 • Published: Jan 20, 2023Debian 11, codename "Bullseye" has been released on 14th August 2021. It is a stable release and is supported for the next 5 years. In this article, I will show you how to upgrade from Debian 10 to the new Debian 11 in a few easy steps.
-
How to Install NetBox on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jan 18, 2023NetBox is an Infrastructure Resource Modelling (IRM) software designed for network automation and infrastructure engineering. In this tutorial, you will install NetBox IRM (Infrastructure Resource Management) on a Rocky Linux 9 server.
-
How to Install Wireguard VPN on Rocky Linux 9
Author: Arvid L • Tags: linux, networking, server • Comments: 0 • Published: Jan 18, 2023Wireguard is an open-source VPN protocol alternative to IPSec, IKEv2, and OpenVPN. This guide teaches you how to install and set up Wirgeuard Server on a Rocky Linux 9 server. You'll also learn how to set up a client machine to connect to the Wireguard server.
-
How to Install Metabase on Ubuntu 22.04 with Docker
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 0 • Published: Jan 17, 2023Metabase is a Java-based open-source Business Intelligence (BI) tool. It connects to a number of databases and uses a question builder to hide the complexity of large SQL queries, allowing you to visualize customer data in a readable format and analyze it. You will learn how to install Metabase on a Ubuntu 22.04 server using Docker.
-
How to Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 0 • Published: Jan 13, 2023RTMP also called "real-time messaging protocol" is a data transmission technology that supports live online video streaming. It is used to transmit video files from an encoder to an online video hosting platform. This tutorial will show you how to set up a video streaming server using Nginx-RTMP on Ubuntu 22.04 server.
-
How to Install WordPress with Docker Compose
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, virtualization, web server • Comments: 1 • Published: Jan 13, 2023WordPress is the most popular blogging platform in the world. This tutorial will teach you how to install WordPress using Docker/Docker Compose. Using Docker, the process of installing the preferred stack becomes a lot easier. You can use the same configuration to install WordPress quickly on multiple servers. We will also install the phpMyAdmin tool for managing databases along with the Nginx proxy server to serve the site via SSL.