Live data from Hacker News

Ask HN: Cheap options for simple landing page?

news.ycombinator.com

41–44 of 44 posts

Re: Ask HN: Cheap options for simple landing page?

#41
post #10

Maybe: - $5 DigitalOcean droplet - WordPress - WordPress theme[1] - WP Subscribe plugin[2] 1. https://justfreethemes.com/themes/landing-page/ 2. https://en-ca.wordpress.org/plugins/wp-subscribe

and how do you keep those sites malware and spam free? I have ran into problems getting my site hacked (I suspect worms) and I don't even know how it happened or how to protect my site from it happeining again

Regarding spam, if you are experiencing DDOS then CloudFlare (or alike) can be used. If you are referring to comment spam on the WordPress blog there are plugins to mitigate this[1][2].

For brute force login attacks, use recaptcha[3] or TFA[4].

Security by obscurity is not always welcomed, but I tend to change my WordPress login URL's from '/wp-admin` and never use 'admin' or 'root' as a username.

There is nothing you can do about WordPress remote execution bug's or worm attacks. If your version is affected you are going to have a bad time. Just remember to keep your WordPress installation up to date and jail your WordPress files and web processes as a regular user (ex: www-data) and database credentials as a non-root user.

Regular backups. It is fairly easy to restore a WordPress site from a backup if the site ever is hacked.

I apologize if I didn't answer your question. This is a not an easy problem and WordPress is one of the most targeted web platforms out there.

1. https://wordpress.org/plugins/si-captcha-for-wordpress/

2. https://akismet.com/

3. https://wordpress.org/plugins/wp-login-recaptcha/

4. https://wordpress.org/plugins/wpclef

Re: Ask HN: Cheap options for simple landing page?

#42
Have you tried Gumroad's follow form?

There is an example of its use near the middle and bottom of my blog's About page:

http://jugad2.blogspot.in/p/about-vasudev-ram.html

May not be too customizable, but is functional.

You can also sell your products via their site:

https://gumroad.com

Re: Ask HN: Cheap options for simple landing page?

#43

Earlier quoted context omitted.

That seems like a generous free plan [1]. Have you noticed any gotchas? [1]: https://www.openshift.com/pricing/plan-comparison.html

I haven't used it for anything in production yet. After 24 hours of inactivity it'll idle down, the next load after that is slow. The price tier up prevents the idle down, cost $0/month but requires a credit card number (?). I haven't tried it.

What language did you use it with (if you built a web app rather than a static site)?
Post reply on HN