Linux Tutorials on the topic “server”
-
How to Install and Configure OpenVPN Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, networking, security, server, ubuntu • Comments: 4 • Published: Feb 09, 2023In this tutorial, we will install OpenVPN on a Ubuntu 22.04 server, configure it to be accessible from a client machine, and create a VPN connection between them to redirect all the traffic from the client through the OpenVPN server.
-
How to Set Up Peer-to-Peer VPN with Tinc on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0 • Published: Feb 08, 2023Tinc is free and open-source VPN software that can be used to create mesh VPN networks. It is a small and powerful VPN daemon that can be installed on multiple platforms. In this tutorial, you will set up a peer-to-peer VPN server with tinc using multiple Ubuntu 22.04 servers.
-
How to Install OpenSearch via Docker on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 3 • Published: Feb 08, 2023OpenSearch is a community-driven project by Amazon and a fork of Elasticsearch and Kibana. In this tutorial, you will install and set up OpenSearch - an open-source search engine and analytics suite - and OpenSearch Dashboards - an open-source visualization tool - via Docker on an Ubuntu 22.04 server.
-
-
How to Install Java OpenJDK and Oracle JDK on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu • Comments: 1 • Updated: Feb 03, 2023Java is one of the most powerful programming languages. This post will show you how to install OpenJDK and Oracle JDK on Ubuntu 22.04.
-
How to Install Django Python Framework on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 0 • Published: Jan 27, 2023Django is a python framework used for developing dynamic websites and applications. It follows the MVC (Model-View-Controller) architecture. In this tutorial, you will learn how to install the Django framework on a Ubuntu 22.04 server. You will also create a demo project and test it out.
-
How to Install Fathom Privacy-Focused Website Analytics on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, server, web server • Comments: 0 • Published: Jan 26, 2023Fathom is privacy-focused web analytics that delivers clean and concise data about your websites. This tutorial shows you how to install Fathom Privacy-Focused Website Analytics on a Debian 11 server.
-
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 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: 1 • 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.