How to Install MySQL 5.7 on Linux CentOS and Ubuntu
In this tutorial, I will guide you how to install and configure the new stable MySQL 5.7 version on CentOS 7 server and Ubuntu 16.04 server. MySQL is an open source relational database management...
View ArticleDownload Files with Wget on the Linux Shell - Explanation and Examples
Are you a Linux newbie? Are you looking for a command line tool that can help you download files from the Web? If your answer to both these questions is yes, then you've come to the right place, as in...
View ArticleHow to Install Magento 2.1 on CentOS 7
In this tutorial, I will show you how to install Magento 2.1 with Nginx, PPHP 7.0 (FPM) and MySQL 5.7 on a CentOS 7 server. Magento is a widely used open source shop and content management system for...
View ArticleHow to Install Invoice Ninja on Ubuntu 16.04
Invoice Ninja is a web-based open source software for invoicing, payments, time tracking and much more. You can create Invoices online in seconds, interact with payments gateways like Stripe, PayPal,...
View ArticleInstalling Google TensorFlow Neural Network Software for CPU and GPU on...
TensorFlow is an open source software for performing machine learning tasks. Google, its creator wanted to expose a powerful tool to help developers explore and build machine learning based...
View ArticleLinux Nano editor explained for beginners (10 examples)
In this tutorial, we will discuss the basic usage of the Nano editor, as well as some of the features it provides.
View ArticleTesseract OCR: Installation and Usage on Ubuntu 16.04
Tesseract is one of the most powerful open source OCR engine available today. OCR stands for Optical Character Recognition. This tutorial shows the installation and usage of Tesseract on Ubuntu 16.04.
View ArticleHow to Monitor Linux Servers using CloudStats
CloudStats is a server monitoring platform which allows you to easily not only monitor your whole server infrastructure but also to act immediately and resolve issues. CloudStats monitoring tool does...
View ArticleHow to install an Ubuntu 17.04 (Zesty Zapus) Minimal Server
This tutorial shows the installation of an Ubuntu 17.04 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 17.04 that can be used as...
View ArticleLinux cd command tutorial for beginners (8 Examples)
The cd command is one of the most frequently used commands in Linux, as it's used to change directories (one of the most basic command line operations). While most users restrict themselves to the...
View ArticleHow to Install Laravel 5.x with Nginx and PHP-FPM 7.1 on CentOS 7
In this tutorial, I will show you how to install the Laravel Web Framework with Nginx web server, PHP-FPM 7.1 and MariaDB on a CentOS 7 system. Laravel is an open source PHP framework that follows the...
View ArticleLinux lsof command tutorial for beginners (10 examples)
The lsof command in Linux displays in its output information about files that are opened by processes. In this article, we will discuss the tool using 10 easy to understand examples.
View ArticleThe Perfect Server - Ubuntu 17.04 (Zesty Zapus) with Apache, PHP, MySQL,...
This tutorial shows how to install an Ubuntu 17.04 (Zesty Zapus) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3.1, and how to install ISPConfig. ISPConfig 3 is a web hosting...
View ArticleHow to Install Mantis Bug Tracker on CentOS 7
Mantis is a free and open source issue tracker written in PHP language. It provides an easy to use web interface for tracking your applications. You can easily manage project and track your application...
View ArticleHow to install ONLYOFFICE 9.0.0 with integrated online editors using Docker...
This tutorial describes the latest ONLYOFFICE updates and its installation using an automatic Docker script. The script will set up Docker containers with all the components necessary for ONLYOFFICE...
View Article10 Linux Cat Command Examples for Beginners
If you a regular Linux command line user, I am sure you must have used the cat command. The tool is mostly used for displaying contents of a file, although it provides many other small but useful...
View ArticleHow to park domains using ISPConfig
This tutorial explains how to setup a specific default webpage in a working Apache ISPConfig server.
View ArticleLinux cmp command tutorial for beginners (7 examples)
Pretty much regardless of your role, if your regular work involves doing stuff on the command line in Linux, you may find yourself in a situation where-in you'd want to compare two files using a...
View ArticleHow to Enable SSL and Remote Connections for MySQL on CentOS 7
In this tutorial, I will show you step by step to configure MySQL securely for remote connections with SSL. MySQL is an open source relational database system that works on many Operating Systems...
View ArticleLinux Uniq Command Tutorial for Beginners (10 examples)
The uniq command reports or even deletes repeated lines in a file. In this article, we will discuss uniq through easy to understand examples.
View Article