×


Blog


Install Packet Tracer on Ubuntu 20.04 LTS - A step by step process ?

This article covers how you can install Packet Tracer on your Ubuntu system. In fact, Packet Tracer is a network simulator software. It allows us to simulate all essential networking devices that are tested in the CCNA exam. 

Now you can start using Packet Tracer to test a small or a complex network topology. 


Install Synfig Studio on Linux Mint 20 - A step by step process ?

This article covers the installation procedure of Synfig Studio on a Linux Mint 20 system. In fact, Once your system has this tool installed on it, you can easily use it for creating 2D animations.


Install Anbox on Linux Mint 20 - A step by step Process ?

This article covers the process of installing Anbox on a Linux Mint 20 system. In fact, Anbox is short for Android in a box, Anbox is a free and open-source environment that enables you to run Android applications on your Linux distribution. It offers a compatibility layer by executing an Android runtime environment to execute Android applications.

Once you have this tool installed on your system, you will be able to run Android applications and games very easily on your system.


Install Jitsi Meet on Debian 11 - A step by step process ?

This article covers how to install and use Jitsi Meet on your Debian system. In fact, Jitsi Meet is a free and open-source video conferencing service solution packed with various premium features, such as superior sound quality, high-grade encryption and privacy, and universal multi-platform availability. Jitsi Meet supports multi-platform applications for the web platform, Windows, Linux, Mac OS, and Android.

You can now use Jitsi Meet for your online meetings.


Monitor Network Traffic Using netstat Command in Linux

This article covers how to monitor network traffic using the netstat command. In fact, Netstat is a popular command for everything related to network analysis.

We explored the uses of the netstat command on the Linux system. 


To install netstat, run the following on Debian and its derived distributions:

$ sudo apt install net-tools

On RedHat and its derived distributions, run:

$ yum install net-tools

To get the network load overview, you can call both netstat and ss with the flag -s. netstat gives the output in more depth, while ss gives a summary of the load:

$ netstat -s


Install Python 3.10 on Rocky 8 - A step by step process ?

This article covers the process of installing Python 3.10 on Rocky Linux 8. In fact, Python is one of the most popular high-level languages, focusing on high-level and object-oriented applications from simple scrips to complex machine learning algorithms.