Linux Tutorials on the topic “Linux”
-
How to Install Pimcore with Nginx on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server, web server • Comments: 2
Pimcore is an open source enterprise content management system (CMS) written in PHP, It uses MySQL as database backend. In this tutorial, we will install Pimcore CMS on CentOS 7 server.
-
How to Monitor Nginx using Netdata on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, monitoring, nginx, server, ubuntu • Comments: 0
Netdata is an open source monitoring tool for Linux servers. In this tutorial, I will show you how to monitor Nginx using Netdata. The tutorial will cover the Nginx web server installation, enable the 'stub_status' module in Nginx and the Netdata installation on Ubuntu 16.04 Xenial Xerus.
-
How to Set-Up Master-Slave Replication for PostgreSQL 9.6 on Ubuntu 16.04
Author: Muhammad Arul • Tags: high-availability, linux, ubuntu • Comments: 12
In this tutorial, we will show you how to install and configure PostgreSQL 9.6 Master-Slave Replication on Ubuntu 16.04 server. We will use Hot standby mode, and it's a very good starting point to learn PostgreSQL in depth.
-
-
How to Install and Configure Drupal with Apache on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, server, web server • Comments: 9
Drupal is a free and open source content management system that can be used to create online content, website and user communities. It is written in PHP language, uses MySQL as a database backends and distributes under the GNU General Public License. In this article, we will demonstrate how to install Drupal 8 on Debian 9 server.
-
How to install and use Volatility memory forensic tool
Author: Ahmad • Tags: linux, security, ubuntu • Comments: 1
One of the important parts of Malware analysis is Random Access Memory (RAM) analysis. It helps to identify the running malicious processes, network activities, open connections etc in the compromised system. This article is about the open source security tool "Volatility" for volatile memory analysis. It can be used for both 32/64 bit systems RAM analysis and it supports analysis of Windows, Linux, Mac & Android systems.
-
Linux df Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
Sometimes, you might want to know how much space is consumed (and how much is free) on a particular file system on your Linux machine. There a specific command - dubbed df - that does this for you. In this tutorial, we will discuss the basics of this command, as well as some of the major features it offers.
-
How to Install ProcessWire CMS on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server, web server • Comments: 1
ProcessWire is free and open source content management system. It provides an easy to use flexible platform which is fully customizable. It provides a simpler and stronger control over your pages, fields, templates, and markup at any scale. In this tutorial, we will install ProcessWire on CentOS 7 server.
-
How to Install HTTP Git Server With Nginx on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 5
Git is a free and open source version control system that can be used to track changes of code. Git allows you to create many repositories for the same application and coordinating work on those files among multiple people. It is primarily used for source code management in software development.
-
Linux dir command for beginners (10 examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 4
At any point in time while working on the command line, you are always inside a directory. There may be times when you'd want to list information about all files and subdirectories within a directory. This is where the dir command helps. In this tutorial, we will discuss the basics of this command as well as the features it provides.
-
How to Install Apache Cassandra on CentOS 7
Author: Liptan Biswas • Tags: centos, linux • Comments: 0
Apache Cassandra is a free and open source distributed NoSQL database management system. It is used to store large data in decentralized highly available clusters. In this tutorial, we will be installing Apache Cassandra on CentOS 7 server.