Menu
TAG

Uncategorized

BASH Operators [Part 5]
Learn Bash 4 min read

BASH Operators [Part 5]

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 * && * || * Conclusion Types of BASH operators There are many types of BASH operators but for the sake of this seri

Learn BashUncategorizedtutorial
UFW Firewall Configuration In Linux
Uncategorized 4 min read

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 complex to configure and manage. There are simpler alternatives to use, such as UFW. UFW is actually a CLI or command-line interface for the Iptables Firewall that includes Linux, this interface provides us with a slightly easier way to manage and configure Iptabl

Uncategorizedtutorial#Import 2024-11-04 15:59
Setting Up Boot Animation And Proprietary Drivers - Part 2
Debian 5 min read

Setting Up Boot Animation And Proprietary Drivers - Part 2

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 Debian is an awesome choice for day to day use, it has a pretty quirky method for letting users do the extra work after installation, which I would like to call it as post-install

DebianDebian installationUncategorized
Debian Installation - Part 1
Debian 7 min read

Debian Installation - Part 1

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 one for end-users who dislike spending more time on installation setups. The first part of this series will guide you on how to install the Debian operating system on your computer. Downloading Debian OS

DebianDebian installationUncategorized
GNOME Pomodoro New Features
Reviews 2 min read

GNOME Pomodoro New Features

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 released (v0.14). The program includes some new features worth mentioning: blurred background, a stats option, and last 10 seconds notification indicator. What’s New In GNOME Pomodoro V0.14.0-1 Blurred backgroun

ReviewsUncategorizednews
Introduction To Ansible
Reviews 3 min read

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 allow us to have a new machine provisioned exactly as the production machine can be in much less time. In the field of machine provisioning and IT infrastructure management, there are several options, including Chef, Puppet and Ansible. In this arti

ReviewsUncategorizedtutorial
Rsync - Best Tool To Sync Files Between Devices (Mainly Servers)
Linux tools 3 min read

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

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.   rsync uses a delta-transfer algorithm to transfer files, reducing the time it takes to send files remotely and locally with tags available to only incrementing the remaining missing part of files. Its algorithm (lqquickcheckrq algorithm) inclu

Linux toolsUncategorizedreview
How To Mount USB Drive In Linux
Linux tools 3 min read

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, if you’ve tried installing a Linux server or Slackware for general purpose use or tried Linux From Scratch (LFS), they mostly come in terminal mode before you get on with the GUI stuff. This article will guide you on how to mount a USB drive in case you eve

Linux toolsUncategorizedhow-to
3 Ways To Install Arch Linux
Linux Tutorials 5 min read

3 Ways To Install Arch Linux

Maybe today is the day you’ve decided to take the step. You have enough time in GNU/Linux, enjoying the usability provided by some of the most famous, user-friendly distributions. And you think you do not have enough, that you want more. Greater control over what you install or stop installing, knowledge about the structure of directories in GNU/Linux, feel that you have the wheel of your own team… deepen, in short, in the system that you like. Buddy, I was there, believe me. Although I’

Linux TutorialsUncategorizedhow-to
Connecting To A Proxy Server - Part 2
Linux Tutorials 8 min read

Connecting To A Proxy Server - Part 2

Previously, We have seen what a proxy server is, it’s advantages and some web that tells you about your connection. However, you must be clear that proxy and VPN are not the same and that a proxy server does hide your IP but does not eliminate more identifying data. Next, we are going to show you how to connect to a proxy. HOW TO CONNECT TO A PROXY SERVER Step 1: Find a proxy server to connect The first step to connect to a proxy server is to look for a proxy server. To lo

Linux TutorialsproxyUncategorized
Connecting To A Proxy Server - Part 1
Linux Tutorials 6 min read

Connecting To A Proxy Server - Part 1

In this series, we will detail how to connect to a proxy web server in order to be able to browse anonymously. This series is related to the post on how to connect to a VPN that Mohd Sohail wrote in the past and you can read that here. In the post of VPN we saw its theoretical operation, the benefits it can provide us and finally, we saw how to establish a connection with a series of free VPN servers that we can find on the internet. Now the idea is to do the same but this time

Linux TutorialsproxyUncategorized
47 GNU/Linux Distributions For Your Desktop, Old Computer, Hobbies Or Raspberry Pi
Linux Distributions 9 min read

47 GNU/Linux Distributions For Your Desktop, Old Computer, Hobbies Or Raspberry Pi

The world of GNU/Linux distributions is a world full of open source and mostly free operating systems, all of them based on the same core. If you are thinking about giving some of them a chance, here are 47 GNU / Linux distributions series so you can find the one that best suits what you are looking for. We will start with the best and simplest to start and take the first steps in GNU / Linux, and then we will continue with some a little more advanced. Once covered these two, we will tal

Linux DistributionsUncategorizedreview