Monitoring and Detecting Modified Files using Tripwire on CentOS 7
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...
View ArticleLinux nice and renice Command Tutorial (7 Examples)
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...
View ArticleHow to Install a MongoDB Sharded Cluster on CentOS 7
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...
View ArticleHow to install ERPNext on Debian 9
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...
View ArticleHow to install ONLYOFFICE Desktop Editors 4.8.7 as a Snap Package
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...
View ArticleLinux nl Command Tutorial for Beginners (7 Examples)
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...
View ArticleHow to Install ActiveMQ Message Broker on Debian 9
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...
View ArticleHow to Install Caddy Web Server with PHP-FPM on Ubuntu 16.04
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...
View ArticleLinux logname Command Tutorial for Beginners (with Examples)
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...
View ArticleHow to Install and Configure Nibbleblog on Ubuntu 16.04
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,...
View ArticleLinux nm Command Tutorial for Beginners (10 Examples)
If you are a Linux user who is also into system level software development, you may find yourself in situations where-in you need information related to symbols in an object file. You'll be glad to...
View ArticleInstall GoAccess Apache Log Analyzer Tool on Ubuntu 16.04
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...
View ArticleHow to Install AbanteCart on Ubuntu 16.04 LTS
AbanteCart is a free, open-source e-commerce platform based on PHP language. It comes with powerful features including, support for digital and tangible products, support for a variety of payment...
View ArticleLinux man Command Tutorial for Beginners (8 Examples)
A very useful aspect of the Linux command line is that the documentation for almost all command line tools is easily accessible. These documents are known as man pages, and you can easily access them...
View ArticleHow to Install Turtl Server Evernote Alternative on CentOS 7
Turtl is a secure and encrypted Evernote alternative. It's an open source application that allows you to take notes, bookmark websites, store documents, share passwords with your coworkers, and more....
View ArticleHow to install Ansible AWX with Docker on CentOS 7
Ansible AWX is the OpenSource version of ansible tower. AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. In this tutorial, I will show you how to install and...
View ArticleLinux md5sum Command Tutorial for Beginners (5 Examples)
While we have already discussed the cksum command line utility, there's another tool that you can use in scenarios where, say, you need to verify the integrity of files during transfers. The tool we're...
View ArticleHow to install Chevereto Image Hosting on Ubuntu 16.04
Chevereto is a free, open source and easy to use image hosting script written in PHP language that allows you to create your own image hosting website. In this tutorial, we will learn how to install...
View ArticleHow to Install DokuWiki with Apache on Debian 9
DokuWiki is a free open source wiki application written completely in the PHP programming language and often deployed in Linux under Apache/Nginx web servers and PHP. This tutorial I will show you how...
View ArticleLinux OD Command Tutorial for Beginners (6 Examples)
There may be times when while working on the Linux command line, you might want to display/convert content in a file in/to a form other than its original form, like decimal or octal. Gladly, there's an...
View Article