Linux Tutorials on the topic “linux”
-
How to Install Ansible AWX on CentOS 7
Author: iron_michael86 • Tags: centos, linux, server • Comments: 55
In this tutorial, I will show you how to install Ansible AWX from RPM files on CentOS 7. Ansible AWX is the OpenSource version of the Ansible Tower software.
-
How to Install Plex Media Server on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 5
In this tutorial, we will show you step-by-step how to install and configure Plex media server on your CentOS 7 server. Plex is a client-server media software suite. It has two main components, plex media server, and plex player.
-
How to Install Rancher Docker Container Manager on Debian
Author: Hitesh Jethva • Tags: debian, linux, server, virtualization • Comments: 0
In this tutorial, we will learn how to install Rancher on Debian 9. Rancher is a free and open source project that provides a management platform for Docker containers. Rancher allows us to operate Docker in production at large scale.
-
-
How to Benchmark Your System (CPU, File IO, MySQL) with Sysbench
Author: Falko Timme • Tags: linux • Comments: 14
How to benchmark your system (CPU, File IO, MySQL) with sysbench. Sysbench is a benchmark suite which allows you to quickly get an impression about system performance which is important if you plan to run a database under intensive load. This article explains how to benchmark your CPU, file IO, and MySQL performance with sysbench.
-
Linux nproc Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Every process that's executed on a computer system requires CPU to do what it is expected to do. There may be times when your system's CPU is overloaded (due to the number or kind of processes running on the system), and for whatever reason, you want to know the number of available processing units for new processes. Well, there's a tool dubbed nproc that you can use to confirm this information.
-
How to install eSyndiCat PHP Directory Software on Ubuntu 16.04
Author: Hitesh Jethva • Tags: apache, linux, php, ubuntu, web server • Comments: 0
In this tutorial, we will learn how to install eSyndiCat on Ubuntu 16.04 server. eSyndiCat is a free, open source and one of the most popular PHP directory software that can be used as an addition to your existing site or as a stand-alone platform.
-
Elasticsearch and Kibana: installation and basic usage on Ubuntu 16.04
Author: Akshay Pai • Tags: linux, ubuntu • Comments: 6
In this tutorial, we will be going through the installation steps for Elasticsearch followed by the installation of Kibana. Then we will use Kibana to store and retrieve data. Elasticsearch is a powerful production-ready search engine written in Java It can be used as a standalone search engine for the web or as a search engine for e-commerce web applications.
-
How to Setup MariaDB High Availability with Heartbeat and DRBD on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: high-availability, linux, server, ubuntu • Comments: 1
In this tutorial, we will learn how to achieve high availability of MariaDB using Heartbeat and DRBD on Ubuntu 16.04 server. Heartbeat and DRBD both are used for a cluster solution for any application using two servers. Both servers are work in active and passive mode, one server will work at the same time and another server as a backup server.
-
How to install Ioncube Loader on CentOS, Debian and Ubuntu
Author: Till Brehm • Tags: apache, centos, debian, linux, nginx, php, server, ubuntu, web server • Comments: 26
Ioncube loader is a PHP module to load files that were protected with the Ioncube Encoder software. Ioncube is often used by commercial PHP software vendors to protect their software, so it is likely that you come across an Ioncube encoded file sooner or later when you install extensions for CMS or Shop software written in PHP. In this tutorial, I will explain the installation of the Ioncube loader module in detail for CentOS, Debian, and Ubuntu.
-
Linux more Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Sometimes, while working on the command line, you'll see outputs produced by commands in certain cases are so large that they don't fit into the screen area, and hence, you get to see only the last part of the output (as the initial part scrolls past the screen). Thankfully, there are utilities that are specifically designed to help you in such cases, and one of them is more.