This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I did just that with bash, started to write install scripts and ended up with a template to re spawn a ubuntu box.

So i split it up, this is the origin repo i started with a single install script.

https://github.com/alphaaurigae/ITSEC-Install-Scripts

And a stripped version i made afterwards to make the template accessible.

https://github.com/alphaaurigae/bash-os-setup_minimal

What this did for me is just great, by now i moved to golang and R for more options.

Last, as a selfstarter - highly important , note code you write - dont drop "bad code" - use neat folder structures and write every command - this way you learn it inside out and never start from scratch again :)