How to set up Metasploit Framework for the first time on Kali Linux. Covers starting PostgreSQL, initializing the Metasploit database, and confirming a working msfconsole connection.
Tag Archives: Linux
Mounting a USB on Linux machine
How to mount and unmount a USB drive on a Linux machine using the command line. Covers finding the device name with fdisk, creating a mount point, mounting, verifying, and setting up a permanent mount.
Hosting a Local HTML Website with Apache 2
How to host a local HTML website using Apache 2 on Linux. Covers hosts file configuration, virtual host setup, enabling the site, and port forwarding for external access.