tulpa, to random
@tulpa@fosstodon.org avatar

I feel like isn't better than Linux for this kind of security problem. The base OS would probably stay safe. But most ports don't have pledge and unveil applied. And I doubt ports committers read everything they package. A malicious port will pwn your data even if the OS is safe.

mwl, to FreeBSD
@mwl@io.mwl.io avatar

Anyone out there running #freebsd or #openbsd on bloom.host dedicated servers?

stefano, to FreeBSD
@stefano@bsd.cafe avatar

Sharing some technical details about how I'm setting up the hosted email service. It will not be a service of BSD Cafe but tied to my own business. It will run entirely on BSD systems and on bare metal, NOT on "cloud" VPS. It will use FreeBSD jails or OpenBSD or NetBSD VMs (but on bhyve, on a leased server - I do not want user data to be stored on disks managed by others). The services (opensmtpd and rspamd, dovecot, redis, mysql, etc.) will run on separate jails/VMs, so compromising one service will NOT put the others at risk. Emails will be stored on encrypted ZFS datasets - so all emails are encrypted at rest - and only dovecot will have access to the mail datasets. I'm also considering the possibility of encrypting individual emails with the user's login password - but I still have to thoroughly test this. The setup will be fully redundant (double mx for SMTP, a domain for external IMAP access that will be managed through smart DNS - which will distribute the connections on the DNS side and, in case of a server down, will stop resolving its IP, sending all the connections to the other. Obviously, everything will be accessible in both ipv4 and ipv6 and in two different European countries, on two different providers. Synchronization will occur through dovecot's native sync (extremely stable and tested). All technical choices will be clearly explained - the goal of this service is to provide maximum transparency to users on how things will be handled.

#BSD #FreeBSD #OpenBSD #NetBSD #emailHosting #encryption #ZFS #dovecot #opensmtpd #rspamd #emailSecurity #techTransparency #ipv6 #Europe

borgbackup, to linux
@borgbackup@fosstodon.org avatar

Just released borg 1.2.8 with some fixes and a simplified TAM auth repo upgrade procedure:
https://github.com/borgbackup/borg/releases/tag/1.2.8

#borgbackup #Linux #FreeBSD #NetBSD #OpenBSD #macOS #OpenIndiana

pkw, to random
@pkw@mastodon.sdf.org avatar

@OpenBSDAms

I got my OpenBSD Amsterdam server details.

I think I'll start by putting my git repos there.

This is obviously initiated by the vultr kerfluffle, but I had been meaning to anyways.

I love in the terms it says you can't switch your OS to any linux :P
I can definitely follow that rule :)

canadianbryan, to random

It seems @miodvallat's quest for faster syscalls on Hitachi/SH-4 is never ending...

https://marc.info/?l=openbsd-cvs&m=171156968417697&w=2

Previously...

https://marc.info/?l=openbsd-cvs&m=166209926816736&w=2

#OpenBSD #SuperH

secbsd, to infosec Spanish
wtfismyip, to FreeBSD
@wtfismyip@gnu.gl avatar

This #openbsd and #freebsd vuln in NFS is going to be interesting: https://www.signedness.org/t2.fi.2024/ #infosec

vermaden, to news
@vermaden@bsd.cafe avatar

Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟰/𝟬𝟯/𝟮𝟱 (Valuable News - 2024/03/25) available.

https://vermaden.wordpress.com/2024/03/25/valuable-news-2024-03-25/

Past releases: https://vermaden.wordpress.com/news/

#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday

dsp, to FreeBSD

@stefano
It seems both #freebsd and #openbsd might have vulnerabilities in their NFS implementation according to the https://t2.fi/schedule/2024/
presentation from the guys from signedness.org. Just bringing this to your attention since you run public facing services. Now i'm patiently waiting till Apr 18 to learn more about it :)

ParadeGrotesque, to random
@ParadeGrotesque@mastodon.sdf.org avatar

I have to note that Marc Espie (a Frenchman) wrote a tool named "proot" (ports chroot builder) for #openbsd and I can't stop laughing.

For reasons best left unexplained to non French speakers.

https://man.openbsd.org/OpenBSD-7.4/man1/proot.1

passthejoe, (edited ) to fedora
@passthejoe@ruby.social avatar

My 7-year-old laptop runs as if it's new. Thanks (and and )

RL_Dane, (edited ) to random
@RL_Dane@fosstodon.org avatar

File this under "Why didn't I do this years ago??":

function msleep {
if echo "$1" | grep -qE "^[0-9]+$"; then
sleep $(($1*60));
else
sleep;
fi
}

cc: @amin

I'll probably do an hsleep, too.

that GNU sleep takes [hms] suffixes. The function is stil good for though. 's sleep mimics the same behavior, which is nice.

h3artbl33d, to random
@h3artbl33d@exquisite.social avatar

From what I gather, from the very limited information available: the signedness folks are being vocal about an NFS exploit and dubbing it as an OpenBSD RCE.

I have no reason to assume that this is misinformation, given the track record of these folks. However: NFS is disabled by default.

If you are running nfsd, especially exposed publicly, you might want to disable it until this vulnerability is patched.

#OpenBSD :openbsd:

gonzalo, to emacs

So far, my 5 hours with #emacs on #OpenBSD be like... looks pretty well and I love it, but I still feel very lost and stupid with the binding :D :puffy:

pitrh, to FreeBSD
@pitrh@mastodon.social avatar
h3artbl33d, to Signal
@h3artbl33d@exquisite.social avatar

Signal on OpenBSD

Rust-powered Signal client for the terminal. Sans Java.

Here is how you do it, pending my port:

$ doas pkg_add git protobuf rust<br></br>$ cargo install --git https://github.com/boxdot/gurk-rs gurk<br></br>$ export PATH=~/.cargo/bin:$PATH<br></br>$ gurk<br></br>

Might want to grab a coffee (or beer, wine, whatever your poison is) while cargo runs.

Enjoy - and as always HACK THE PLANET :flan_hacker:

#OpenBSD #Signal

extrowerk, to random
steven, to random
@steven@gts.passthejoe.net avatar

I had to change the ownership of my webcam just now in OpenBSD.

This is covered in the FAQ:

https://www.openbsd.org/faq/faq13.html#webcam

#OpenBSD #BSD

morgant, to random
@morgant@mastodon.social avatar

I generally run #OpenBSD -stable on my workstation to try to dogfood what non-developers are likely running when developing/testing #MLVWM (#X11 Macintosh-like Virtual Window Manager) and my other utilities like #swupdate (https://github.com/morgant/swupdate-openbsd). One of this month's tasks is to dust off my WIP fixes to the #Keyspan #TrippLite #USA19HS USB serial driver, plus the 7.5 release is right around the corner, so I have updated my 2015 MacBook Air workstation to -current.

jedes_jahr_ein_neues_protokoll, to macbookpro German

Nerd-Advice needed: Lots of software does not work on my old #MacBookPro (2011) anymore. Any Idea what to install? Simply #Debian? Or should I try #freebsd , #openbsd or #netbsd? Or something esoteric like Plan 9? The device in question is not in heavy use, rather a kitchen-computer for simple tasks.

joel, to random
@joel@piou.foolbazar.eu avatar

While doing some testings, if you wonder what #OpenBSD looks like on #Hetzner #Cloud, you can look at :
CPX11 AMD
CAX11 ARM

msw, to opensource

"In retrospect, it seems clear that open source was not so much the goal itself as a means to an end, which is freedom: freedom to fix broken things, freedom from people who thought they could clutch the source code tightly and wield our ignorance of it as a weapon to force us all to pay for and run Windows Vista."


https://queue.acm.org/detail.cfm?id=3649298

hl, to windows
@hl@social.lol avatar

Am I right in thinking that, in the year 2024, the only file system that #Windows #MacOS #Linux #FreeBSD and #OpenBSD can all read and write on, without installing additional software is ExFAT? E.g. if I want to format a HDD to share large files with less technical relatives, that's my best choice?

#FileSystem #ExFAT

stefano, to FreeBSD
@stefano@bsd.cafe avatar

Long but interesting article:

Battle testing PHP fopen, SQLite, PostgreSQL and MariaDB on FFS2, UFS, ext4, XFS and ZFS

https://unixdigest.com/articles/battle-testing-php-fopen-sqlite-postgresql-and-mariadb-on-ffs-ufs-ext-xfs-and-zfs.html

#FreeBSD #OpenBSD #Linux #XFS #XZF #FFS #UFS #ext4

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines