Earlier quoted context omitted.
[EDIT] I misunderstood the security issues parent was referring to
they've had issues with security around their own systems (payment info leaked, IIRC). And if their systems are compromised, because they have the ability to touch my systems (root password reset, for example), there's a potential breach there. and they had their own massive DDOS attack which went on for days last winter (dec 2015?)
Linode’s 13th Birthday
11–20 of 73 posts
Re: Linode’s 13th Birthday
#12Does any [Linode users] have any experience with them?
For a company so new they have a surprisingly amount of more features than Linode (eg BSD support, more data centers, dedicated instances, etc)
Note: I'm no way affiliated with either company.
Edit: adding clarity and intent. My edit is in brackets. I'm no shill :)
Re: Linode’s 13th Birthday
#13Re: Linode’s 13th Birthday
#14Vultr.com seems to be the new guys coming after Linode. Does any [Linode users] have any experience with them? For a company so new they have a surprisingly amount of more features than Linode (eg BSD support, more data centers, dedicated instances, etc) Note: I'm no way affiliated with either company. Edit: adding clarity and intent. My edit is in brackets. I'm no shill :)
Re: Linode’s 13th Birthday
#15[Disclaimer: Linode dev here] I see a few people^W^Weveryone here talking about security. If you didn't read the whole blog post, you might not have noticed the new Linode manager that we're working on being mentioned. Check it out, it's open source: https://github.com/Linode/manager If you haven't been present in other discussions about Linode security, one of the major factors (in my opinion) is the current manager…
Also... ColdFusion! Awesome.
Re: Linode’s 13th Birthday
#16[Disclaimer: Linode dev here] I see a few people^W^Weveryone here talking about security. If you didn't read the whole blog post, you might not have noticed the new Linode manager that we're working on being mentioned. Check it out, it's open source: https://github.com/Linode/manager If you haven't been present in other discussions about Linode security, one of the major factors (in my opinion) is the current manager…
Open sourcing the UI while keeping the actual portion that manipulates the data + handles authentication ( the API ) doesn't have substantial security benefits since its largely available to the end user already.
While I am sure you are correct that the rewrite in Python is easier to reason about and more secure, I feel the way you've presented it might imply it is secure because the source is available which is not the case.
Re: Linode’s 13th Birthday
#17I'm gun-shy of Linode's many security issues, but hopefully this further drives down RAM prices of competitors. I'd love a $10 2G DigitalOcean instance.
Re: Linode’s 13th Birthday
#18Why could there not be a $5 1 GB plan? I have quite a few instances for which I don't need even 1 GB, let alone 2.
Doubling the RAM is great but what about storage? Why is RAM and storage still coupled? It's a pay for what you don't use system, having to upgrade to a 24 GB, 8 core box just to get some decent drive space. Ridiculous.
I have been with Linode for many years now but it's lack for even some basic modularity will see me leave to AWS soon.
Re: Linode’s 13th Birthday
#19Vultr.com seems to be the new guys coming after Linode. Does any [Linode users] have any experience with them? For a company so new they have a surprisingly amount of more features than Linode (eg BSD support, more data centers, dedicated instances, etc) Note: I'm no way affiliated with either company. Edit: adding clarity and intent. My edit is in brackets. I'm no shill :)
Re: Linode’s 13th Birthday
#20[Disclaimer: Linode dev here] I see a few people^W^Weveryone here talking about security. If you didn't read the whole blog post, you might not have noticed the new Linode manager that we're working on being mentioned. Check it out, it's open source: https://github.com/Linode/manager If you haven't been present in other discussions about Linode security, one of the major factors (in my opinion) is the current manager…
> I see a few people^W^Weveryone here talking about security. If you didn't read the whole blog post, you might not have noticed the new Linode manager that we're working on being mentioned. Check it out, it's open source: https://github.com/Linode/manager Open sourcing the UI while keeping the actual portion that manipulates the data + handles authentication ( the API ) doesn't have substantial security benefits sin…
And yeah, the Python API is much easier to reason about security-wise in general.