GNS3 is an open source Network Simulator that is used to emulate, configure, test and troubleshoot virtual and real networks. … Read more
Category: Linux
Latest update about Linux News, Tips and Tricks
How To Install Python 3.9 on Ubuntu | Linux Mint
Python is a very powerful high-level programming language that has seen extensive adoption in modern applications development. Python programs are … Read more
3 Step To Change Default Github Master to Main
Since October 2020, Github made change about naming master branch to main branch as default when you create a repository. … Read more
How To Install PHP 8.0 on Amazon Linux 2
PHP 8.0 is a major release of the PHP programming Language mostly used in the Development of Web Applications. It is … Read more
How To Deploy Droplet on DigitalOcean With Terraform
Hello good people. In today’s blog post we will be showing you how to create a Droplet in DigitalOcean using … Read more
How To Install PHP 8 on Arch Linux | Manjaro
PHP 8 was released on November 26, 2020 and is ready for download and use in your Applications development journey. … Read more
Rsync command for data transfer and sync
Rsync (Remote Sync) is a fast and versatile command-line tool for synchronizing files and folders between two locations via a … Read more
How to install Rancher Docker Container Manager on CentOS
Rancher is an open source container management platform. This allows you to easily run and manage Docker and Kubernetes. Rancher … Read more
How to sort du -h command based on file size
In the GNU Coreutils package> = 7.5, command sort Provides the -h parameter which allows easy reading of numbers of … Read more
How to configure a firewall with FirewallD on CentOS 7
A properly configured firewall is one of the most important aspects of system security overall. FirewallD is a complete firewall … Read more