• 0 Posts
  • 44 Comments
Joined 5 months ago
cake
Cake day: February 1st, 2024

help-circle
  • My carrier is Google Fi — one perk is that they will give you free data-only sims (up to 10 I think?) and you just pay for the data you use like any other data. I have used old Android phones in USB tether mode this way, and it works just fine. So, rpi+old/cheap phone should do the trick.

    One fun bonus is that if you tether over USB it will work as a WiFi dongle, too — the failover from WiFi to cell should happen on the phone, transparently iirc. Not sure if that affects you.

    Caveat is that I did this a while ago, and their pricing structure may have changed. Finished to be a great deal but has slowly become another carrier with not much to differentiate it…



  • We really need to see info from the BIOS — exact CPU model, RAM speed, etc.

    As others have pointed out, this is a pretty anachronistic build — i586 with DDR1 is just weird, so it’s possible there’s some really niche hardware and you may need an exotic kernel (or kernel options) to get anything to boot.

    That said: have you just tried running a standard live or install CD from that time period? You could try booting a 2001 Slackware installer to see what happens.




  • I still use my i5-4670k machine. It has a SATA SSD, only 8GB RAM, but it is a completely zippy machine. Ancient (by today’s standards) 750Ti, but I only rarely use it for old games (Xonotic and Portal2) and it doesn’t break a sweat.

    Debian, i3wm, so it ends up being lightweight but that’s my preferred setup regardless of specs.











  • I think this is the real question.

    Did they quit and join a competitor who offered a better WFH option? Or did they get a taste of the good parts of white collar pandemic life — no commute, flexible hours, work from anywhere — and decide that actually, their entire identity is not just their professional life, and maybe they should retire to see the world/spend time with family?

    There are definitely some high profile rage quits over return to office, but I think there are a lot more of the “hey this was fun but time to take care of myself” quits.





  • 403 Forbidden doesn’t necessarily mean a bad login attempt. Are you sure that’s the error? My troubleshooting steps would be to access directly (no nginx), and look at the logs for a successful login. Then, look try to login with nginx, and look at those logs (both access.log and error.log on nginx, and any/all logs from syncthing). Find out where the two cases diverge and go from there.

    Does syncthing have a domain name specified? If it doesn’t know its domain name it may work from IP directly but not via reverse proxy. Just a hunch.