Month December 2018

BASH Operators [Part 5]

Operators In BASH

In the previous decisions article, we came across many new bash operators while learning the if, if-else, and elif statements. This article will provide deep insight to bash operators and their various types in computer programming. Types of BASH operators There are many…

UFW Firewall Configuration In Linux

Basic UFW Firewall Configuration in Linux

When administering servers, one of the first things that must be configured to increase the security of them is to configure a Firewall, Luckily in Linux is included a default called Iptables but this firewall many see it a bit…

Debian Installation – Part 1

Debian Installation

Debian is an Operating System like Microsoft Windows 10 and OS X. It is also the mother of all operating systems when one talks about its derivatives like Ubuntu, Linux Mint, Zorin OS, etc. Debian has a cool installation setup that…

GNOME Pomodoro New Features

GNOME Pomodoro v0.14.0 1 released

GNOME Pomodoro is a time and focus management app which improves productivity and quality of work by balancing between work and rest time. If you want to learn more about this app, click here to read the article about it in detail. A new updated…

Introduction To Ansible

Introduction To Ansible

Whenever possible, we should automate the tasks we perform. Automate tasks will make it easy to perform them, allowing us to do all the deployments of an application that we want with fewer possibilities of committing manual errors or it will…

How To Mount USB Drive In Linux

how to mount usb drive in linux

Mounting a USB drive is easy these days on most Linux distros. But you may encounter some weird quirky distros that demand your terminal knowledge for mounting a USB drive successfully without it doing the work for you. For instance,…