linux/self host newbies, now is a good time to get you a cheap server

🇭 🇾 🇩 🇷 🇦@lemm.ee to Selfhosted@lemmy.world – 100 points –

Lot of sales for 4th of july (and ongoing ones) where you can pay $10-$14 for a YEAR of a small cheap VPS. Usually only has 1GB of memory, but that's plenty to play around with and learn. If nothing else, a good cheap ipv4 you can use for some port forwarding. There are lots of options, but I've used racknerd and ethernetservers which have been fine.

I have my own server at home, but I bought two small ones to start learning Ansible with in a risk free way. Eventually plan to redo my main server with a complete Ansible setup, really want to hop on that "infrastructure as code" train.

76

You are viewing a single comment

Get a free oracle cloud account. 24GB RAM 200GB disk 4 core CPU for free. 5gbps connection, IPv4 and 6. I run all of my stuff that I want running outside of my house there and run everything else on my proxmox cluster.

Friends don't let friends use Oracle.

I've seen a few comments from people who've had their Oracle free tier accounts deleted with no warning.

Problem is Oracle sometimes just hates people, so declines all attempts to get the Free Tier.

I know from experience

As someone who once had to work with Oracle databases and licensing as a part of their job, i will never willingly use another Oracle product.

ABSOLUTELY THIS. Same. I have to deal with Oracle and their Opera PMS platform which uses Weblogic, 19c, and a variety of other products and it makes me actively want to scream and light things on fire. If I can help it, you won't catch me using another Oracle product if I can avoid it.

I thought the same thing when I heard about the free tier, but you have to remember that oracle cloud is distant 4th in the cloud race so they are trying to just get people to use their capacity. Oracle and free are rarely used in the same sentence, but I've had an instance running for about a year with minimal problems.

I've been trying to register for a month now and it wouldn't accept any of my credit or debit cards I even copied the address from my bank statement to make sure it's correct, it keep denying even though it does take money off of my account.

I’ve had a seedbox running on it for like a year and it was sick, also had plex and stuff set up. Haven’t used it since mullvad stopped doing port forwarding.

That's the kind of thing I would expect them to take down before most other misuses.

Yeah probably, I didn’t go crazy with it though since it only has 200gb storage anyway and it’s always been behind a vpn.

For torrenting I just pay for putio and have the minimal 100GB account with a script that rclones everything down to my local storage so it is always freed up. I could probably do something similar on oracle with a vpn, but then I'd have to actually wait for most of the torrents to complete.

I just looked, $10 a month for 100gb? That’s ridiculous.

The storage is mostly irrelevant. I just pull everything down immediately and use them as a bt proxy. Their network effect allows you to get any popular torrents immediately.

Public or private torrents though?

Doesn't matter

I just mean because if it’s mostly public torrents then something like real debrid is way cheaper and almost all magnet links I try are already cached so I just download it straight from them. And for movies and stuff you can just stream without needing to download anything.

It’s not as detectable as you think. One of the major things most VPS companies tout, is that the data is fully encrypted and private. So they aren’t scanning the files, or the running processes, or anything else about what is being done with the server.

So unless something external to the company is provided, which acts as proof, they won’t shut things down.

This is true for most providers but not the big big ones. Ask me how I know ;)

I'm curious if leaving the data-at-rest encrypted on the filesystem using something like EncFS would mostly solve this. (EncFS encrypts all the files on disk and gives you a mount point to access the corresponding cleartext filesystem)