Linux Tutorials on the topic “linux”
-
How to Build NGINX from source on Ubuntu 18.04 LTS
Author: Blago Eres • Tags: linux, nginx, ubuntu • Comments: 13In this tutorial, we will build NGINX with all available modules in open source version of NGINX and we will use mainline version which is at 1.15.0 at the time of this writing.
-
How to Install Rancher Docker Container Manager on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, virtualization • Comments: 1Rancher is an open source container management platform. It allows you to run and manage Docker and Kubernetes with ease. In this tutorial, I will guide you to step-by-step install and configure Rancher Server and Agent on CentOS 7 server.
-
Linux dpkg Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: debian, linux, shell, ubuntu • Comments: 3If you are on a Debian or Debian-based system (like Ubuntu), there are high chances you might have encountered .deb packages. These are Debian packages, and Linux command line offers built-in commands/tools to deal with this kind of packages. One such tool is dpkg, which we will discuss here in this tutorial.
-
-
How to Install ReportServer on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server • Comments: 7
ReportServer is a free and open source business intelligence (OSBI) platform with powerful reporting and analysis tools. It gathers data from multiple business touch points and generates different reports from the data. In this tutorial, we will install ReportServer on CentOS 7 server.
-
How to Install Fuel CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1
Fuel CMS is a free and open source content management system written in PHP that can be used to develop websites and blogs. It is based on CodeIgniter PHP web framework that can be used for advanced web development.
-
How to Install Nginx with Brotli Compression on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: debian, linux, nginx, ubuntu • Comments: 6
In this tutorial, I will show you step-by-step how to add support for Brotli compression algorithm in Nginx web server. Brotli is an open source compression algorithm created by Google. Brotli provides better and lossless compression than gzip, and it's now supported by major browsers and web servers.
-
How to Install EspoCRM Open Source CRM Software on Debian 9
Author: Matt Vas • Tags: debian, linux, web server • Comments: 2
In this guide, we’ll show you how to install and configure the latest version of the EspoCRM software on Debian 9 on top of a LAMP stack, in order to create a free online Customer Relationship Management platform for your company.
-
How to Install Splunk Log Analyzer on Ubuntu
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 3
Splunk is a powerful log database that can search, monitor, and analyze machine-generated big data through a web interface. It is a very useful tool for analyzing, exploring, and searching data. This tutorial will teach us how to install Splunk on an Ubuntu server.
-
How to Install Jenkins Automation Server with Apache on Ubuntu 18.04
Author: Muhammad Arul • Tags: apache, linux, server, ubuntu • Comments: 0
Jenkins is an automation server running in a Java servlet container, it supports many SCM (Source Control Management) software systems including Git, SVN, and Mercurial and provides hundreds of plugins to automate your project. In this tutorial, I will show you how to install the latest stable Jenkins version on Ubuntu Server 18.04 LTS (Bionic Beaver).
-
Linux ifconfig Command Tutorial for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
Network management work includes a lot of stuff, and precisely for this reason, there are several Linux command line utilities that help you with different kind of network-related tasks. In this tutorial, we will discuss one such utility dubbed ifconfig.