Linux Tutorials on the topic “ubuntu”
-
How to Use the Terraform Command Line Interface (CLI) on Ubuntu
Author: t.michael • Tags: cloud, linux, ubuntu, virtualization • Comments: 1Terraform is a framework for building and configuring infrastructure as code, with a command-line interface and DSL language. Terraform can manage existing and popular service providers as well as custom in-house solutions to build and configure complete distributed data centers.
-
ISPConfig Perfect Multiserver setup on Ubuntu 20.04 and Debian 10
Author: Thom Pol • Tags: control panels, debian, dns, email, ftp, ispconfig, linux, server, ubuntu, web server • Comments: 46This tutorial will take you through installing your own ISPConfig 3 multiserver setup with dedicated servers for the panel, web, DNS, mail, and webmail using the new ISPConfig auto-installer. This tutorial is compatible with Debian 10 and Ubuntu 20.04.
-
How to Install and Use Podman (Docker Alternative) on Ubuntu 20.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 0Podman is an open-source tool for managing containers, images, volumes, and pods (group of containers). It's used the libpod library APIs for managing container lifecycles and supports multiple container image formats, including OCI (Open Container Initiative) and Docker images.
-
-
How to Install Spigot Minecraft Server on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 10Spigot is a modified Minecraft server software based on CraftBukkit. It provides additional performance optimizations, configuration options and features while maintaining compatibility with all existing plugins and mods.
-
How to Install Wireshark Network Packet Analyzer on Ubuntu 20.04
Author: Ali Imran Nagori • Tags: linux, networking, security, ubuntu • Comments: 0Wireshark (formerly Ethereal) is an Open-Source software that is used for capturing and investigating network traffic. In this guide, I will show you how to install Wireshark on Ubuntu 20.04.
-
How to create a VPC using Python Boto3 on Ubuntu
Author: Rahul Shivalkar • Tags: linux, server, ubuntu, virtualization • Comments: 0Boto3 is the Amazon Web Services (AWS) SDK for Python. It is the Python library that allows users or developers to create, configure, and manage AWS services and resources.
-
How to Install Terraform on Ubuntu 20.04
Author: Blago Eres • Tags: linux, server, ubuntu • Comments: 0
Terraform is an open-source infrastructure automation tool created by HashiCorp. This guide will show how to install Terraform software on Ubuntu 20.04 LTS.
-
How to Install FreeRADIUS and Daloradius on Ubuntu 20.04
Author: Alan • Tags: server, ubuntu • Comments: 4In this tutorial, we'll install FreeRADIUS on a server running Ubuntu 20.04, configure it to work with MySQL/MariaDB, and then install daloRADIUS, a RADIUS web management panel that is basically a GUI for FreeRADIUS.
-
How to take a Backup of an Elasticsearch Cluster
Author: Rahul Shivalkar • Tags: cloud, linux, ubuntu • Comments: 0This article will show you how to backup and restore an Elasticsearch cluster on Ubuntu Linux. A shared NFS directory is used as storage for the backup.
-
How to Install Deno JavaScript Runtime on Ubuntu 20.04
Author: t.michael • Tags: linux, programming, ubuntu • Comments: 2Deno is a lightweight JavaScript runtime that is both straightforward and safe. We'll show you how to install Deno on Ubuntu 20.04 and run a hello world script to test your installation in this article.