Linux Tutorials on the topic “server”
-
How to Install FreeBSD 12.0 with ZFS Filesystem
Author: Muhammad Arul • Tags: freebsd, server • Comments: 0In this tutorial, we will show you how to install the latest version of FreeBSD 12.0 on ZFS. We will use the BSDinstall, which automatically uses the entire disk for the FreeBSD system.
-
How to Install Hugo Site Generator On Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0Hugo is a free and open-source framework written in Go language that can be used to create websites with ease. It is simple, fast and secure static site generator, you don't need any database to run it.
-
How to Install PostgreSQL and pgAdmin4 on CentOS 7
Author: Muhammad Arul • Tags: linux, server • Comments: 0
PostgreSQL or Postgres is a powerful high-performance object-relational database management system (ORDBMS) released under a flexible BSD-style license. PostgreSQL is well suited for large databases and has many advanced features.
-
-
How to Install Anaconda Python Distribution on Debian 10
Author: Hitesh Jethva • Tags: debian, server • Comments: 1Anaconda is an open-source distribution of the Python and R programming languages that can be used to simplify package management and deployment. In this tutorial, we will learn how to install Anaconda Python Distribution on Debian 10.
-
How to Install Cachet Status Page System on FreeBSD 12
Author: Blago Eres • Tags: server, web server • Comments: 0
Cachet is a beautiful and powerful open-source status page system written in PHP that allows you to better communicate downtime and system failures to your customers, teams, and shareholders. In this tutorial, we will install the Cachet status page system using PHP, Nginx, MariaDB, and Composer on the FreeBSD 12 system.
-
Install Red Hat Enterprise Linux Server from ISO Image
Author: Matt Vas • Tags: linux, server • Comments: 3The installation of RHEL performed in this tutorial will be based on the RHEL 7 DVD ISO image burned to a DVD or moved to a bootable USB drive. The installation will mainly cover the process of installing RHEL 7 on UEFI based machine, but the same installation procedure can be successfully applied on old BIOS motherboards or on UEFI systems with Legacy Mode or CSM (Compatibility Support Module) option enabled.
-
How to Install FreeRADIUS and daloRADIUS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: security, server, ubuntu • Comments: 36FreeRADIUS is a free and open-source client/server protocol that provides centralized network authentication on systems and daloRADIUS is a web-based application for managing RADIUS server. In this tutorial, I will explain step by step how to install FreeRADIUS and Daloradius on Ubuntu 18.04 LTS.
-
How to Install GitBucket with Nginx on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, nginx, programming, server, ubuntu • Comments: 1GitBucket is a free and open-source Git platform powered by Scala with Github API compatibility. In this tutorial, we will learn how to install and configure GitBucket on Ubuntu 18.04 server.
-
How to Install Strider Continuous Integration Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1Strider is a free and open-source Continuous Integration & Deployment Server written in Node.JS, JavaScript and uses MongoDB to store their data. In this tutorial, we will explain how to install Strider on Ubuntu 18.04 server.
-
Installing Laravel PHP Framework on Ubuntu 18.04 LTS for Apache
Author: Navjot Singh • Tags: php, server, ubuntu • Comments: 31Laravel is a very popular open source PHP framework aimed at easy development of applications. If you are looking for a new PHP framework to try, you should give Laravel a try. The following guide will allow you to run Laravel on an Ubuntu 16.04 based Apache server.