93 Followers
152 Following
321 Posts
It's a UNIX system, I know this!
Procursus Maintainer 
Websitehttps://ckatri.com
Email[email protected]
GitHubhttps://github.com/CRKatri
I cannot get WebAuthn to work in Firefox on #freebsd...
It shows up fine in fido2-token -L and I can use it to type out the password thing, but I can't get firefox to work with it... webauthn.io keeps giving me "
Registration ceremony was sent an abort signal" when attempting to register.

You can now get all of these:
- Absolute FreeBSD - 3rd Edition
- Absolute OpenBSD - 2nd Edition
- Book of PF - 3rd Edition

... for $1.

In my dictionary its a steal :)

Details:
https://www.humblebundle.com/books/dive-into-dev-ops-no-starch-books

Humble Tech Book Bundle: Networking, Sysadmin, and DevOps by No Starch

IT pros, this book bundle will get you up to speed with DevOps, teach you Linux tips and tricks, and demystify containerization. Your purchase helps charity!

Humble Bundle
I have GELI full disk encryption setup on my #freebsd computer, but let’s say it gets left open on the passphrase entry prompt, will the computer eventually timeout and fully shutdown? I couldn’t find anything in geli(8)…

The March/April 2024 Issue of the FreeBSD Journal is here! The issue includes a practical guide to FreeBSD kernel development, an exploration of KDE’s CI system, a look into kernel debugging support in LLVM’s debugger (lldb), and more!

Read it here 👉 https://freebsdfoundation.org/blog/the-march-april-2024-issue-of-the-freebsd-journal-is-here/

The March/April 2024 Issue of the FreeBSD Journal is here! – FreeBSD Foundation

TIL that #libimobiledevice actually implements "reverse tethering"

  • Compile usbmuxd from source
  • Use systemctl edit usbmuxd to add
  • [Service]
    Environment=USBMUXD_DEFAULT_DEVICE_MODE=3
  • Connect the iPhone
  • Create a bridge interface, using the following instructions or similar: https://wiki.archlinux.org/title/network_bridge#Assigning_an_IP_address
  • Add usb0 to the bridge
  • Bring usb0 up
  • Voilà, your iPhone should now be able to access the internet through your Linux device.

    Network bridge - ArchWiki

    Then I threw the lines into Photoshop, applied the bucket tool, and ... good enough!

    Just to be clear:

    RTSP - Real Time Streaming Protocol
    RTP - Real-time Transport Protocol
    SRTP - Secure Real-time Transport Protocol
    RSTP - Rapid Spanning Tree Protocol
    RTPS - Real Time Publish Subscribe protocol
    PSRT - Parsley, Sage, Rosemary and Thyme (Simon & Garfunkel album)

    Trying to do some #FreeBSD kernel debugging using #bhyve and kgdb, but the break points I'm setting from kgdb are showing up, instead my bhyve VM faults with
    "Fatal trap 3: breakpoint instruction fault while in kernel mode"

    I start vmrun.sh with -G 1234 then start kgdb with target remote :1234

    Is it possible to add a sysctl into #freebsd that can only be read by root? I see how to make it require root for writes, but not how to require root for reads…
    I'm surprised that debian didn't just split the backdoor out into its own separate package