33 ms·
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.
by colbyolson 16y 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.
- joshfng 16y agoI 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.
- colbyolson 16y agoI 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.