Follow the post OpenVPN Server [Link] and create a user for the pfSense as a […]
Local SPAN and Remote SPAN on Cisco Devices
SPAN (Switch Port Analyzer) is a functionality that mirrors one or more ports or VLANs into […]
Spanning Tree Protocol (STP) on Cisco Devices
Types: STP Standard PVST+ (STP per VLAN – by Cisco) RSTP (STP faster) Rapid PVST+ […]
Managing MySQL and MariaDB in the Command Line (CLI)
MySQL and MariaDB are both free open-source Relational Databases. In fact, MariaDB is a fork […]
Full Mail Server on Ubuntu using iRedMail
iRedMail is a script that performs a huge amount of tasks and set up all […]
Metasploit + Meterpreter Cheat Sheet
Metasploit Cheat Sheet service postgresql start msfdb init msfconsole -q db_status db_nmap -sn […] / […]
Reviewing Kali Tools
Categories Information Gathering Vulnerability Analysis Exploitation Tools Wireless Attacks Forensics Tools Web Applications Stress Testing […]
Using Python with MySQL
MYSQL DATABASE WITH PYTHON Installing requirements: sudo apt update sudo apt install python3-pip sudo pip3 […]
Responsive Web Design Tips
BASIC PAGE LAYOUT 1 <!DOCTYPE html> <html> <head> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <style> * { […]
Cascading Style Sheets (CSS) Cheat Sheet
INLINE STYLE <h2 style=”color: red”>Header Text</h2> EMBED STYLE IN HTML <style> h2 { color: red; […]