netbsd
I have a Debian 11 VPS, my provider doesn't provide custom iso but I want to install #NetBSD instead Debian.
So I downloaded NetBSD image and overwrite the Debian on /dev/sda and reboot.
The result is VPS can't find bootable devices 🫣. It's look like I have already lost the MBR partition. 🫥
I have Finnix for recovery console, but I don't know how to fix it.
My relay at https://fedi-relay.gyptazy.com has currently 139 instances connected, mostly tech related sharing the same mindset and interests like #Linux, #BSD, #Ansible, #Proxmox, #Coding, and many more! You can easily join from your instance when using #Pleroma, #snac (#snac2), #Mastodon and its forks 🙂
#fedi #fediworld #fedicommunity #community #FreeBSD #OpenBSD #NetBSD #homelab #Python #Debian #RockyLinux #Feditips
I think #FOSDEM might be a perfectly good slot to provide people BSD based systems for free again.
#opensource #learning #education #runbsd #freebsd #openbsd #netbsd #bsd #freevm #freevps #hosting #ipv6 #homelab
"Gotta try 'em all!" XD
I've spent some quality time in #OpenBSD and now #FreeBSD, I'd like to try #NetBSD and #DragonflyBSD next.
(This is regarding https://mastodon.bsd.cafe/users/gumnos/statuses/115695846629134863. Not sure why the context got lost XD)
Well, fuck. As the apes at the end of the Spaceballs movie would say, there goes the planet.
The new @BoxyBSD platform gained some new features for a better #BSD experience!
* The new portal now also finally supports VNC access to your BSD based VPS instances!
* You can finally select ISO files which offers you even to install any BSD or #OpenSolaris version from scratch or to install your VPS instance based on your personal needs without relying on a ready2use image. More images can be added upon request quickly. Simply get in touch with @gyptazy
* You can now get up to 2 free VPS instances to test and evaluate HA setups, multi-region setups etc.
* Extended DN42 peering (where you can also use your DN42 IPv4 addresses)
This is created by @gyptazy and if you're interested into more information, just come to the FOSDEM 2026 for a chat!
#FreeBSD #OpenBSD #NetBSD #SmolBSD #MidnightBSD #DragonflyBSD #RUNBSD #FreeVPS #Hosting #IPv6 #DN42 #community #opensource #fosdem
https://archive.ph/yLhYH
#NetBSD expand netbsd root partition
I want this on hardware with network support and modern sleep for laptops. I know "Of course it runs NetBSD", but.....does it work well enough on a laptop?
FYI, S3 suspend/wakeup works flawlessly with #FreeBSD and #OpenBSD on this laptop without any hack.
#BSD #RunBSD #Unix #FOSS
Ever messed up an update? We got you covered! Simply restore your Snapshot!
You can now also manage (create, delete, restore) a snapshot of your Box! If you ever messed up your application, OS update or anything else - simply go back to your last snapshot and try again! This way, you can test and learn #BSD even better and easier!
cc: @gyptazy
#education #opensource #FreeBSD #OpenBSD #NetBSD #RUNBSD #learning #ipv6 #freevm #freevps #community #fosdem #hosting #selfhosting #snapshot
The slides, the video, and the text behind my presentation at EuroBSDCon 2024 - 'Why and how we're migrating many of our servers from Linux to the BSDs.'
https://it-notes.dragas.net/2024/10/03/i-solve-problems-eurobsdcon/
#ITNotes #FreeBSD #OpenBSD #NetBSD #RunBSD #IT #SysAdmin #EuroBSDCon #EBC24 #EuroBSDCon24 #EuroBSDCon2024 #NoteHUB
#NetBSD 10.1 was released on December 16 2024 - exactly one year ago.
Not a bad anniversary. Post your favorite stories and/or functionalities of NetBSD in the replies, I am curious to see who is using it and for what... 
I like #NetBSD so far. Even despite my stupid mistakes with pkgsrc. And not only because THERE IS TETRIS BUNDLED
Is the bug collection of #NetBSD at https://gnats.netbsd.org/ available in some other form where there would be working links to each response?
-- does not look so; search for PR number "56944" on https://www.netbsd.org/support/query-pr.html goes to the URL listed below.
- - -
Am reading currently https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=56944 linked from https://wiki.netbsd.org/zfs/ ; of course #ZFS is involved, why else?
Scrolling the base64-encoded string fast enough to be near-blur is trippy!
I think I will probably end my NetBSD journey at this point.
#FOSS #Unix #BSD #RunBSD
Please boost and thanks in advance.
Options: (choose one)
Advertisement: We are happy to welcome our new sponsor at #BoxyBSD: ST-Hosting.com
ST-Hosting.com stands for performance, stability, and pragmatic solutions and hosting like:
- LXC & KVM servers on AMD EPYC, Ryzen, Intel Xeon systems
- Fair pricing and direct support from Germany
- Hosting made in Germany
We’re excited to have https://st-hosting.com on board! You can immediately start to provision your BSD based boxes (like #FreeBSD, #OpenBSD, #NetBSD,...) at BoxyBSD in our new location in Germany, Nuremberg. Also, stay tuned for #Fosdem ;) Thanks a lot!
# FreeBSD
pkg ins vim # same as pkg install vim
pkg sea vim # same as pkg search vim
# NetBSD
pkgin in vim # same as pkgin install vim
pkgin se vim # same as pkgin search vim
# while in Debian
apt search vim # no apt se/sea
apt install vim # no apt in/ins