Docker: Installation and Basic Usage on Ubuntu 18.04 LTS
Docker is an open-source project that provides an open platform for developers and sysadmins to build, package, and run applications anywhere as a lightweight container. Docker automates the deployment...
View ArticleHow to Install Seafile with Nginx on Ubuntu 18.04 LTS
Seafile is an open source file-hosting and cloud storage system similar to Dropbox, but you can install and run it on your own server. In this tutorial, I will show you step-by-step how to install and...
View ArticleHow to Install Spotify on Ubuntu 18.04 LTS
Spotify is a Swedish entertainment company founded by Daniel Ek and Martin Lorentzon that gives you instant access to millions of songs from old favorites to the latest hits. In this tutorial, we will...
View ArticleHow to Install Ionic Mobile App Framwork on Ubuntu 18.04 LTS
Ionic is an open-source Framework that can be used for developing hybrid mobile apps using Web technologies like CSS, HTML5, and Sass. In this tutorial, we will learn to install Ionic framework on...
View ArticleHow to deploy Ghost Blog with Nginx on Ubuntu 18.04 LTS
Ghost is a completely open source (MIT license) blogging platform, that is gaining popularity among developers and ordinary users. In this tutorial, we are going to set up and deploy a secure Ghost...
View ArticleLinux unexpand Command Explained for Beginners (with Examples)
Working on the Linux command line requires to learn how to quickly perform some repetitive tasks. One such task that you may find yourself involved in sooner or later is converting blanks to tabs or...
View ArticleHow to Install PostgreSQL and phpPgAdmin on Ubuntu 18.04
PostgreSQL or Postgres is a powerful high-performance object-relational database management system (ORDBMS). This tutorial will show the installation of PostgreSQL and its web-based administration...
View ArticleHow to Install Apache CouchDB on Ubuntu 18.04 LTS
CouchDB is a free and an open source NOSQL database solution implemented in the concurrency-oriented language Erlang. It has a document-oriented NoSQL database architecture. In this tutorial, we will...
View ArticleLinux netstat Command Tutorial for Beginners (8 Examples)
If you are new to Linux command line, and are interested in learning networking stuff, there are many command line utilities that you should be aware of. One such tool is netstat. In this article, we...
View ArticleHow to Install Pimcore CMS on Ubuntu 18.04 LTS
Pimcore is a free and open-source enterprise content management system written in PHP language and uses MySQL/MariaDB for databases. It is fast, flexible, and designer and developer-friendly that allow...
View ArticleHow to Install Nginx with Let's encrypt and get A+ from SSLLabs Test
In this tutorial, I will show you step-by-step how to install and configure the Nginx web server with Let's encrypt certificate and how to obtain an A+ rating from SSL Labs for the SSL setup.
View ArticleLinux ifconfig Command Tutorial for Beginners (7 Examples)
Network management work includes a lot of stuff, and precisely for this reason, there are several Linux command line utilities that help you with different kind of network-related tasks. In this...
View ArticleHow to Install Jenkins Automation Server with Apache on Ubuntu 18.04
Jenkins is an automation server running in a Java servlet container, it supports many SCM (Source Control Management) software systems including Git, SVN, and Mercurial and provides hundreds of plugins...
View ArticleHow to Install Splunk Log Analyzer on Ubuntu 18.04 LTS
Splunk is a powerful log database that can be used for searching, monitoring, and analyzing machine-generated big data through a web-interface. It is a very useful tool for analyzing, exploring and...
View ArticleHow to Install EspoCRM Open Source CRM Software on Debian 9
In this guide, we’ll show you how to install and configure the latest version of the EspoCRM software on Debian 9 on top of a LAMP stack, in order to create a free online Customer Relationship...
View ArticleLinux tty Command Tutorial for Beginners (with Examples)
In Linux, everything is a file. Even any hardware device connected to the system is represented as a special file. So it shouldn't come as a surprise that a terminal is also represented as a file....
View ArticleHow to Install Nginx with Brotli Compression on Ubuntu 18.04 LTS
In this tutorial, I will show you step-by-step how to add support for Brotli compression algorithm in Nginx web server. Brotli is an open source compression algorithm created by Google. Brotli provides...
View ArticleHow to Install Fuel CMS on Ubuntu 18.04 LTS
Fuel CMS is a free and open source content management system written in PHP that can be used to develop websites and blogs. It is based on CodeIgniter PHP web framework that can be used for advanced...
View ArticleLinux dpkg Command Tutorial for Beginners (8 Examples)
If you are on a Debian or Debian-based system (like Ubuntu), there are high chances you might have encountered .deb packages. These are Debian packages, and Linux command line offers built-in...
View ArticleHow to Install Rancher Docker Container Manager on CentOS 7
Rancher is an open source container management platform. It allows you to run and manage Docker and Kubernetes with ease. In this tutorial, I will guide you to step-by-step install and configure...
View Article