Linux Tutorials on the topic “centos”
-
How to do line-by-line comparison of files in Linux using diff command - Part II
Author: Ansh • Tags: centos, debian, linux, opensuse, programming, shell, ubuntu • Comments: 1
Assuming that you already know the basic usage of the diff command that we explained in the first part of this diff command tutorial series, in this tutorial, we'll discuss the various command line options the tool provides, through some easy to understand examples.
-
How to Install Apache Tomcat 8.5 on CentOS 7.3
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 12
In this tutorial, I will show you how to install and configure Apache Tomcat 8.5 on a CentOS 7 server. Apache Tomcat is an open source Java Servlet implementation developed by the Apache Software Foundation. Beside Java Servlets, Tomcat implements several other Java server technologies including JavaServer Pages (JSP), Java Expression Language, and Java WebSocket. Tomcat provides an HTTP Web Server for Java applications with support for HTTP/2, OpenSSL for JSSE and TLS virtual hosting.
-
How to wirelessly manage, control, and access your Android phone from Linux using Airdroid
Author: Himanshu Arora • Tags: centos, debian, desktop, fedora, linux, opensuse, ubuntu • Comments: 1
What if you could access your phone from your computer? Yes, there are applications that not only let you access, but also manage as well as control your phone from your PC. If you have been looking for such a solution, look no further as in this tutorial we will discuss an application dubbed AirDroid, focusing on how you can use it to access/manage/control your Android phone from your Linux computer.
-
-
Using Ceph as Block Device on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, storage • Comments: 5
Ceph is an open source storage platform, it provides high performance, reliability, and scalability. In this tutorial, I will show you step-by-step to install and configure a Ceph Block Device client to use Ceph as a filesystem on CentOS 7.
-
How to build a Ceph Distributed Storage Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, storage • Comments: 24
Ceph is a widely used open source storage platform. It provides high performance, reliability, and scalability. The Ceph free distributed storage system provides an interface for object, block, and file-level storage. Ceph is build to provide a distributed storage system without a single point of failure. In this tutorial, I will guide you to install and build a Ceph cluster on CentOS 7.
-
How to Install ownCloud 9.1 with Nginx and MariaDB on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx • Comments: 7
OwnCloud is a server software for data synchronization and file sharing with an easy to use web frontend. OwnCloud can be installed on a Linux or Windows server, it is easy to configure and has a comprehensive online documentation. The native client is available for Windows, MacOS and Linux (Desktop Application). There is also a mobile app for Android and iOS. This tutorial describes the installation of Owncloud 9.1 on CentOS 7 with Nginx web server and MariaDB database.
-
How to Install Redmine 3 with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, web server • Comments: 8
Redmine is an open source web application for project management and issue tracker. In this tutorial, we will install Redmine 3.2 with Nginx as the web server, MySQL as the database server on a CentOS 7 (64 bit) operating system.
-
How to setup rsyslog for Centralized Log Management
Author: shahril bin kamaruzzaman • Tags: arch linux, centos, linux • Comments: 6
This tutorial explains how to setup rsyslog as a centralized log management server on RedHat Linux based OS like CentOS. Centralized log management means to collect all sorts of logs from several physical or virtualized servers on one log server to monitor the health and security of the server services. We use rsyslog in this tutorial because it offers high-performance, great security and a modular design.
-
How to Install and Use Ruby on Rails with PostgreSQL on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 0
In this tutorial, I will show you how to install Rails on CentOS 7. We will install and configure Ruby on Rails with a PostgreSQL database, and then create our first project with Rails. Ruby on Rails (RoR), or short "rails", is a server-side web application framework written in ruby that follows MVC (Model-View-Controller) concept.
-
How to Install Seafile with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 7
Seafile is a private cloud software to that provides similar features like Dropbox, mega.co.nz, and others, just hosted on your own server. Seafile is based on the python programming language and it is released under an open source license so that you can create your own private cloud and it will be much more secure. In this tutorial, I will install Seafile on CentOS 7 with Nginx web server and MariaDB as the database server.