5 Funny Commands to use in Linux and Terminal

5 Funny Commands you can use in Linux and the Terminal

Not everything in Linux is serious, fortunately we can find fun programs created for the sole purpose of entertaining us. You may be wondering why? Well, because we are human and at the end of the day we need a little variety, laughter and maybe a drink on the train. And yes, speaking of the […]

Top 3 Linux Server Operating Systems in 2021

Top 3 Linux Server Operating Systems in 2021

Introduction In this article we will look at several Linux distributions, which are an excellent choice if we want to use them as servers. We chose them precisely because they have an excellent level of security, regular patch maintenance and updates, and huge communities. In addition, there are thousands of tutorials on the Internet for […]

COMPARISON OF DEBIAN VS ARCH LINUX

debian vs arch linux

COMPARISON OF DEBIAN VS ARCH LINUX Debian and Arch Linux are what many distributions are based on. But what are they and what are their main differences? Can they be used as an operating system for a server or home computer? In their development, they hold radically different views. Debian is the main GNU / […]

How To Set Up a Firewall with UFW in Ubuntu \ Debian

How To Set Up a Firewall with UFW

Introduction The Linux kernel includes the Netfilter subsystem, which is used to manipulate or decide the fate of network traffic headed into or through your server. All modern Linux firewall solutions use this system for packet filtering. UFW – Uncomplicated Firewall The default firewall configuration tool for Ubuntu is UFW. Developed to ease iptables firewall configuration, UFW […]

How To Create A User With A Custom Home Directory In Linux

How To Create A User With A Custom Home Directory In Linux

Intro In this tutorial, we’re going to see how to change the default home directory of a user on Linux. By default, it is /home/username. We’ll show how to change it for a new user, as well as move the existing content to a new location. Command A 60 second youtube video on how to […]

Two Ways How To Install Deb Files on Ubuntu [& How to Remove Them Later]

install and remove .deb in ubuntu

This is going to be a beginners tutorial about installing and uninstalling .deb files in Ubuntu linux. We are going to cover only the basics for simplicity and run the commands in the simplest way possible. The first ways using DPKG For removing The second way is to use APT For removing Here is a […]