m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
We have started our first round of sign-up for #Git repository hosting.
Our first server for Git hosting is expected to be installed next week. Additional servers will be added as needed based on demand.
See https://gothub.org for an introduction to our project.
See https://gothub.org/features.html to get an idea about which features are already working and what is planned for the future.
See https://gothub.org/tiers.html for the initial service tier configurations and prices.
See https://gothub.org/signup.html for details about the sign-up process.
Just updated (make buildworld) #FreeBSD Current (#main) 15.0. As always, everything went smoothly!
Just a quick note: on first boot, the laptop didn’t connect to Wi-Fi because the driver (iwlwifi module – https://man.freebsd.org/iwlwifi/4) was missing.
If you run into the same issue, just enable USB tethering on your smartphone, load urndis (https://man.freebsd.org/urndis/4), and simply run # fwget (https://man.freebsd.org/fwget/8).
Now time for a nice pkg upgrade -f to finish things up… and everything’s up to date!
#UNIX #desktop #Laptop #ThePowerToServe #opensource #coding #git
git worktree
for the rescue:I was working on updating a #cpp project to a newer #Qt version, but wanted to keep comparing to a #git tag from some time ago. The problem is that checking out a different commit changes all the files as far as #CMake is concerned, and everything builds from scratch. If only there was a way to have another copy of the same repo without cloning...