Articles by Muhammad Arul
-
Monitoring of a Ceph Cluster with Ceph-dash on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, storage • Comments: 5
Ceph-dash is is a WSGI application based on the Flask framework for monitoring of Ceph clusters. In this tutorial, I will show you to install Ceph-dash and configure it to run under an apache web server with SSL and mod_auth support.
-
How to Mount CephFS on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, storage • Comments: 1
I will show you how to mount Ceph as a File System on CentOS 7 in this third part of the Ceph tutorial series. Ceph is an open source storage platform, it offers high performance, reliability, and scalability. It's a free distributed storage system that provides an interface to object, block, and file-level storage without a single point of failure.
-
How to Add External Storage to ownCloud 9
Author: Muhammad Arul • Tags: linux, server • Comments: 3
In OwnCloud, we can add external storage as ownCloud storage devices to extend the storage capabilities of the local server. In this tutorial, I will show you how to enable an external storage or drive in ownCloud 9.
-
-
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.
-
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 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 Jenkins Automation Server with Apache on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 7
Jenkins is an automation server forked from the Hudson project. Jenkins is a server based application running in a Java servlet container, it has support for many SCM (Source Control Management) software systems including Git, SVN, and Mercurial. In this tutorial, I will show you how to install the latest Jenkins version on Ubuntu Server 16.04. We will run Jenkins on our own domain name, and we will to install and configure Jenkins to run under the apache web server with the reverse proxy for Jenkins.