Skip to content

Instantly share code, notes, and snippets.

View heller's full-sized avatar
👋

Matthew Heller heller

👋
View GitHub Profile
@jmhobbs
jmhobbs / output.txt
Created January 3, 2012 17:55
This is a little bash script I use to quickly check the syntax on a directory of PHP files.
jmhobbs@Cordelia:/data/working/example$ (193m|master|?AM)$ phlint
= Checking 176 files with 4 processes...
(1) = 50
(2) = 100
(3) = 150
(1) Done
(0) Done
(3) Done
(2) Done
jmhobbs@Cordelia:/data/working/example$ (193m|master|?AM)$
@xErik
xErik / kali-headless.md
Last active June 20, 2023 20:11
Configuring Headless (no X, GUI) Kali, Running In VirtualBox

Kali Headless Mode Configuration

Disabling the GUI/X/Head

systemctl set-default multi-user.target
systemctl get-default # shows new default mode
reboot
@yig
yig / zoom-defang.sh
Last active September 11, 2023 11:54
Defang the macOS Zoom Installer. Extracts a .app that can be dragged to /Applications.
#!/bin/sh
## Author: Yotam Gingold
## License: CC0 (public domain) https://creativecommons.org/share-your-work/public-domain/cc0/
## URL: https://gist.github.com/yig/af5bbb054bb9c4de39abc9156e6863e1/
## Download the latest Zoom installer.
echo "==> Downloading the latest Zoom installer."
cd ~/Downloads
## Intel: