Linux Tutorials on the topic “centos”
-
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 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.
-
-
How to setup an SFTP server on CentOS
Author: shahril bin kamaruzzaman • Tags: centos, linux, security, server • Comments: 30
This tutorial explains how to setup and use an SFTP server on CentOS. Before I start, let me explain what actually SFTP represents and what it is used for. SFTP stands for SSH File Transfer Protocol or Secure File Transfer Protocol. It uses a separate protocol packaged with SSH to provide a secure connection.
-
How to Install Apache Maven on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 5
Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. Maven is a build automation tool used primarily for Java-based projects, but can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. In this tutorial, we will show you step-by-step how to install and configure Apache Maven on a CentOS 7 system.
-
How to install Ansible AWX with Docker on CentOS 7
Author: iron_michael86 • Tags: centos, linux, server • Comments: 36
Ansible AWX is the OpenSource version of ansible tower. AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. In this tutorial, I will show you how to install and configure AWX using Docker.
-
How to Install Turtl Server Evernote Alternative on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 0
Turtl is a secure and encrypted Evernote alternative. It's an open source application that allows you to take notes, bookmark websites, store documents, share passwords with your coworkers, and more. In this tutorial, we will show you step-by-step how to install and configure Turtl server on CentOS 7.
-
How to Install a MongoDB Sharded Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 1
This tutorial will show you how to install a sharded MongoDB cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to do a horizontal scale of data, partition data across independent instances, and it can be 'Replica Sets'.
-
Monitoring and Detecting Modified Files using Tripwire on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 3
Tripwire is a powerful IDS that protects your system against unwanted changes. You can use it to monitor your system files, including website files, so when there is an unwanted file change, Tripwire will check your system and if set up correctly, can alert you on email.
-
How to Install NEOS CMS on CentOS 7
Author: Hitesh Jethva • Tags: centos, linux • Comments: 1
Neos is a free and open source content management system written in PHP and uses its own framework flow. Neos CMS provides a customizable, extensible and easy to use web interface to edit web content easily.