apk add bridge iw wireless-regdb
Edit /etc/network/interfaces
and add:
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"upgrade": { | |
"source": "cdn", | |
"interval": "168h", | |
"auto": false, | |
"notice": false | |
}, | |
"blocks": [ | |
{ |
I want my pfSense box to be able to provide a Wireless AP, but since FreeBSD apparently sucks, when it comes to WiFi-Card support, I have to workaround the problem using a Linux VM. In this case its a Alpine Linux VM, hence the name WifiPine.
Below are some notes I wrote down during the process.
zfs create pfSense/bhyve
#!/bin/bash | |
# Function to print the help message | |
print_help() { | |
echo "Usage: $0 <spotify_url> [-o output_file_path]" | |
echo "Example: $0 https://open.spotify.com/track/0NVAflSkJrc5wUPcCRHuJ6 -o output.txt" | |
echo "The script will auto-detect if the URL is a song or a playlist." | |
} | |
# Check if help is requested |
curl -fsSL https://get.docker.com | sudo sh |