

I went with Google.
Edit: I am just saying what I went with. I didn’t have another fitting option.
I like computers, trains, space, radio-related everything and a bunch of other tech related stuff. User of GNU+Linux.
I am also dumb and worthless.
My laptop is ThinkPad L390y running Arch.
I own RTL-SDRv3 and RSP1 clone.
SDF Unix shell username: user224


I went with Google.
Edit: I am just saying what I went with. I didn’t have another fitting option.


I was just looking if something like that exists yesterday, but got disappointed. Nice timing.


As a student, most things are more interesting than studying.


From a deal on racknerdtracker.com (so RackNerd as the name suggests).
But their panel is a bit limited. If you want a custom OS that isn’t provided, you have to open a ticket with them to get an ISO mounted. You can also boot into recovery environment, but that is outdated minimal installation of Debian 9 without working APT. I was still able to use it to install Arch Linux from bootstrap image though. I just had to decompress it on my PC, create a temporary partition for it and scp it over.
And I am again mentioning Arch. It comes naturally.


https://racknerdtracker.com/ keeps all the deals that don’t expire.


Not at all. And that’s without whois privacy.
.com .net .org .us .me are $24.95/year
.meme is $24.99/year
.io is whopping $69.00/year


OK, here’s a somewhat famous case of email that could only be sent within something over 500 miles, but no further: https://web.mit.edu/jemorris/humor/500-miles


Touch it until it works, then never again while it still does.


Well, Wikipedia: https://en.wikipedia.org/wiki/DVD_region_code#Computer_DVD_drives
Basically same as regions on standalone DVD players. Just a scummy thing to only allow you to play DVDs from your own region, perhaps so that you wouldn’t buy them from cheaper countries, or buy them earlier than you’re supposed to in your country.
If everything works correctly, then say you buy DVDs from UK, but something new just released in US, but haven’t even played in cinemas in UK yet. So you buy it from US… and it shouldn’t work.
VLC doesn’t care about this, but still, the drive firmware might.
BluRays also have regions
By the fucking way, BluRays have some DRM with revocable keys
This is part of the AACS protection scheme: editors are able to revoke old software player host keys that have leaked on the Internet and distribute the lists on newer commercial disc releases. This is irreversible and cannot be fixed even after reflashing the drive.
https://wiki.archlinux.org/title/Blu-ray#Revoked_Host_key/certificate
So when do you truly own something? When you pirate it. No regions, no DRM, 4k on any device powerful enough.


Except the problem seems to be the said storage device.


If it is a hardware failure, I don’t see why it should be an issue. I know re-installing Windows is something PC repair shops do often, and I don’t see how that’s different from any other OS.
fault or failure resulting from software
Unfortunately, that’s quite broad. But it could also just apply for stuff like overclocking or firmware modifications. Or even simpler stuff. I could see someone having DVDs from multiple regions, changing drive region every time until they hit the 5 changes limit, and then trying to claim it for warranty (I’ve had some software on Windows do that automatically…).
Should I submit it with the Linux installation intact or replace it a fresh install of Windows
Or if there’s private data, overwrite it with output of /dev/urandom or /dev/zero. blkdiscard might also be your friend since it’s an SSD.
I am doubtful whether they have experience working on anything other than Windows
Probably they’ll just test the rest with their own drive or re-install it.
Or maybe try to ask them how to prepare the device for the warranty claim.


Welp, turns out I am just an idiot. 1279 and below disabled IPv6, and thus the ::/0 route didn’t get applied either, causing a leak. What’s still odd is the lower download speed that doesn’t happen in another client.
As for the upload, it probably gets a better route through the VPS, giving me a faster speed, and giving me some confusion.
So my first idea with IPv6 was close, but on the other side of the connection.
Anyway, your reply helped me find this issue, as my outtake was to try fully disabling IPv6 (not the first time I tried such “solution”).


Check out racknerdtracker.com to see all past deals that can still be used.
If you just go for bandwidth, I guess 4TB for $10.29/year sounds good: https://racknerdtracker.com/?product=810%2F1-gb-kvm-vps-a-must-grab-deal---leb-exclusive


I only used their quick tunnels for some testing as it doesn’t need a domain and natively runs under Termux. For that at least it worked fine.
But I probably wouldn’t use them for anything serious. Typically you’re doing everything to avoid MITM, and now this is just the opposite of that.


Alright, enough, bye



“Can you guys stop using memes I didn’t approve of?”


Look at the bottom with server count. Likely something screwed up there, and when those instances were suddenly returned, the user count was added back before being subtracted when they disappeared from the data.


Holy shit, that was unexpected.


use a cheap $5/mo VPS that exists purely as your gateway host
Now, why so expensive?
https://racknerdtracker.com/?sort=price
Disclaimer: I never used Racknerd (nor any other VPS).
Problem with plain Wireguard is if you can’t open ports on some devices to get a direct connection. It should be just fine with hub and spoke model, but NAT Traversal of Tailscale makes a huge difference. I can get a direct connection between 2 devices connected to mobile data and behind CG-NAT.
And also the config management if you have too many devices.
Hub and spoke, you just add new devices to Wireguard on the main device, and the new peer. Full mesh, oof.
But as far as configuring Wireguard goes, that’s pretty simple. And then there’s the weird stuff with MTU and fragmentation… but that’s not something Wireguard-specific.