Skip to content

Instantly share code, notes, and snippets.

View parzival-space's full-sized avatar
😎
Computer go beep beep boop boop

Malte Linke (Parzival) parzival-space

😎
Computer go beep beep boop boop
View GitHub Profile
@parzival-space
parzival-space / docker-setup.sh
Created November 28, 2023 17:36
Docker Engine Convenience Script One-Liner
curl -fsSL https://get.docker.com | sudo sh
@parzival-space
parzival-space / spotdl.sh
Created December 28, 2024 05:07
Spotify Downloader Script
#!/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

pfSense WifiPine Setup

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.

1. Create ZFS

zfs create pfSense/bhyve

1. Prepare Network Interface

1.2 Requirements

apk add bridge iw wireless-regdb

1.2 Create Bridge Interface

Edit /etc/network/interfaces and add:

@parzival-space
parzival-space / powerlevel10k.omp.json
Created August 18, 2025 15:52
Powerlevel10k Theme for Oh My Posh (Customized)
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"upgrade": {
"source": "cdn",
"interval": "168h",
"auto": false,
"notice": false
},
"blocks": [
{