Malte · @malte
118 followers · 1018 posts · Server frankfurt.social

What options are there to regularly move snapshots to a remote target that does not run ZFS?

zfs send feels clumsy. zfs-autobackup and zrepl do not support non-ZFS targets. What's left?

#zfs #freebsd

Last updated 1 year ago

Harshad Sharma · @harshad
1413 followers · 7050 posts · Server mastodon.sharma.io

The trick was to have more than one computer when undertaking these shenanigans (until virtual machines became common)

Also, lookie, my first FreeBSD t-shirt that I made with inkjet print on hot-iron transfer paper.

#freebsd

Last updated 1 year ago

Hey Guys! My next article..WIP

#freebsd #java #c #unix #develop

Last updated 1 year ago

Stefano Marinelli · @stefano
821 followers · 1913 posts · Server mastodon.bsd.cafe

Long, really long day today. Still on the road, driving in the dark, with classic tunes from an interesting radio station on TuneIn. But another FreeBSD and OpenBSD installation is in the works, and that makes me content.

#longday #freebsd #openbsd #tuneinradio #installation

Last updated 1 year ago

vermaden · @vermaden
106 followers · 178 posts · Server mastodon.bsd.cafe

Quite large network.sh update.

Changelog:
- check Bhyve networking addon
- static IP/GW for WiFi addon
- improve static IP/GW for LAN
- add DNS check
- add GW check
- other minor improvements

Details:
github.com/vermaden/network/co

#freebsd #network

Last updated 1 year ago

John-Mark Gurney · @encthenet
594 followers · 9066 posts · Server flyovercountry.social

When ever I look/touch non- code, I'm reminded why I like FreeBSD's coding style.

So many projects would be improved if they adopted a stricter coding style.

#freebsd

Last updated 1 year ago

Tara Stella · @tara
224 followers · 125 posts · Server hachyderm.io

Podman on FreeBSD (and Linux): satisfying my curiosity and the bug I found. Here's my article:
tara.sh/posts/2023/freebsd_lin

The above is far more than a tech post for me. I last wrote a tech article (perhaps) over two years ago. I went through a lot, including transitioning, and I'm trying with all my energy to return to normal. It'll take a while, but I thank those who stand by my side daily.

#freebsd #podman #linux #containers

Last updated 1 year ago

Sabcat 🇷🇺 · @sabcat
31 followers · 1581 posts · Server freespeech.fans

14 Beta Released - Initial WiFi 6 Support, Updated LLVM Toolchain, Fwget Utility - Phoronix
phoronix.com/news/FreeBSD-14-B

#freebsd

Last updated 1 year ago

Felix Palmen 📯 · @zirias
66 followers · 263 posts · Server techhub.social

Got a question about (currently 2022): Is there any way to configure a serial console?

Scenario leading to this question ... needed to reboot my server that hosts a vm with Windows Server ... network didn't work correctly (for other reasons I found and fixed later), so, couldn't use nor the VGA console via to issue a proper shutdown command and hat do resort to (like, virtually pushing the button), which worked, but isn't the "cleanest" option.

A serial console is an awesome last resort that just "always works", using this on all my headless FreeBSD and Linux machines ... so I have a *little* hope Windows can provide it as well?

#windows #server #freebsd #bhyve #rdp #vnc #acpi

Last updated 1 year ago

Stefano Marinelli · @stefano
821 followers · 1908 posts · Server mastodon.bsd.cafe
vermaden · @vermaden
106 followers · 176 posts · Server mastodon.bsd.cafe
R. L. Dane · @RL_Dane
1501 followers · 26682 posts · Server fosstodon.org

I keep forgetting that I wrote a shell function to view manpages graphically. So nice.

pdfman () {
local output;
case $(uname) in
OpenBSD)
output=$(\man -Tpdf "$@");
[[ $output ]] && ( echo "$output" | zathura - --fork );;
Linux)
output=$(\man -t "$@");
[[ $output ]] && ( echo "$output" | ps2pdf - - | zathura - --fork );;
*) fdie "I don't know how to \"$(uname)\"";;
esac
}

Bummer I never updated it for while I was running it.

#freebsd

Last updated 1 year ago

Stefano Marinelli · @stefano
820 followers · 1898 posts · Server mastodon.bsd.cafe

Just another episode of , and then off to bed.
Today, I conducted more experiments with SeaweedFS and rclone. I've discovered some interesting uses that I plan to delve into in the coming days. Tiered storage can be beneficial for certain organizations with specific needs. Testing will be necessary.
Officially, mounting on should work, but in practice, it claims not to be supported. Tomorrow, I'll reach out to the developer, who is usually very kind and helpful.

#theoffice #freebsd #tech #storage #experiments

Last updated 1 year ago

jhx · @jhx
55 followers · 204 posts · Server mastodon.bsd.cafe
jhx · @jhx
55 followers · 203 posts · Server mastodon.bsd.cafe

Nice writeup I found.
server tweaks/setup 😎

c0ffee.net/blog/freebsd-server

#freebsd

Last updated 1 year ago

vermaden · @vermaden
106 followers · 176 posts · Server mastodon.bsd.cafe

Added 𝗨𝗣𝗗𝗔𝗧𝗘 𝟭 - 𝗧𝗵𝗲 𝘀𝘆𝘀𝘂𝘁𝗶𝗹𝘀/𝗲𝗱𝗸𝟮 𝗜𝘀𝘀𝘂𝗲 to 𝗙𝗿𝗲𝗲𝗕𝗦𝗗 𝗕𝗵𝘆𝘃𝗲 𝗩𝗶𝗿𝘁𝘂𝗮𝗹𝗶𝘇𝗮𝘁𝗶𝗼𝗻 article.

Make sure to add -A to bhyve(8) options for UEFI VMs.

Add bhyve_options="-A" for vm-bhyve UEFI VM machines.

#verblog #freebsd #bhyve #uefi

Last updated 1 year ago

Felix Palmen 📯 · @zirias
66 followers · 263 posts · Server techhub.social

@uma @kaleb_haugen "does not have any kind of upstream code" is not true. Every system includes *some* software in its base that's pulled from some other party. E.g. has , , and in its base, to name just a few.

But then, these aren't just "packaged", they're pulled into the single source repository from which the system is built and care is taken they integrate "perfectly".

#bsd #freebsd #openzfs #heimdal #openssl #llvm

Last updated 1 year ago

Jochen :redhat: :fedora: · @brejoc
266 followers · 847 posts · Server fosstodon.org

Folks, I need some help aka !

I’ve got a rather weak CPU in my NAS. Saturating the gigabit connection with SSH is not possible, because the CPU starts to sweat. Can you recommend accelerator cards for such a usecase or are there other possibilities? Thanks!

#askfedi #freebsd

Last updated 1 year ago

x0r · @x0r
129 followers · 949 posts · Server mamot.fr

@jpmens Years ago, I also found out the hard way that echo with options is not portable across shells and operating systems.

On what OS did you run your experiment? I tried it on 13.2 and on a box (with ) and get the hash starting with 757107ea0eb250 on both lines.

#freebsd #linux #gnu #bash

Last updated 1 year ago

Gonzalo Nemmi :runbsd: · @gnemmi
142 followers · 1809 posts · Server mastodon.sdf.org

@screwtape maybe because most people think that with such a small team we lag behind with our packages ... but we are actually quite up to date because we keep up with quarterly pkgs thanks to the huge effort from Tuxillo and @daftaupe ( super huge thanks to them!! ) 🤗

We do lag behind in other areas like hw support and some other stuff though .. There's so much such a small team of devels can do 😔

Yet still .. we excell in some of the most important key features 😉

#freebsd

Last updated 1 year ago