Setup Hot Backups / Restore of MySQL with Percona Xtrabackup on Ubuntu
When backing up a database, you generally don't want to stop the database. Because if you stop it, your application will become unavailable. But if you do not stop it, your backup might end up...
View Article30 Most Frequently Used Hadoop HDFS Shell Commands
In this tutorial, I will walk you through the Hadoop Distributed File System (HDFS) commands you will need to manage files on HDFS. HDFS command is used most of the times when working with Hadoop File...
View ArticleReviewing Docker Alternative with Options for Clustering Technologies
Docker is great peace of software, but Free Software world doesn't tolerate mono-cultures. Whenever some piece of software gets popular, the alternatives show up and each of them makes its own design...
View ArticleHow to Install GitLab with Ngnix (SSL) on Ubuntu 16.04
GitLab is a web-based Git repository manager similar to Github. It's an open source git repository management tool powered by Ruby and Rails. It provides a .deb package which contains GitLab Community...
View ArticleHow to Install Apache Sqoop on Ubuntu 16.04
Apache Sqoop is a tool designed for efficiently transferring bulk data between Apache Hadoop and structured datastores such as relational databases. For example : MySQL, Oracle, Microsoft SQL Server....
View ArticleHow to Create User, Database with SQL in MariaDB on Ubuntu 16.04
MariaDB is an open-source MySQL project with more improved features. It is highly compatible with MySQL and it can be considered as a drop-in replacement for MySQL. All client libraries, client-server...
View ArticleHow to Install Nextcloud 10 with Nginx on Debian 8
Nextcloud is an open source file sync and share software. It is a fork of ownCloud and finds its usage both at individual and Enterprise level. It was recently started by Frank Karlitschek who founded...
View ArticleHow Install Microsoft SQL Server on Ubuntu / RHEL / Centos / Docker
So that day have came. The day when MSFT has to port their software to Linux in order to stay relevant.MS SQL Server preview have came out and it is supported on Ubuntu, CentOS, RHEL and Docker...
View ArticleAwesome ! Hadoop HDFS Commands Cheat Sheet
HDFS is now an Apache Hadoop subproject. An HDFS instance contains of vast amount of servers and each store a part of file system. A typical file size in HDFS would be in gigabytes or terabytes in size...
View ArticleHow to Configure Mariadb Maxscale Master-Slave with Galera Cluster
In this article we will install MariaDB galera cluster with MaxScale proxy database by MariaDB corporation. MaxScale is inteligent proxy database that can route database statements from cluster to one...
View ArticleHow to Install SonarQube with Nginx on Ubuntu 16.04
Sonarqube is an open source platform for continuous inspection of code quality. It is written in Java language and it offers support per languages. It supports various languages like Perl, PHP, Ruby...
View ArticleHow to Setup GitLab Server Backup
GitLab is an absolute solution for storing all your Git repositories. Taking backup is an important activity even when a few people ignore it because taking backups repeatedly are too tiresome and adds...
View ArticleHow Install R / R Studio on CentOS 7
The R programming language is a free software implementation of S programming language, and it is largely compatible with it. It is a GNU project and it is most popular language for statistics and data...
View Article15 Best Free Steam Games you can Play on Ubuntu Linux
Hello and welcome. Today we are talking about Linux gaming. Thanks to Valve, things are a lot better than it used to be, and Steam has very big collection of games that work on SteamOS or any other...
View ArticleHow Use Systemd journalctl Command To Manage Logs
Despite some of the negative publicity, systemd have brought great new functionality to the Linux operating system. Logging is one of them. In the old days before systemd, checking logs and...
View ArticleHow to Install Coreos on Virtualbox from ISO Image
In this article I am going to show how to install install CoreOS on VirtualBox. CoreOS is Linux distribution that is completely about containers. Idea behind CoreOS is that OS itself doesn't have any...
View ArticleHow to Deploy Spark Application on Yarn and Integrate with Hive
In this article, I will tell you working of Spark with YARN and Hive. Before I begin, let me briefly tell you what Apache Spark, YARN and Apache Hive are. Apache Spark is an in-memory distributed...
View ArticleHow to Setup Single Node Hadoop Cluster Using Docker
In this article, I will show you how to setup a single node hadoop cluster using Docker. Before I start with the setup, let me briefly remind you what Docker and Hadoop are. Docker is a software...
View Article12 lftp Commands to Manage Files with Examples
Today we are going to install LFTP, which is a command line FTP client. LFTP supports many protocols in addition to FTP, such as HTTP, HTTPS, HFTP, FISH, FTPS and FXP. It supports mirroring directories...
View ArticleHow to Create and Use Kubernetes Secrets
The current article will tackle one of the most import feature of kubernetes which is called Secrets. Before dig diving in this feature first, I would like to mention that throughout this article I’ll...
View Article