Skip to content

Instantly share code, notes, and snippets.

@whitelynx
whitelynx / 90-pi-bluetooth.rules
Last active April 16, 2024 12:38
Adding Bluetooth support to ArchLinux ARM's Raspberry Pi 4 version
# /lib/udev/rules.d/90-pi-bluetooth.rules
# Copied from https://github.com/RPi-Distro/pi-bluetooth/blob/master/lib/udev/rules.d/90-pi-bluetooth.rules
# Raspberry Pi bluetooth module: enable routing of SCO packets to the HCI interface
ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]", TAG+="systemd", ENV{SYSTEMD_WANTS}+="bthelper@%k.service"
@xapax
xapax / convert-html-markdown.sh
Last active February 1, 2023 19:06
Converting html to markdown - useful when migrating from wordpress to jekyll
#!/bin/bash
filename=$(basename "$1")
dirname=$(dirname "$1")
extension="${filename##*.}"
filename_without_extension="${filename%.*}"
sed -i -e 's/<p>//g' $1
@Whitexp
Whitexp / facebok ip list
Last active April 29, 2024 17:57
facebook ip list
31.13.24.0/21
31.13.64.0/19
31.13.64.0/24
31.13.69.0/24
31.13.70.0/24
31.13.71.0/24
31.13.72.0/24
31.13.73.0/24
31.13.75.0/24
31.13.76.0/24