How to Flush DNS on macOS Catalina 10.15
Open up Terminal.app and paste sudo killall -HUP mDNSResponder.…
Open up Terminal.app and paste sudo killall -HUP mDNSResponder.…
I recently aquired a Pakon F-135 35mm negative scanner. It's an ancient but wonderful way to quickly scan 35mm film without a flatbed scanner. Before I bought it, I searched around the internet for the installation software. All the information I saw recommended joining Facebook and asking the…
This short guide will get Jamf configured to pull user information from Okta, no matter how your users are mastered. Okta Add LDAP Directory in Okta. Go to Directory > Directory Integrations. Select Add Directory > Add LDAP Directory. Make sure to set the LDAP Interface to Active. Jamf Log…
I wasn't sure where to put the smallest heatsink that came in my Canakit package. I decided to place it on the chip that handles the Gigabit Ethernet. Heatsink placement, from left to right: Processor, RAM, and Gigabit Ethernet.…
The official Kali Linux VM comes with ssh disabled. I like to have ssh available so I can run commands from Terminal on my host to the VM. I only enable ssh in testing environments. Follow the steps to enable ssh. apt-get install ssh systemctl enable ssh service ssh start…
A quick way to make sure your packages are up to date is to run this command: apt-get update && apt-get upgrade It runs apt-get update first, which checks for updated version. Then it runs apt-get upgrade which handles the installation. Depending on your system, this could take a…
I am working with Kali Linux and I wanted to make sure the VM I downloaded hasn't been tampered with. Offensive Security recommends doing this everytime you download Kali. How can we check the provided SHA265Sum from Offensive Security with the file we downloaded? macOS has a bulit…
wifite is a piece of software included on the default Kali installation. It is designed for automated auditing of wireless networks. This quick tutorial will take you through your first wifite attack. List of materials: * Kali Linux * Supported wireless network adapter * Network you have permission to audit 1. Open up…