Viewing profile — SpenserJ
SpenserJ
HN member- Joined
- Tue, Jan 29, 2013, 12:49 AM UTC
- HN karma
- 15
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About SpenserJ
No profile information was provided.
Recent public activity
-
comment
Comment #43441029
This looks fantastic! Its so nice to finally have dark mode for my meetings, and the other features I've tried are working really well.
-
comment
Comment #6423189
I use Google's Personal Blocklist extension ( https://chrome.google.com/webstore/detail/personal-blocklist... ) to block W3S from my search results, which usually results in the fi…
-
comment
Comment #6387175
I've been tweaking a post on building a solid LEMP stack, that I hope to publish soon that covers your last three points. While security through obscurity isn't a solution, it does…
-
comment
Comment #6387166
I haven't enabled IPv6 on any of my servers yet, as I can say with 99.9% certainty that my visitors do not know what it is, let alone have it enabled. Additionally, this is intende…
-
comment
Comment #6387160
This isn't intended as a be-all-end-all guide to security, like the NSA aims for. Instead, view it as a quickstart guide for those first five minutes on a new server, or as a start…
-
comment
Comment #6387145
I do the same, and have found it works beautifully. You need my master password, SSH Key, and my SSH Key's password before you can log into my server. And if you somehow manage to …
-
comment
Comment #6387133
Both limit and spindritf's suggestion will mitigate the attack, but they won't notify you about it. In most circumstances, I'd prefer to skip on the thousands of notifications per …
-
comment
Comment #6387123
I prefer to be actively administrating my server, so that I know if something does go awry. If I'm asleep, it may be a few hours before I realize that an update broke something. On…
-
comment
Comment #6384226
Don't manually file them in that case. Install Fail2ban and automatically ban anyone with x failed attempts, and have it email fail2ban@blocklist.de. Their system will look up the …
-
comment
Comment #6104588
They still have that option, but you're limited to an additional 12GB (at least on the 2GB plan). Costs $1/mo per GB that you add on.
-
comment
Comment #5915220
If you're coming from an HTTPS page (which I think HN forces) to an HTTP page, the referer is not sent. It is only sent for HTTP->HTTP and HTTPS->HTTPS (even cross-domain, despite …
-
comment
Comment #5770088
I feel like your return on investment is sorely lacking. A good app or post, and you can easily pull off the same results for free.
-
comment
Comment #5697132
I'm not sure I'd even go that far. A set of commands showing how to lock down account permissions would work just as well, while allowing me to remain in control. That is a good po…
-
comment
Comment #5697067
I was thinking the same. Perhaps if the setup procedure included a limited-access account that could only run useradd/userdel, I'd consider trying it, but definitely not while root…
-
comment
Comment #5674063
Bring your configs with you - http://dotfiles.github.io/ Vim should be able to do everything that GVim can do, if you add a few lines to your configs. I'm not sure what specificall…