When a regular website is visited through Tor Browser, Tor protects/anonymizes you as a user. If a website is hosted at an onion address, the web server is also protected by Tor, the same way as you are.
- 1 Post
- 12 Comments
SlicedPotato@feddit.dkto
No Stupid Questions@lemmy.world•If servers can be compared to automobiles, which aspect of IT can this be compared to ?
5·2 months agoI’d say container platforms/serverless hosting. The boat element (container ship) represents Docker/containers, and the car element represents the fact that, in the end everything is still reliant on physical servers, so it’s not really serverless per se.
Because it’s my money they’re paid from.
SlicedPotato@feddit.dkto
Open Source@lemmy.ml•ratty: A GPU-rendered terminal emulator with inline 3D graphics 🐀🧀
3·2 months agoWell, I’m sorry. I’m not Terry A. Davis.
SlicedPotato@feddit.dkto
Privacy@lemmy.ml•What do you NOT do, that you would do without privacy violation? [discussion]
10·2 months agoLots of things.
I’d start a YouTube channel to document my travel life, but Google.
I’d use LinkedIn to expand my professional network, but Micro$lop.
I’d join communities related to my hobbies that mostly exist in FB groups or subreddits, but, yeah.
There are also things I still do, although differently. Like using Google Maps to view detailed information about places, like accessibility, restaurant reviews etc. But I only do it through a browser, and I use CoMaps for navigation. Or banking apps, due to convenience. Or the GoPro Quik app so I can remotely control my GoPro when I mount it on the outside of my car. Or music streaming services.
Surveillance sucks, but I try to find compromises that I can live with when needed. I can live with some inconvenience, but to a degree.
Both Debian and RHEL-like distros are solid choices. Both are super stable. Debian tends to not always have the newest packages, so if you want that I’d steer away from Debian. Personally I use Rocky Linux for my servers. It’s based on RHEL, meaning each new major version benefits from Red Hat’s 10 years of software support. Debian (and derivates) have better community support I think, but RHEL has very solid documentation (which for the most part applies directly to Rocky, Alma etc.)
Here’s a great article outlining the differences between Alma and Rocky.
But for something simple like running a Go application, both should work just fine, so choose what you’re most comfortable with.
Rocky is available at Scaleway too.
Have you tried screen? AFAIK it’s similar to tmux, but tmux has more bells and whistles, which it sounds like you want to avoid. I use it sometimes to start long running rsync sessions on a server and then periodically SSH in and check it. It does break scrolling though, but I don’t know if there’s some option to make it behave more like a normal terminal.
SlicedPotato@feddit.dkto
Showerthoughts@lemmy.world•The phrases "This shit is dope!" and "This dope is shit!" have exact opposite meanings.
1·3 months agoI disagree. In fact, I actually think that anything that can be said, has been said by someone, even if only one person.
SlicedPotato@feddit.dkto
Open Source@lemmy.ml•#codeberg is great in creating cloud ☁️ repositories for images. Here l can easily store my images online, and also download them whenever and wherever I feel like.
7·4 months agoWell, I looked up your username on Codeberg and assumed https://codeberg.org/codewizard was you, so I thought you’re a developer from the linked website.
Like what @pat_dev@social.linux.pizza said, sites like Codeberg and GitHub are intended to store code repositories, not photographs/albums and other personal files. If you were to host the source code of a website and have some images there that are part of the website, then sure, it’s considered part of the website source.
I’d suggest looking for cloud drive/storage solutions (like we know it from Dropbox etc.) I’ve heard great things about Filen. They’re based in Germany, end-to-end encrypted and their clients are open source. Or, of course, there’s Nextcloud, but it either requires self-hosting skills or knowing someone who will host it for you (there are hosting providers out there).
SlicedPotato@feddit.dkto
Open Source@lemmy.ml•#codeberg is great in creating cloud ☁️ repositories for images. Here l can easily store my images online, and also download them whenever and wherever I feel like.
10·4 months agoWhat kind of images are we talking about? Container images, VM images, or good old images taken with a camera? It’s not really clear from your post.


Not really. It’s more similar to if the webserver was connected to the internet through a VPN with it’s HTTP(S) port forwarded through the VPN. You connect to the VPN’s IP address, which forwards to the webserver’s IP which stays hidden. And you yourself are also connected to the internet through a (separate) VPN. Now, instead of a VPN connection, both you and the webserver are connected to the internet through Tor circuits.
This video does a good job of explaining how it works.