Hacker News
new
|
comments
|
ask
|
show
|
jobs
|
submit
login
Secure your bare metal servers in 1 minute with this script in Java
(
gist.github.com
)
2 points
by
seinecle
4 months ago
|
hide
|
past
|
web
|
favorite
|
2 comments
lixtra
4 months ago
Thanks for sharing, why would you do that in Java? Especially since you apparently rely on expect anyway.
Why not one of
- bash - python - tcl
so it's easy to extend.
seinecle
3 months ago
I code in Java, that's my language of choice. The script is launched from my local machine which is Windows. The script remains extensible, that's up to any user with a motive to do it.
Applications are open for YC Summer 2019
Guidelines
|
FAQ
|
Support
|
API
|
Security
|
Lists
|
Bookmarklet
|
Legal
|
Apply to YC
|
Contact
Search:
Why not one of
so it's easy to extend.