Linux Tutorials on the topic “linux”
-
How to Install, Configure and Use latest PostgreSQL Version on Ubuntu
Author: sohan patel • Tags: linux, server, ubuntu • Comments: 1Postgres is an open-source relational database that has many advanced features like enterprise-class performance, triggers, Atomicity, Consistency, Isolation, and Durability. This tutorial shows how to install and configure the latest PostgreSQL version from the Official Postgres Ubuntu repository.
-
How to Install Go Programming Language on Linux (Ubuntu/Debian/CentOS)
Author: Muhammad Arul • Tags: centos, debian, linux, programming, ubuntu • Comments: 1Go or Golang, is an open-source programming language designed to be fast, easy, efficient and scalable. It is a modern programming language developed by Google that helps you develop simple, reliable and efficient software.
-
How to Install PHP ionCube Loader in CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, php • Comments: 3ionCube loader is a PHP extension that is used to decode PHP scripts encoded by the ionCube PHP Encoder package. In this tutorial, we will show you how to enable the ionCube loader in PHP on CentOS 8.
-
-
How to Install Automad CMS with Apache and Let's encrypt on Debian 10
Author: Hitesh Jethva • Tags: apache, cms, debian, linux, web server • Comments: 0Automad is a free, open-source and flat content management system written in PHP language. In this tutorial, we will show you how to install Automad CMS on Debian 10 using Apache web server.
-
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.