Linux Tutorials on the topic “linux”
-
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'.
-
Linux nice and renice Command Tutorial (7 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 6
The power of the Linux command line can be gauged from the fact that you can even easily tweak the scheduling priority of processes using command line tools. Yes, that's possible, and in this tutorial we will discuss how to do that using nice and renice utilities.
-
Monitoring and Detecting Modified Files using Tripwire on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 3
Tripwire is a powerful IDS that protects your system against unwanted changes. You can use it to monitor your system files, including website files, so when there is an unwanted file change, Tripwire will check your system and if set up correctly, can alert you on email.
-
How to Install Zammad Ticketing System on CentOS 7
Author: Muhammad Arul • Tags: linux, nginx, ubuntu, web server • Comments: 2
Zammad is an open source helpdesk/customer support system written in Ruby. It's a web-based ticketing system with many features, including support to manage customer communication over several channels like Facebook, telegram, chat, and emails.
-
Samba Server installation on Ubuntu 16.04 LTS
Author: Till Brehm • Tags: linux, samba, ubuntu • Comments: 35
This guide explains the installation and configuration of a Samba server on Ubuntu 16.04 with anonymous and secured Samba shares. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.