Linux Tutorials on the topic “Linux”
-
How to Manage Linux File Capabilities
Author: Karl Wakim • Tags: linux, shell • Comments: 0Capabilities essentially divide the power of the root user into separate privileges, which improves security by limiting the access an attacker would gain by exploiting or abusing a service. This guide will introduce some commonly used capabilities and demonstrate how they can be viewed and modified.
-
CentOS 8 Package Management with DNF on the Command Line
Author: Hitesh Jethva • Tags: centos, linux • Comments: 4DNF stands for Dandified YUM is a software package manager for RPM-based Linux distributions. It is used to install, update and remove packages in the Fedora/RHEL/CentOS operating system.
-
How to Install Mastodon Social Networking Platform on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, nginx, web server • Comments: 3Mastodon is an open-source social networking platform very similar to Twitter. In this tutorial, we will show you how to install Mastodon on Debian 10.
-
-
How to Configure Network Interfaces using NMCLI on Centos 7.6
Author: Amine YAHIA CHERIF • Tags: centos, linux, networking • Comments: 0The first thing after installing a Linux OS as a server is configuring the network interface to have remote access and from your workstation/laptop. In this tutorial, we will use nmcli which stands for Network Manager Command Line tool for configuring our network interfaces.
-
How to Install InvoicePlane with Nginx on Debian 9
Author: Blago Eres • Tags: debian, linux, web server • Comments: 1InvoicePlane is a free and open-source invoicing application. Its source code can be found on this Github. This tutorial will show you how to install InvoicePlane on a fresh Debian 9 (stretch) system.
-
How to Install Gitlab Server with Docker on Ubuntu 18.04 LTS
Author: Navjot Singh • Tags: linux, programming, server, ubuntu • Comments: 2Gitlab CE or Community Edition is an open-source application used to host your Git repositories. In this tutorial, I will show you how to install Gitlab CE on Ubuntu 18.04 LTS using Docker and then configure it securely and add a first project.
-
A Guide to running a Reverse proxy for HTTP(S), SSH and MySQL/MariaDB using NGINX
Author: Christopher Serella • Tags: linux, nginx, server, ubuntu • Comments: 7This guide will walk you through the installation and configuration of NGINX to allow for the running of multiple physical servers, virtual machines or a combination of both behind a single public-facing IP Address.
-
How to Deploy a Dynamic DNS Server with Docker on Debian 10
Author: Karl Wakim • Tags: debian, dns, linux, server • Comments: 1This article will guide you through the complete setup of a Dynamic DNS server in a Docker container on a Debian 10 system, including setting up the required DNS records, placing the management API behind an Nginx HTTPS reverse proxy, and automating the client-side DNS record updates.
-
How to install Ntopng Network Monitor on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, monitoring, networking • Comments: 1Ntopng is a free, open-source and very useful network monitoring tool that can be used to monitor network traffic in real-time. It is a high-performance, low-resource and next generation version of the original ntop based on libpcap.
-
How to Install Jetty JAVA http Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Jetty is a free and open-source Java HTTP server that can be used in different projects, both in development and production. In this tutorial, we will show you how to install Jetty on Debian 10.