Installation
FreeBSD: Install And Use Bash Shell
This post was last updated on August 1st, 2020 at 09:11 amIn Unix like operating systems, a shell is a program that interprets the command, executes, takes input(s), and prints
FreeBSD: Install And Use Fish Shell
This post was last updated on August 1st, 2020 at 09:04 amIn FreeBSD, a shell is a program that interprets the command, executes, takes input(s), and prints output(s) on the
How To Install PyCharm in Ubuntu 20.04 LTS?
This post was last updated on August 1st, 2020 at 08:56 pmThe PyCharm is a fully-featured IDE for python which is developed by JetBrains. PyCharm supports many other programming languages
How To Install Or Remove A Software Package In Arch Linux, Manjaro?
This post was last updated on August 1st, 2020 at 12:17 pmDifferent Linux distribution comes with different tools to manage software packages on it. Pacman-based Linux distributions such as Arch
How To Install Kali Linux 20.2 With KDE Plasma Desktop?
This post was last updated on August 1st, 2020 at 12:17 pmKali Linux is a Debian based Linux distribution that is used for digital forensics and penetration testing. It comes
How to Install Vagrant on Ubuntu 20.04
The ease of creating and destroying the virtual machine instances on the fly makes it more prominent in many production environments. Because of the popularity of VMs, in this article,
How to Install ADB Fastboot on Linux
This post was last updated on November 3rd, 2020 at 05:21 pmADB and Fastboot are the debugging tools that comes with Android SDK. In this guide, I am going to
How To Remove/Uninstall Software packages from CentOS, RHEL, Fedora?
This post was last updated on August 1st, 2020 at 12:20 pmDifferent Linux distribution comes with different tools to manage software packages on it. RPM-based Linux distributions such as CentOS,
How To Install Ubuntu 20.04 LTS?
This post was last updated on August 1st, 2020 at 12:51 pmUbuntu is among the most popular Linux distributions. It is easy to use, easy to install, and includes everything
How To Install Android Studio on Ubuntu?
This post was last updated on August 1st, 2020 at 02:56 pmAndroid studio is the official IDE for android application development by Google. It is based on JetBrains’ IntelliJ IDEA