Uncategorized

Operators In BASH

BASH Operators [Part 5] Members Public

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 * Assignment * Relational * -eq and -ne * -gt and -lt * Logical * &

sohail
sohail
Learn Bash
Basic UFW Firewall Configuration in Linux

UFW Firewall Configuration In Linux Members Public

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 complex to configure and manage. There are simpler alternatives to

sohail
sohail
Uncategorized
Setting Up Boot Animation And Proprietary Drivers

Setting Up Boot Animation And Proprietary Drivers - Part 2 Members Public

Welcome to the second part of Setting up Debian series. Today, you will be guided on how to install Plymouth, firmware drivers, and enable non-free software components to get maximum benefits from the Debian OS you recently installed in the first part of the series. Part 1 – Debian Installation Though

sohail
sohail
Debian
Debian Installation

Debian Installation - Part 1 Members Public

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 is quite beneficial to power users but a daunting

sohail
sohail
Debian
GNOME Pomodoro v0.14.0 1 released

GNOME Pomodoro New Features Members Public

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 version of GNOME Pomodoro is

sohail
sohail
Reviews
Introduction To Ansible

Introduction To Ansible Members Public

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 allow us to have a new machine provisioned exactly

sohail
sohail
Reviews
rsync best tool sync files between devices

Rsync - Best Tool To Sync Files Between Devices (Mainly Servers) Members Public

rsync is a Linux CLI to copy or sync files between location A and B where location A and B can differ from network, host or device type. It is used at most by system admins to copy or move files through the network and even works on local files.

sohail
sohail
Linux tools
how to mount usb drive in linux

How To Mount USB Drive In Linux Members Public

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, if you’ve tried installing a Linux server or Slackware

sohail
sohail
Linux tools