How to Install MySQL Server with phpMyAdmin on FreeBSD 11
In this tutorial, we will install MySQL with phpMyAdmin along with Apache web server with PHP 5.6. MySQL is a free and open source relational management system. It stores data in tabular format. It is...
View ArticleLinux exit Command Explained for Beginners (With Examples)
If you are a Linux newbie, and your work involves doing stuff through the command line, then it goes without saying that you must be spending a lot of time on the terminal window. As you'd likely...
View ArticleHow to Install TaskBoard on CentOS 7
TaskBoard is a free and open source application to keep a track of the tasks that needs to be done. It requires minimal dependencies to work. Database is stored in SQLite which eliminates the...
View ArticleHow to Create a Fully Featured Mail Server using Postal
Postal is a free and open source complete mail server for sending and receiving emails. It is written in Ruby and JavaScript. In this tutorial, we will install Postal Mail Server on Ubuntu 17.04.
View ArticleHow to clone disks with Linux dd command
In this tutorial we'll refer to a practical example of Linux dd command that can be used by system administrators to migrate or clone a Windows Operating System or a Linux OS from a larger HDD...
View ArticleLinux env Command Tutorial For Beginners (5 Examples)
If your work involves doing stuff through the command line in Linux, more likely than not, you'll be using the Bash shell. Did you know there's an environment associated with the processes that are...
View ArticleHow to Install Nextcloud 12 Server on Debian 9
NextCloud is a free, open source and an alternative to another open source file hosting solution OwnCloud. NextCloud eliminates your need of using third party cloud hosting software like Dropbox for...
View ArticleHow to install and setup Plex Media Server Ubuntu 16.04
Plex is a free and open source feature-rich media library platform that provides a way to store all your movies, shows, and other media in one place. In this tutorial, we will learn how to install and...
View ArticleHow to Install PostgreSQL and pgAdmin on FreeBSD 11
PostgreSQL or in short Postgres, is an open source Object-Relational Database Management System (ORDBMS). In this tutorial, we will learn how to install PostgreSQL and pgAdmin on FreeBSD 11.
View ArticleLinux expand Command Tutorial For Beginners (with Examples)
While working on the command line in Linux, there may arise a situation where-in the requirement is to replace tabs in a file with spaces. The task isn't difficult if the file is small, but what if the...
View ArticleHow to Install Sensu Monitoring on Ubuntu 16.04
Sensu is a free and open source tool for composing the monitoring system you need. In this tutorial, we will go through step by step installation of Redis, RabbitMQ and Sensu on Ubuntu 16.04.
View ArticleHow to Manage CentOS 7 Server with Webmin
In this tutorial, we will install Webmin on CentOS 7.2. We will also learn to administrator Apache web server, firewalld, and Webmin configuration. Webmin is free and open source web based system...
View ArticleInstall Wordpress on LAMP in Debian 9
This tutorial will show you on how to install and configure the latest version WordPress on top of a LAMP stack in Debian 9 - Stretch. Wordpress, without a doubt, is one of the most popular open-source...
View ArticleLinux expr command tutorial for beginners (with examples)
Sometimes, while working on the command line (especially when dealing with a shell script), you may find yourself in a situation where you have to perform actions like searching for a substring in a...
View ArticleHow to Install and Configure Monit on Debian 9
Monit is a free and open source process monitoring tool that can be used to monitor system process using the web browser and command line. In this tutorial, we will explain how to setup and use Monit...
View ArticleHow to Install OrientDB NoSQL Database on CentOS 7
OrientDB is a free and open source NoSQL database management system. Unlike relational database management systems which store the data in a relational tabular form, NoSQL stores data in other than the...
View ArticleLinux fgrep Command Tutorial for Beginners (with Examples)
While grep is a well-known Linux command (we've already covered it in detail), do you know that there exist two different variants of this tool? Yes, these are egrep and fgrep. In this tutorial, we...
View ArticleDeploy WordPress on top of FAMP in FreeBSD 11.1
This guide will show how to install and configure the most popular open source CMS used on the internet, Wordpress, on top of FAMP in FreeBSD 11.x latest release. FAMP is an acronym which describes the...
View ArticleGet Started With GNUPlot
GNUPlot is an actively developed freely distributed non-open source command line graphing and plotting software tool that was initially released back in 1986. GNUPlot can be useful for a wide spectrum...
View ArticleLinux factor command tutorial for beginners (with examples)
If you are a Linux command line user, and your work revolves around prime numbers, there's a command line utility that might be of your help. The tool in question is factor, and in this tutorial, we...
View Article