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

Here's a short video about my cloudless, portable, small, low-resource "smart thermostat".

Uncategorized
13 5 20

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    3 Views
    Happy Friday to all the #BSD folks! 😎 #freebsd #openbsd #netbsd #bsd
  • 0 Votes
    1 Posts
    5 Views
    Mastodon running on FreeBSD 14.3-RELEASE in a Bastille jail. Running really smooth! Less problems than I had expected.Next steps:- Seperating into multiple jails (Nginx, Postgres+Valkey, Sidekiq, Puma and Streaming)Then testing and planning the actual migration of my instance ofer to the new server 🙂 #freebsd #runbsd #mastodon #selfhosted #socialmedia
  • 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
    3 Posts
    17 Views
    @stefano @nixCraft @imil Here on Debian {in MX Linux} I had to add the following tools since the machine is not configured for programmingbmake`apt install bmake`bsdtar`apt install libarchive-tools`then success>> log# $ ./startnb.sh -f etc/sshd.conf* using console: vioconusing QEMU version 7.2.19 (Debian 1:7.2+dfsg-7+deb12u16)[ 1.0000000] NetBSD 11.99.3 (MICROVM) Notice: this software is protected by copyright[ 1.0000000] Detecting hardware... (QBOOT 000000000000)[ 1.0257426] done.[ 1.0345973] kernel boot time: 51msCreated tmpfs /dev (1835008 byte, 3552 inodes)add net default: gateway 10.0.2.2Starting sshd.Server listening on :: port 22.Server listening on 0.0.0.0 port 22.>> End of log^ZI pressed ^C to enter the server to add the needed passwords for the user and rootlogin was a success then#netBSD #BSD #UNIX #OpenSource #programming #quemu #bash #sh