Category Linux

Installing Nessus 10.1 on Kali Linux

First, make sure your system has the latest updates. sudo apt update && sudo apt full upgrade -y Then, register for a free account for Nessus Essentials in order to recieve your activation code. Link here. There are multiple versions…

Install PyCharm on Linux

Note: In order to install PyCharm, you must have python installed. Download the archive file from the JetBrains website. Link here Extract the downloaded archive file. I will be using tar to extract the archive, although there are numerous other…