Skip to content
View roelds's full-sized avatar
:shipit:
(╯°□°)╯︵ ┻━┻
:shipit:
(╯°□°)╯︵ ┻━┻

Block or report roelds

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
roelds/README.md

  • 👋 Hi ! ⚡
  • 👀 I’m interested in CyberSec, Privacy, Self-Hosting, & Self-Custodial BTC ₿ 🧡
  • 🌱 I’m currently improving my sovereign engineering vibe coding skillset 💜
  • 📫 Reach me via Email or DM

🤔

  • Find me elsewhere, supposedly with some answers, on StackOverflow
  • 💞️ I’d love to collaborate on FOSS 🔭 Especially at startups !
  • See my Gists for various code snippets & shell scripts (mostly Go,Fish,Bash,PowerShell)
  • 🎨 I like several nerd fonts 🤓
  • Every year is the year of Linux on the desktop !
  • 🖥️ I prefer NixOS over any Windows or Mac

Pinned Loading

  1. roelds.github.io roelds.github.io Public

    I'm on a journey to transition my work from Fiat to Freedom.

  2. roelds roelds Public

    Config files for my GitHub profile.

  3. Fix Wi-Fi on Broadcom BCM4331 (Intel... Fix Wi-Fi on Broadcom BCM4331 (Intel Mac Mini model 6,1) — Debian (Offline Method)
    1
    
                  
    2
    ### **Fix Wi-Fi on Broadcom BCM4331 (Intel Mac Mini model 6,1) — Debian (Offline Method)**
    3
    
                  
    4
    If you have installed Debian on an older MacBook (such as the A1425) or 2012 MacMini, you may encounter issues with the built-in Broadcom WiFi module.
    5
    This guide explains how to enable Wi-Fi on such machines — particularly those using the Broadcom BCM4331 chipset.
  4. Use openssl with ed448 keys, to sign... Use openssl with ed448 keys, to sign & verify shake256 digests
    1
    # will prompt for passphrase on stdin
    2
    openssl genpkey -out skey.pem -verbose -pass stdin -aes-256-cbc -algorithm ed448
    3
    
                  
    4
    openssl ec -in skey.pem -pubout -out pub.pem
    5