Linux tutorials

How to deploy Rocket.Chat on AWS – Part II

Introduction This is the second part of the tutorial on how to deploy Rocket.Chat on AWS (Amazon Web Services). In part one we saw how to...

Fix Firefox Not Displaying Webpage Characters ‘Icons’ Properly

Mozilla Firefox is one of the common browsers that almost everyone on the web knows about. Here is a problem I have to help...

How To Move Crunchbang Panel To Bottom

Crunchbang can be styled to sweet your needs which ever way you want. If you are an Crunchbang user, you will admit that tweaking...

How To Enable Tab Complete Heroku Commands In Oh-My-Zsh

Heroku Client is the (Command Line Interface) CLI tool for creating and managing Heroku apps. Requirements: Heroku toolbelt Oh-My-Zsh (How to Install) Note this post is not talk...

Monitoring Server: Install Zabbix on an Ubuntu 16.04 Server

Monitoring Server - What is Zabbix Zabbix is an enterprise-class open source distributed monitoring server solution. The software monitors different parameters of a network and...

Tools for Linux Users to Not Miss Out On

Linux is the least popular “mainstream” operating system. Unlike its main competitors, Linux is free and open source, which is perfect for various circumstances....

Installing PHP 7.4 on Debian 11: A Journey on Dedicated Servers...

In this step-by-step guide, I'll share my experience of installing PHP 7.4 on a Debian 11 dedicated server running Linux and hosted in Ukraine....

Database System: PostgreSQL Replication on Ubuntu 16.04

PostgreSQL Database System PostgreSQL is an advanced open source Object-Relational Database Management System (or ORDBMS). It is an extensible and highly-scalable database system, meaning that...

How To Install Git On CentOS 7

Git is a very useful version control tool in the today’s software development industry. I use it all the time so thought to write...

extract any compressed file in Linux

  Use the following command to create a new file in /usr/bin directory and launch the gedit. sudo gedit /usr/bin/extract-file Copy and paste the following code...

Using Pmap to Report Memory Map of a Process (With Examples)

Taking measure of a process's RAM usage on Windows has always been straightforward.  You launch the Task Manager and browse through the processes to find...

Install Flashplayer in Sabayon or Gentoo

Question: how to install flashplayer plugin in Sabayon of  Gentoo ?   Answer : The  adobeflash player  is the most known stable  package. install it  with...

Jigdo: Downloading Huge ISO Files Made Easy

As you may know, Debian distributions images are totally set of 10 discs. The first one is the installation image, and the remaining images...

Full monitoring system: Graphite, collectd and StatsD – Part 2

Introduction In the first part of this series we installed and configured Graphite on an Ubuntu 16.04 server. Remember that Graphite is software for visualizing data, so...

Install and configure Munin master on Ubuntu 17.04

Introduction Munin is a monitoring tool that can help analyze resource trends, presenting information in graphs through a web interface. The installation come with a...

A Beginner’s Guide To Install Gentoo

Gentoo, a distribution of choice for nerds. Well at least this is what many people think of Gentoo. This distribution is no doubt hard to...

Install Oracle VirtualBox And Manage It Using phpVirtualBox On CentOS 7...

We, all, knew how to install Oracle VirtualBox on CentOS 6.x and CentOS 7.x GUI based systems. But, what about on CentOS minimal server...

Backup with Percona XtraBackup on Ubuntu 16.04

Introduction Percona XtraBackup is an open source backup utility for MySQL-based servers that doesn't lock your database while performing backup. Using it provides the following...