How to Install Shoutcast Server on Ubuntu 18.04 LTS
SHOUTcast is a free, open source and cross-platform software application that can be used to stream media over the Internet. In this tutorial, we will learn how to install SHOUTcast media server on...
View ArticleLinux sort Command Tutorial for Beginners (8 Examples)
Looking for a command line utility to sort content in text files? Look no further than Sort, a tool specifically built for this purpose. In this tutorial, we will discuss this command using some easy...
View ArticleHow to Install Apache Maven on Ubuntu 18.04 LTS
Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. In this tutorial, I will show you step-by-step how to install and configure Apache Maven on Ubuntu...
View ArticleLinux pstree Command Tutorial for Beginners (8 Examples)
Since every process (except the very first one) in a Linux system has a parent, it sometimes makes things easier to understand if all processes are displayed in a tree structure. You'll be glad to know...
View ArticleHow to Install Django on Ubuntu 18.04 LTS
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial,...
View ArticleLinux pidof Command Tutorial for Beginners (5 Examples)
Linux command line offers a lot of utilities that work with processes. Once such tool is pidof, which - as the name suggests - gives you the process ID of an already executing process. In this...
View ArticleHow to Install Taiga.io Project Management Software on CentOS 7
Taiga.io is an open source project management system for agile developers, designers, and project managers. It's a beautiful project management tool that can handle both simple and complex projects for...
View ArticleLinux sleep Command Tutorial for Beginners (with Examples)
Sometimes, while working on the Linux command line, you might want to run a couple of commands one after the other, but with a certain amount of delay between them. It's here, in situations like these,...
View ArticleHow to install ONLYOFFICE Desktop Editors 5.1 on Ubuntu
ONLYOFFICE Desktop Editors is the free open-source office suite distributed under GNU AGPL v.3.0. It comprises editors for text documents, spreadsheets, and presentations working offline. This tutorial...
View ArticleFedora 27 Corporate Workstation Installation
This tutorial explains in detail how to install a Fedora 27 workstation for a corporate environment and how to join a Fedora Workstation on a Domain Controller who can be Samba 4 or Microsoft Active...
View ArticleHow to Install Magnolia CMS on Ubuntu 18.04 LTS
Magnolia is a free and open source Java-based CMS that delivers smartphone simplicity on an enterprise-scale. In this tutorial, we will learn how to install Magnolia in Ubuntu 18.04.
View ArticleHow to Install Laravel 5.6 PHP Framework with Nginx on Ubuntu 18.04
Laravel is a free and open source PHP framework that implements the MVC (Model-View-Controller) design pattern. In this tutorial, I will guide you step-by-step on how to install Laravel version 5.6...
View ArticleLinux passwd Command Tutorial for Beginners (8 Examples)
As a Linux command line user, you should be aware of utilities that help you with user-account management. Once such tool is passwd, which lets you change your account password. In this tutorial, we...
View ArticleHow to Install Magento 2 with Nginx and Letsencrypt on Ubuntu 18.04
Magento is a widely used Open Source e-commerce software and content management system for e-commerce websites based on the PHP Zend Framework. It uses MySQL or MariaDB as database backend. In this...
View ArticleHow to Install MODX CMS on Ubuntu 18.04 LTS
MODX is a free, open source and fast content management system written in PHP language. It is specially designed for ease of use that allows web admin to create powerful and dynamic content websites....
View ArticleHow to Setup Puppet Master and Agent on CentOS 7
Puppet is an open source configuration management tool and server automation framework. In this tutorial, I will you how to install Puppet on CentOS 7. I will install and configure a CentOS 7 server as...
View ArticleLinux ping Command Tutorial for Beginners (8 Examples)
Regardless of the type of Linux user you are (beginner or pro), there are certain tools that you must be aware of. One such utility is Ping. In this tutorial, we will discuss the basics of this tool...
View ArticleHow to Install SilverStripe CMS on Ubuntu 18.04 LTS
SilverStripe is a free, open source, secure and flexible CMS written in PHP language that can help you to create and manage the content of your websites and web applications. In this tutorial, we will...
View ArticleHow to Install the latest OpenSSL version from Source on Linux
OpenSSL is a widely used crypto library that implements SSL and TLS protocols to secure communications over computer networks. In this tutorial, I will show you step-by-step how to install the latest...
View ArticleLinux sha1sum Command Tutorial for Beginners (with Examples)
Linux command line offers several tools for checking and verifying a file's integrity. One such tool is sha1sum, which we will be discussing here in this tutorial using some easy to understand examples.
View Article