Browsing tag

ubuntu 14.04

How To Install MySQL 5.7/8.0 on Ubuntu 16.04/14.04 & Debian 9/8

MySQL is an open source relational database management system, commonly used in web applications to store and retrieve records and information. MySQL was first developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application for Linux operating system until MariaDB, a fork of MySQL, came into the picture. In this […]

20 Useful apt, apt-get, and apt-cache Command Examples for Package Management

Advanced Package Tool (APT) is a powerful and free software package-management user interface in Debian based operating systems, including Ubuntu and LinuxMint to handle the installation and removal of software packages. The apt command has been introduced to merge apt-get and apt-cache into one single command and provide a pleasant experience for end users by […]

netstat Command not found on Debian / Ubuntu / Linux Mint – Quick Fix

netstat is a command line tool to view the network connection statistics to/from the machine. With netstat, you can see network connections, routing tables, interface statistics, masquerade connections, and multicast memberships. Are you facing netstat command not found issue after the installation Debian / Ubuntu / Linux Mint. -bash: netstat: command not found Here is […]

How to Install OpenVAS on Ubuntu 16.04 / Ubuntu 14.04

OpenVAS known as Open Vulnerability Assessment System is an open source vulnerability suite to run the test against servers for known vulnerabilities using the database (Network Vulnerability Tests), OpenVAS is a free software, its components are released under GNU General Public License (GNU GPL). Here is the small guide to install OpenVAS on Ubuntu 16.04 […]