LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   recommended cheap no-frills hosting (https://www.linuxquestions.org/questions/general-10/recommended-cheap-no-frills-hosting-4175612176/)

dogpatch 08-17-2017 10:19 PM

recommended cheap no-frills hosting
 
Looking to switch to different hosting service. Any suggestions as to cheap no-frills hosting on a linux server?

I need: basic functionality like php, sql, etc.
Don't need: cloud, web-building templates, 24/7 tech support, seo, e-marketing, wordpress or other apps.
Specifically don't want paternalistic 'assistance' in the form of messing with my file permissions, .htaccess, etc. Much rather deal with a small company and a lazy staff that just keeps the server up and running but mostly keeps their hands off my area.

Thanks.

dugan 08-17-2017 10:20 PM

nearlyfreespeech.net

estabroo 08-18-2017 01:13 PM

digitalocean.com inexpensive VM that you can put whatever software you want on https://www.digitalocean.com/pricing/#droplet

(not affliated with DO but I do use them for some of my VMs)

Michael Uplawski 08-18-2017 02:50 PM

I just gave up my hosting contract with a rather big, but friendly commercial company and redirect my domain now to a French associative ISP, instead: Lautre.net, mostly for the nice configuration interface and the way that mutual support is given precedence over full-time service.

You did not say “American hosting service, of course”. ;)

replica9000 08-19-2017 01:14 PM

This is what I use for various things.

https://bizland.com

dogpatch 08-29-2017 05:08 PM

Quote:

Originally Posted by dugan (Post 5749487)
nearlyfreespeech.net

Am quite attracted to this hosting service, but am hesitant about one point:

Their server appears to run FreeBSD, and my site in several places needs to run linux binary executables as cgi-bin processes. Perhaps this calls for a new (programming) thread, but would you know whether most FreeBSD servers are configured by default to execute linux binaries?

I asked support.nearlyfreespeech.net this question, and received a slightly ambiguous answer that it should be possible but "might require very careful realm selection and/or compiling the binary from source in our environment", which makes me quite hesitant. I have absolutely no experience with FreeBSD, have no clue what "realm selection" means and don't like the idea of having to compile my source code on the remote server, especially since it contains some GCC Assembly code in critical places.

frankbell 08-29-2017 09:26 PM

You might take a look at Bemus Hosting: http://bemushosting.com/website-hosting/

I've not used the service, but I know Tony Bemus as one of the hosts of the Sunday Morning Linux Review. I've listened to that podcast for years and he seems to be a genuinely good guy.

Sefyir 08-29-2017 10:10 PM

Quote:

. Much rather deal with a small company and a lazy staff that just keeps the server up and running but mostly keeps their hands off my area.
I use ramnode and have had 0 complaints. They are very much unmanaged but skilled when asked for specific things.

http://ramnode.com/

A ticket I had awhile back, I needed to get sshfs working but I had misconfigured my server (somehow) that led to it not booting well.
Reading from bottom -> up, you can see they addressed my issue quickly, but don't provide 1-1 assistance for debugging.
This is perfect for unmanaged. Their response time has been about ~15min

Quote:

Most distributions it should start automatically, it depends on your template, though.

You might want to make sure they're configured to start with the server.

Regards,

Chris B.
---
Twitter: @RamNode
Network Status: @NodeStatus
IRC: http://bit.ly/1gs3m5u
You rated this response
2016/02/25 14:39
FoobarUser || Client
Thank you, I can now use the sshfs command

I'm not sure if this is related. Absolutely none of the services were loaded on the reboot (like sshd and cron) and I had to use a serial console to manually start them back up.
Is this normal in a added module? If it's unrelated I can try and figure it out but that caught me by surprise.
2016/02/25 14:19
Chris B. || Staff
FUSE is enabled for you.

Please let me know if I can do anything else for you.

Regards,

Chris B.
---
Twitter: @RamNode
Network Status: @NodeStatus
IRC: http://bit.ly/1gs3m5u
You rated this response
2016/02/25 13:56
FoobarUser || Client
Yes, this is a ok time
2016/02/25 13:50
Chris B. || Staff
Hello,

I can enable FUSE on this VPS for you if you'd like. Can I reboot your VPS to do so?


Regards,

Chris B.
---
Twitter: @RamNode
Network Status: @NodeStatus
IRC: http://bit.ly/1gs3m5u
You rated this response
2016/02/25 13:30
FoobarUser || Client
Hi

I'm trying to setup network storage between two OpenVZ VPSs'
But I'm unable to use sshfs
Is it possible to enable this on my xxx.tld at xxx.xxx.xx.xx?

Text attachment of links and what I attempted.

Thanks!

----------------------------
IP Address: xxx.xxx.xxx.xx

dogpatch 08-22-2018 05:55 PM

Quote:

Originally Posted by dogpatch (Post 5749486)
Looking to switch to different hosting service. Any suggestions as to cheap no-frills hosting on a linux server?

I need: basic functionality like php, sql, etc.
Don't need: cloud, web-building templates, 24/7 tech support, seo, e-marketing, wordpress or other apps.
Specifically don't want paternalistic 'assistance' in the form of messing with my file permissions, .htaccess, etc. Much rather deal with a small company and a lazy staff that just keeps the server up and running but mostly keeps their hands off my area.

Thanks.

Update: Decided last year to go with Dugan's advice, and built my small site on nearlyfreespeech.net, even though i had to recompile my binaries as bsd.

For a short while i was quite content, but they soon started changing several policies and are no longer much different than other hosting services, imho. So am probably back to the top of this thread once again, and may look at some of the other suggestions.

scasey 08-22-2018 07:06 PM

What is "cheap" to you?

dogpatch 08-22-2018 11:49 PM

$U 50 / year

techblogger911 08-23-2018 07:15 AM

Have heard a lot about digitalocean, will probably upgrade to it this year.

vmccord 08-29-2018 02:09 PM

digitalocean is my recommendation too, though I don't use them currently and at the moment can't seem to recall who is hosting my site. that's a little worrisome.

scasey 08-29-2018 03:39 PM

Quote:

Originally Posted by vmccord (Post 5897636)
digitalocean is my recommendation too, though I don't use them currently and at the moment can't seem to recall who is hosting my site. that's a little worrisome.

LOL. I'm pretty sure it's not me. And I'm not cheap enough for the OP.
whois <yourdomain.com> will reveal the authoritative DNS.
dig <yourdomain.com> any will report the hosting IP address(es)
whois <IP address> will tell you the owner of the IP. That's your host.

ondoho 08-30-2018 01:39 AM

Quote:

Originally Posted by dogpatch (Post 5894616)
For a short while i was quite content, but they soon started changing several policies and are no longer much different than other hosting services, imho.

can you clarify?
i always held a good opinion of them.
what policies? pricing? did they raise prices? or something else?


All times are GMT -5. The time now is 05:03 AM.