Linux Tutorials on the topic “Linux”
-
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 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.
-
-
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.
-
Expanding a software RAID on Debian by migrationg to new large hard disks
Author: Bellucci Stefano • Tags: debian, desktop, linux, shell, storage • Comments: 1
This tutorial shows you the steps to replace two old hard disks with new (larger) ones when using a software RAID on Debian.
-
Improve Network Performance with openDataplane and Open Fast Path on Ubuntu 16.04
Author: Ahmad • Tags: linux, networking, server, ubuntu • Comments: 10
The performance of Linux-based network solutions was one of the biggest issues in the past and that's why Intel started the Data Plane Development Kit (DPDK) project. The goal of the ODP environment is to provide a crossplatform framework for data plane applications. OpenFastPath (OFP) is another open source implementation of a high-performance TCP/IP stack which is helpful for network applications with a traditional Linux stack. In this tutorial, OFP will be installed on an Ubuntu 16.04 VM.
-
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.