Earlier quoted context omitted.
Yeah, I want a desktop. I manage my server via ssh of course, any extra graphical cruft is a liability there. > Xvfb I might, but I've tried a zillion things, and they all suck when you compare it to the ease of use that TeamViewer offers. What I also left out, is that I've already got the TeamViewer client running, because I remote into macOS and Windows.
Xvfb would give you the virtual desktop that the TeamViewer Server gives you access to. You'd still use the TeamViewer client to connect to it. Xvfb is just a way of running a graphical environment on a machine that doesn't otherwise have one.
Low-Cost VPS Testing
101–110 of 141 posts
Re: Low-Cost VPS Testing
#102I would recommend staying away from OVH for anything important (e.g., a mail server). While the service is fairly reliable, when things do go wrong (like an IP network that you share with others get blacklisted because one of the IPs is part of a botnet), their support is useless. They do respond and are very polite, but nothing actually gets fixed and you eventually realize they are just wearing you down hoping that…
In the situation you describe, for example, it's not hard to add a new IP address in their admin panel and update DNS.
Re: Low-Cost VPS Testing
#103Re: Low-Cost VPS Testing
#104Why was Rasmus so concerned about reverse DNS? That's not something I'm very familiar with. Can anyone help explain?
It's important for things like email, where the receiver can do a reverse DNS lookup to make sure your host is supposed to be sending email from "example.domain". Lacking proper reverse DNS, your outgoing email could be marked as spam. Or rejected outright for one not existing. It's also used for some forms of SPF entries (though that's discouraged).
Last, it's somewhat useful for logs if you have hosts in your domain that connect to each other. Though, usually, you're encouraged NOT to configure apache, syslogd, etc, to do reverse DNS lookups...for performance reasons.
Re: Low-Cost VPS Testing
#105Earlier quoted context omitted.
No, but that's mainly because I still have to manage the server running Dokku I believe? edit: For context what I was already using was manual docker on a DO box. While I recognized that Dokku would make it more seamless and easier, my issue was managing and securing the DO VM itself. I didn't see how Dokku would help that scenario
On DigitalOcean they have one-click setup for Dokku.
Re: Low-Cost VPS Testing
#106https://www.lowendtalk.com/discussion/161957/psa-a-bunch-of-...
Be careful out there guys
Re: Low-Cost VPS Testing
#107I can't wait for PaaS prices to drop. I know they'll always be relatively expensive, but I'm primarily a dev (not ops) and I don't have the time nor desire to manage my own servers securely. Heroku lately has seemed a tempting offer, assuming I can run my apps on it (Rust based) , but at $7/m for little side projects it felt.. expensive for a no user side project. They can add up. A $5/m DO box can host quite a few a…
Re: Low-Cost VPS Testing
#108Earlier quoted context omitted.
> Oracle's always-free cloud offerings (100GB disk, 1GB RAM, 10TB bandwidth). Interested to hear what people think of this. It's Oracle; wouldn't touch with a ten foot pole.
hm.. I looked into this. I do agree to not touch Oracle, but free is free, right? What's the worst case? They turn it off or are unreliable?
Re: Low-Cost VPS Testing
#109Earlier quoted context omitted.
They're a provider I haven't heard of before. Following your link, what does "Billing period 6 Months" mean? Elsewhere on the page it says: "Hourly based billing. Tariff can be terminated at any time."
You pay for 6 months at a time. If you cancel, you get money back for however much you didn't use.
Re: Low-Cost VPS Testing
#110Two related questions not answered in this article: - Where can I find good low-cost KVM with decent monthly bandwidth in Australia? Primarily want a remote fast Linux/VNC desktop (which will chew a lot of bandwidth), and want bandwidth left over to actually do things with. - There's no mention of Oracle's always-free cloud offerings (100GB disk, 1GB RAM, 10TB bandwidth). Interested to hear what people think of this.
I'm quite happy with their free tier. I have two Ubuntu machines hosting various docker images. Network bandwidth seems capped at around 50mbps, but that is perfectly adequate for my needs. CPU is quite strong, it's two AMD Zen vCPUs. The compile times for a few of my containers was acceptable. Three downsides: -No reverse DNS (at least I couldn't get it to work) -No IPv6 -It's Oracle, I made sure I only used persona…