Debian Popularity Contest Program

Debian Popularity-Contest Program To Collect System Packages Data Members Public

In the following article, we will see how we can provide data on the use of our .deb packages to the Debian team through popularity-contest. Obviously, the fact of providing the data of the packages that we use the most will be optional and totally anonymous. WHAT CAN BE USEFUL

Mohd Sohail
Mohd Sohail
Debian
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 * &

Mohd Sohail
Mohd 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

Mohd Sohail
Mohd 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

Mohd Sohail
Mohd 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

Mohd Sohail
Mohd 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

Mohd Sohail
Mohd 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

Mohd Sohail
Mohd 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.

Mohd Sohail
Mohd Sohail
Linux tools