How to Install Bolt CMS on Debian 9
Bolt CMS is a simple and flexible Open Source content management system written in PHP. In this tutorial, we’ll learn how to install and configure the latest version of Bolt CMS on Debian 9 on top of a...
View ArticleLinux pmap Command Tutorial for Beginners (5 Examples)
Linux command line offers a lot of tools that help you know more about processes that are currently active in your system. One such utility is pmap, which reports the process memory map. In this...
View ArticleISPConfig 3: Automated installation on Ubuntu 18.04
This tutorial shows how to install ISPConfig 3.1 by using the automated install script from Servisys on an Ubuntu 18.04 LTS server. ISPConfig is a free open source hosting control panel to manage Linux...
View ArticleBuilding and flashing a secured AOSP build with verified boot and separate...
This tutorial aims to provide detailed instructions on how to solve these caveats, building and flashing AOSP for the Nexus 5X with verified boot and using separate lock screen/encryption secrets. It...
View ArticleHow to Install Apache GUI on Ubuntu 18.04 LTS
Apache GUI is a free and open source Java-based tool that can be used to manage and configure Apache web server through the web browser. It is specially designed for those who are looking for a...
View ArticleLinux printenv Command Tutorial for Beginners (with Examples)
Environment variables play a major role in Linux. Most programs, whether command line based or GUI based, deal with environment variables in one way or the other. So naturally, there are tools that let...
View ArticleHow to Install Nginx with RTMP Module on CentOS 7
RTMP (Real Time Messaging Protocol) is a high-performance protocol for transmission of data, audio, and video over the internet between flash-based platform technologies. Originally developed by...
View ArticleLinux readlink and realpath Command Tutorial for Beginners (with Examples)
In this tutorial, we will discuss the basics of realpath and readlink commands that are similar (if not same) in the sense that they display resolved symbolic links in output.
View ArticleInstall Observium Network Monitoring Software on Debian 9
Observium is a powerful and flexible free and open source auto-discovery network monitoring software. In this guide, we’ll show you how to install and configure the latest version of Observium Network...
View ArticleLinux shred Command Tutorial for Beginners (5 Examples)
This tutorial shows how to delete data safely on Linux by using the shred command. All examples in this article have been tested on an Ubuntu 18.04 LTS machine.
View ArticleHow to Install Typo3 CMS on Debian 9
In this guide, we’ll learn how to install and configure the latest version of Typo3 CMS in Debian 9. Typo3 is a powerful open source content management system with most parts written in PHP programming...
View ArticleHow to Install Apache Kafka Distributed Streaming Platform on Ubuntu
Apache Kafka is a distributed streaming platform developed by Apache Software Foundation and written in Java and Scala. Apache Kafka was originally developed by LinkedIn, and was open sourced in 2011....
View ArticleLinux ss Command Tutorial for Beginners (8 Examples)
When it comes to accessing socket related information through the command line in Linux, the first tool that comes to mind is netstat. However, there's another utility that can do this work for you....
View ArticleHow to Set up RabbitMQ Cluster on Ubuntu 18.04 LTS
RabbitMQ is an open source message-broker software written in Erlang programming language with client support for all major programming languages. In this tutorial, I will show you how to set up a...
View ArticleLinux strace Command Tutorial for Beginners (8 Examples)
The Linux command line offers many tools that are helpful for software developers. One among them is strace. The strace command in Linux lets you trace system calls and signals.
View ArticleInstallation and Usage of Maltrail detection system on Ubuntu 18.04
Maltrail is a malicious traffic detection system which utilizes the publicly available spam list/ blacklists of malicious and suspicious trails. This tutorial shows the installation of Maltrail on...
View ArticleLinux vdir Command Tutorial for Beginners (8 Examples)
Listing contents of a directory is one of the most basic tasks that users (both pro and noobs) find themselves involved in. The ls command is hands down the most popular tool used for this purpose....
View ArticleFree eBook from Packt - Linux Shell Scripting Cookbook - Third Edition
The shell is the most powerful tool your computer provides. Despite having it at their fingertips, many users are unaware of how much the shell can accomplish. Starting with the basics of the shell,...
View ArticleHow to Install and Configure OpenLiteSpeed Server on Ubuntu 18.04 along with...
OpenLiteSpeed is a lightweight and open source version of the popular LiteSpeed Server. In this tutorial, we will learn about how to Install OpenLiteSpeed Server on Ubuntu 18.04 along with PHP 7.2 and...
View ArticleLinux vmstat Command Tutorial for Beginners (5 Examples)
If you are looking for a command line utility that you can use to access information about processes, CPU activity, memory, and more, you'll be glad to know that vmstat does this for you.
View Article