Skip to content

Instantly share code, notes, and snippets.

View danvers's full-sized avatar
🏠
Working from home

Dan danvers

🏠
Working from home
View GitHub Profile
@kitloong
kitloong / mac-homebrew-lamp.md
Last active April 27, 2024 06:56
Mac - Install Apache, PHP, MySQL + phpMyAdmin with Homebrew

!!! This guide was created with Macbook Pro M1. Path may vary for different or even same machine.

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install PHP

@magnusviri
magnusviri / kali-linux-wl-fix.sh
Last active November 21, 2021 17:16 — forked from speeddragon/kali-linux-wl-fix.sh
Kali Linux fix for "modprobe: FATAL: Module wl not found"
echo "As of October 18, 2018 this script works with this image:"
echo "http://cdimage.kali.org/kali-weekly/kali-linux-2018-W41-amd64.iso"
echo
echo "If you are using a different version you will have to change the variables kbuild, headers1, headers2, and server"
echo
echo "Look in /lib/modules to find out what version of Kali you need to search for."
echo
proc=$(uname -r|sed 's,[^-]*-[^-]*-,,')