Linux Tutorials on the topic “debian”
-
How to Install Wireguard VPN on Debian 11
Author: Arvid L • Tags: debian, linux, security • Comments: 0 • Published: Jan 09, 2023Wireguard is a free and open-source VPN protocol alternative to IPSec, IKEv2, and OpenVPN. Wiruguard is designed for Linux and Unix operating systems, it runs on Linux kernel space, which makes the Wireguard faster and more reliable. In this tutorial, you will install and set up a VPN server via Wireguard on Debian 11 servers.
-
How to Install a Teleport Cluster on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 3 • Published: Jan 05, 2023Teleport is an open-source that can be used as an access plane for your global infrastructure. It provides zero-trust access to various services such as servers, Kubernetes clusters, database servers, DevOps applications like AWS Management Console, CI/CD, version control, and desktops.
-
Update the ISPConfig Perfect Server from Ubuntu 20.04 to Ubuntu 22.04
Author: Thom Pol • Tags: debian, ispconfig, linux • Comments: 4 • Published: Jan 03, 2023This tutorial will take you through updating a server managed by ISPConfig from Ubuntu 20.04 (Focal Fossa) to Ubuntu 22.04 (Jammy Jellyfish). This guide works for both single- and multiserver setups.
-
-
How to install PHP 5.6 and 7.0 - 8.2 with PHP-FPM and FastCGI mode for ISPConfig 3.2 with apt on Debian 9 to 11
Author: Thom Pol • Tags: debian, ispconfig, linux, php • Comments: 0 • Published: Jan 03, 2023In this guide we will take you through installing additional PHP versions (5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.1, and 8.2) on a Debian server with ISPConfig.
-
How to Install Mastodon Social Network on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, server • Comments: 0 • Published: Dec 29, 2022In this tutorial, you'll install Mastodon, a decentralized microblogging platform on a Debian 11 server. With this guide, you'll set up Mastodon with PostgreSQL as the database server and Nginx as a reverse proxy.
-
How to Install a Debian 11 (Bullseye) Minimal Server
Author: Till Brehm • Tags: debian, linux • Comments: 6 • Updated: Dec 08, 2022This tutorial shows how to install a Debian 11 (Bullseye) minimal server in detail with many screenshots. The purpose of this guide is to provide a minimal setup that can be used as the basis for our other Debian 11 tutorials here at howtoforge.com.
-
How to Install OpenMRS (Open Medical Record System) on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server, web server • Comments: 0 • Published: Dec 07, 2022OpenMRS stands for "Open Medical Record System", is a free, open-source, and efficient electronic medical record (EMR) storage and retrieval system. In this post, we will show you how to install OpenMRS on Debian 11.
-
How to Install Observium Network Monitoring Tool on Debian 11
Author: Arvid L • Tags: debian, linux, monitoring, networking • Comments: 0 • Published: Nov 25, 2022Observium is a network monitoring tool for your server infrastructure. It's an auto-discovering network monitoring platform with low maintenance and supports a wide range of network devices and platforms, which includes Cisco, Linux, Windows, HP, Juniper, Dell, FreeBSD, Netscalar, NetApp, and many more.
-
How to access shell or run external commands from within Vim
Author: Himanshu Arora • Tags: centos, debian, linux, opensuse, shell, ubuntu • Comments: 2 • Updated: Nov 25, 2022Vim, as you might already know, is a feature-packed and powerful editor. In this tutorial, we will focus on how you can execute external commands as well as access the command line shell from within the editor window.