Welcome to pfriedma.org
مرحبا وأهلا وسهلا بكم. هذا موقعي وفيه ستوجد روابط إلى بعض أغراضي.
(إذا سالتني لماذا هناك هذا بالغة ألعربية، هو لانني أتدرس العربية منذ سنوات. أنا لست ممتازا، ولكن احب اللغة جدأ... وايضا شجعني معلمي على الكتابة أكثر).
Here's a slection of ai-free music from my Funkwhale instance:
You can mostly find me on the fediverse @pfriedma@pfedi.pfriedma.org.
You might want to explore my code repository, or my github (deprecated).
Some older, computer-themed vector art I've done can be found at My Blogspot Blog
I also have something resembling a blog
As well as a video service for my videos
Finally, my email is what you would expect it to be given the domain.
I built a version of NomadBSD using 15.1-RELEASE in the build.cfg since the current available official one is on 14. It's x64 only and doesn't support secure boot. You can grab the gz image here
If you want to do this yourself, follow the instructions on their git but change the version in build.cfg. You'll also need to remove bsdstats from pkg.list. And before you build, the mount_uzip file in config/etc/rc.d needs to have the unionfs lines (around line 109) commented and replaced with:
mount_nullfs -o ro /unionfs/usr/local /usr/local
mount -t unionfs -o noatime "%{rwdir}" /usr/local
YMMV. MD5 is 14bd11571a37e839d1634dffa352845d for regular img uncompressed.
gunzip, then write to a USB stick with
dd bs=1M if=/path/to/NomadBSD-15.1-pfriedma.img of=/dev/sdX conv=fsync status=progresswhere sdX is the device (e.g. /dev/sda)
Remember, FreeBSD's loader isn't signed for secure boot.
