Command

Check Open Ports on FreeBSD

Check Open Ports on FreeBSD

You can use traditional netstat / lsof command to lists open Internet or UNIX domain sockets on FreeBSD. FreeBSD comes with a simple and easy to use command called sockstat. The -4 option only displays IPv4 sockets.

Install and Configure KVM in ArchLinux
Install and Configure KVM in ArchLinux Step 1 Check for Virtualization Support. To check whether virtualization is enabled on your PC, issue the follo...
Download and Install Fonts in Fedora 24
How do I install new fonts in Fedora? How do I download and install fonts? How do I install fonts on Linux? How do I install custom fonts? How do I in...
Solve Unable to load authentication plugin 'caching_sha2_password'
The version 8.0 of MySQL has changed the default authentication plugin from mysql_native_password to caching_sha2_password. So if you are using a clie...