Y
Hacker News
new
|
ask
|
show
|
jobs
by
colbyolson
5620 days ago
I don't understand the point of using a one-liner vs just doing it in a process and getting an understanding of whats going on at each step.
1 comments
joshfng
5620 days ago
I totally agree that you should become fully comfortable with setting up a box manually. But when you perform the same setup over and over and have the process memorized as I do then writing a little shell script to get the job done never hurts.
link
colbyolson
5620 days ago
I agree, and perhaps I should have added that into my comment.
For a newbie, have them walk through it, but for the repeated process, then automate it.
link