HowtoForge provides user-friendly Linux tutorials.
-
How to install Arch Linux on VirtualBox
Author: Dimitris • Tags: arch linux, linux • Comments: 74
Arch Linux is a Linux-based operating system that is designed for i689 and 86-64 computers. Arch Linux is also popular for having a comprehensive documentation in form of the community wiki known as ArchWiki. This Linux operating system is based on binary packages that are targeted for i832, 64-bit, and 32-bit systems and optimized for the best performance on the modern hardware systems.
-
Install GoAccess Apache Log Analyzer Tool on Ubuntu 16.04
Author: Hitesh Jethva • Tags: apache, linux, ubuntu • Comments: 1
GoAccess is a free, open source and real-time web server log analyzer tool that can be used to analyze and view web server logs. GoAccess is based on command line and also produces HTML reports that can be viewed through a web browser.
-
How to Install and Configure Nibbleblog on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1
Nibbleblog is a free, lightweight, very easy and powerful engine for creating blogs. It is written in PHP and uses XML to store its information. Nibbleblog comes with lots of features including, Multilanguage support, Quote post, Plugins support, Template and themes support and much more.
-
-
Linux logname Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux • Comments: 0
Linux offers several commands that display in output the current user's login name. One of those is logname. In this tutorial, we will quickly understand the basics of this command line tool using some easy to understand examples.
-
How to Install Caddy Web Server with PHP-FPM on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 1
Caddy or Caddy web server is an open source HTTP/2 enabled web server written in Go. In this tutorial, I will show you step by step how to install and configure the Caddy web server with PHP-FPM 7.x on Ubuntu 16.04.
-
How to Install ActiveMQ Message Broker on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1
Apache ActiveMQ is a free and open source message broker software written in Java that can serve as a central point for communication between distributed processes. In this tutorial, we will learn how to install Apache ActiveMQ on Debian 9 server.
-
Linux nl Command Tutorial for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3
Linux offers a lot of text formatting command line tools, with each of them having a different purpose. One such utility is nl, which lets you number lines in files. In this tutorial, we will discuss the basics of this command using some easy to understand examples.
-
How to install ONLYOFFICE Desktop Editors 4.8.7 as a Snap Package
Author: Daria • Tags: linux, ubuntu • Comments: 0
ONLYOFFICE Desktop Editors are free open-source document editors for text documents, spreadsheets and presentations working offline, distributed under the GNU AGPL v.3. This tutorial shows how to install ONLYOFFICE with a single command as a Snap package.
-
How to install ERPNext on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 10
ERPNext is a free and open source ERP software written in Python on top of the Frappe framework and includes Accounting, Inventory, Manufacturing, CRM, Sales, Purchase, Project Management, HRMS and more. In this tutorial, we will learn how to install ERPNext on Debian 9 server.
-
How to Install a MongoDB Sharded Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 1
This tutorial will show you how to install a sharded MongoDB cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to do a horizontal scale of data, partition data across independent instances, and it can be 'Replica Sets'.