Skip to content

Instantly share code, notes, and snippets.

View braydenhouston's full-sized avatar
💻

Brayden Houston braydenhouston

💻
View GitHub Profile
@braydenhouston
braydenhouston / konvert.sh
Last active June 9, 2019 05:43
A script to speed up kismet_to_wiglecsv conversions
#!/bin/bash
sudo systemctl daemon-reload;
sudo systemctl -f stop kistmet;
if [ ! -d ./csv ]; then
echo "Creating ./csv";
mkdir ./csv
fi
@braydenhouston
braydenhouston / darkpi.css
Created August 10, 2019 03:55
Updated dark theme for the Pi-hole Admin Console (based on themes by 0XE4 and Luke Fenders)
/* Updated by Brayden Houston on 8/9/19 */
/* == SCROLL BAR == */
::-webkit-scrollbar {
width: 4px;
height: 9px;
}
::-webkit-scrollbar-thumb:hover {
background: #383838;