HowtoForge provides user-friendly Linux tutorials.
-
How to Install Jenkins Automation Server with Nginx on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server • Comments: 4
Jenkins is a free and open source continuous integration server. It can be used to automate various tasks related to software development such as building testing and deploying. In this tutorial, we will install Jenkins Automation Server on CentOS 7 server. We will also setup Nginx as a reverse proxy for Jenkins.
-
How to Install Mahara ePortfolio System on CentOS 7
Author: Liptan Biswas • Tags: apache, centos, linux, server, web server • Comments: 1
Mahara is an open source e-portfolio system. It can also be used as a social networking platform. Mahara is written in PHP and uses either PostgreSQL or MySQL database server to store its data. You can use Mahara to create your personalized multimedia portfolio and to collaborate with others. In this tutorial, we will install Mahara on CentOS 7 server.
-
Linux echo Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
In this tutorial, we will discuss basics of echo as well as the command line options it provides. Suppose you want to append a hard-coded line of text to a file through the command in Linux, what would you do? An obvious approach would be to open the file in an editor, and then enter the line manually. But think of a case where-in this task needs to be automated. What's your option in that case?
-
-
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.