@sleepy@mastodon.sdf.org

  • 3 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle


  • Im using freebsd on my nas because it has better zfs support than linux does. Or at least was the case as of a couple years ago.

    Originally i just threw a few extra drives into my old Arch machine, but i noticed my package upgrades were being held back because zfs on linux (or whatever they called it) was dependant on older kernels or something. I cant remember the exact details.









  • No, your laptop also connects to the hotspot. If you have available wifi at your location, you can then setup the pi to use that wifi and disconnect the phone hotspot, and just use the local wifi on all devices.

    Ive just found this to be the simplest setup. I briefly had serial over bluetooth set up, and it was an easier way to change the pi’s wifi, but it broke pretty quickly for me not sure why.

    Probably the most elegant solution is ethernet over usb, but thats a bit of a pain to set up.

    For me a hotspot has been the least headache



  • I have a pinephone and a pinephone pro, and they are basically just fun linux toys. I keep it in my bag in case my regular phone breaks during travel. It does text and make phone calls. Battery life is pretty bad, but i always have battery banks on me.

    The only real daily use ive found is as a security camera monitor at work. Also I run easytether on it and my android to skirt tethering fees when needed. Occasionally when on the road, i need a proper linux install to do something. Ive used it to troubleshoot networking things as well.

    If anything its been more of a raspberry pi replacement than a phone replacement for me.









  • Edit: just looked at your link. I think for the time being im going to use tailscale. Its a restaraunt, and they dont have a self-hosted server. Im trying to get around opening ports, so using an existing service. Your link did make me aware of cloudflare tunnels whick looks like it allows 50 users on a free plan vs tailscale’s 3. Although the 3 might work for them, I’ll have to check. Ill probably drop in an ngrok tunnel too so i can maintenence the pi remotely. (They are in a different state) i was mostly looking for advice on how to connect a port on one machine to another over a lan, and socat looks perfect

    Actually, i found socat which seems to work just fine so far, and appears to be a standard linux command.

    socat TCP4-LISTEN:8096 TCP4:192.168.86.2:8096

    Thats a test i did with jellyfin at home