Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Sunday noons...

Uncategorized
7 2 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • The server doesn't boot natively

    Uncategorized freebsd runbsd
    4
    1
    0 Votes
    4 Posts
    27 Views
    @robinp it was just an emergency measure, while the provider connected the KVM interface to debug it. Those bare metals just run jails, so no problems (except for some performance and resources waste, but it can be done for some hours).One hour later they gave me the KVM console and it's back to normal operations.
  • 0 Votes
    1 Posts
    4 Views
    Have you ever wanted to have Theo de Raadt give you his fortune in your GNU Emacs session? I made a package some time ago which serves exactly this purpose. You can find the package, as well as it's history on Codeberg with the following link. It is currently my only Emacs package, but I plan to make more when it becomes useful to.https://codeberg.org/amadaluzia/theo.elAppending to the history after the package was published onto Codeberg, I ended up in a call where me and @izder456 were talking about theo.el. I believe in that call, it was also reposted in the OpenBSD room on Matrix. I also remember being suggested to put it on MELPA, so that is exactly what I did.After creating the pull request and fixing all of the issues that stopped it from being pushed into MELPA, it couldn't make it on as it was a pretty repetitive package, and there were about 5 other `fortune`-esque packages with much more customisability. However, I now have a better package because of MELPA's guidelines, and I believe that I can still give attention to the package, even if not through MELPA.That's why I wanted to talk about it here, because maybe you are interested in having a fortune package for your GNU Emacs. If so, and assuming you have straight.el, you can simply copy the following snippet into your init.el. After that, you should have it installed.https://gist.github.com/amadaluzia/be96e325326a9d66619543af410e4bf4Let me know how the package goes for you. I would love to improve the GNU Emacs ecosystem further, as a GNU Emacs user.#opensource #foss #emacs #openbsd #bsd #runbsd
  • 0 Votes
    1 Posts
    10 Views
    Access *BSD Hyper-V guests from your host via ssh:1) Enable and start the ssh-agent service on your host by running the following in Powershell, as Administrator:Set-Service -Name "ssh-agent" -StartupType AutomaticStart-Service -Name "ssh-agent"2) Generate ssh keys on your host, as your regular user:ssh-keygen3) Add the following to .ssh/config on your host, as your regular user:Host * AddKeysToAgent yes IdentityFile ~/.ssh/id_ed25519Host beastie HostName 172.22.168.238 Adjust HostName to guest IP (run 'ifconfig' on guest)4) Connect via ssh from your host to your *BSD guest with:ssh beastie#runbsd #hyperv #ssh
  • 0 Votes
    52 Posts
    65 Views
    @stefano "It's all about the cards..." Well, that depends if you care to play the card game they lay out or prefer something completly different alltogether.