PlutoniumAcid

joined 2 years ago
[–] PlutoniumAcid@lemmy.world 3 points 3 months ago (1 children)

That sounds awfully complicated for home use.

[–] PlutoniumAcid@lemmy.world 87 points 3 months ago (7 children)

Zero trust, but you have to use Amazon AWS, Cloudflare, and make your own Telegram bot? And have the domain itself managed by Cloudflare.

Sounds like a lot of trust right there... Would love to be proven wrong.

[–] PlutoniumAcid@lemmy.world 2 points 3 months ago

Barbarian planets are called meteors.

[–] PlutoniumAcid@lemmy.world -3 points 3 months ago

You should worry about your writing skills. Try some punctuation, for starters.

[–] PlutoniumAcid@lemmy.world 4 points 4 months ago

Yes, you are right of course. It's a sad state of affairs.

[–] PlutoniumAcid@lemmy.world 40 points 4 months ago (4 children)

It boggles my mind that people fall for these scams, and do so in such large numbers.

So much stupidity and/or so little tech literacy. Ow.

And it's depressing that there are so many sleazy people out there doing all kinds of bad things in general. Shame.

[–] PlutoniumAcid@lemmy.world 15 points 4 months ago (1 children)

Will existing devices continue to work "forever" or must we add them to the graveyard?

[–] PlutoniumAcid@lemmy.world 2 points 4 months ago

The apps of the three big European banks I have banked with were able to detect magisk and refused even when on the whitelist.

[–] PlutoniumAcid@lemmy.world 2 points 4 months ago (3 children)

Didn't work for me on a Samsung S6 or S10. Maybe I will try again some day but for now it's not worth the risk of never being able to go back, thanks to the Samsung physical one-time fuse.

My next phone should be a Pixel with Graphene...

[–] PlutoniumAcid@lemmy.world 0 points 4 months ago (2 children)

Oh right, I completely forgot about the separate device that you have to plug into your computer and then also plug your card into the deviceand then enter your pin. It's almost as convenient as having the phone app!

 

I run an old desktop mainboard as my homelab server. It runs Ubuntu smoothly at loads between 0.2 and 3 (whatever unit that is).

Problem:
Occasionally, the CPU load skyrockets above 400 (yes really), making the machine totally unresponsive. The only solution is the reset button.

Solution:

  • I haven't found what the cause might be, but I think that a reboot every few days would prevent it from ever happening. That could be done easily with a crontab line.
  • alternatively, I would like to have some dead-simple script running in the background that simply looks at the CPU load and executes a reboot when the load climbs over a given threshold.

--> How could such a cpu-load-triggered reboot be implemented?


edit: I asked ChatGPT to help me create a script that is started by crontab every X minutes. The script has a kill-threshold that does a kill-9 on the top process, and a higher reboot-threshold that ... reboots the machine. before doing either, or none of these, it will write a log line. I hope this will keep my system running, and I will review the log file to see how it fares. Or, it might inexplicable break my system. Fun!

37
submitted 11 months ago* (last edited 11 months ago) by PlutoniumAcid@lemmy.world to c/selfhosted@lemmy.world
 

TLDR: VPN-newbie wants to learn how to set up and use VPN.

What I have:

Currently, many of my selfhosted services are publicly available via my domain name. I am aware that it is safer to keep things closed, and use VPN to access -- but I don't know how that works.

  • domain name mapped via Cloudflare > static WAN IP > ISP modem > Ubiquity USG3 gateway > Linux server and Raspberry Pi.
  • 80,443 fowarded to Nginx Proxy Manager; everything else closed.
  • Linux server running Docker and several containers: NPM, Portainer, Paperless, Gitea, Mattermost, Immich, etc.
  • Raspberry Pi running Pi-hole as DNS server for LAN clients.
  • Synology NAS as network storage.

What I want:

  • access services from WAN via Android phone.
  • access services from WAN via laptop.
  • maybe still keep some things public?
  • noob-friendly solution: needs to be easy to "grok" and easy to maintain when services change.
 

I mean, the simplest answer is to lay a new cable, and that is definitely what I am going to do - that's not my question.

But this is a long run, and it would be neat if I could salvage some of that cable. How can I discover where the cable is damaged?

One stupid solution would be to halve the cable and crimp each end, and then test each new cable. Repeat iteratively. I would end up with a few broken cables and a bunch of tested cables, but they might be short.

How do the pro's do this? (Short of throwing the whole thing away!)

view more: next ›