system-setup.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="">
  8. <title>system-setup | Casey DeLorme's Portfolio / caseydelorme.com</title>
  9. <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
  10. <link rel="stylesheet" type="text/css" href="/css/main.css#9eb699d">
  11. </head>
  12. <body>
  13. <header class="group">
  14. <h1><a href='/'>Casey DeLorme</a></h1>
  15. <nav>
  16. <ul>
  17. <li><a href="/projects">Projects</a></li>
  18. <li><a href="/resume.html">Resume</a></li>
  19. </ul>
  20. </nav>
  21. </header>
  22. <div class="content group">
  23. <h3><a href="https://github.com/cdelorme/system-setup">system-setup</a></h3>
  24. <p>This is possibly the oldest repository that I have continued to make regular changes to.</p>
  25. <p>Originally I used it to keep track of configuration and automation of various systems. I then referenced it when I was trying to reconfigure a system.</p>
  26. <p>At one point I converted it into a full bash automation system.</p>
  27. <p>I tried several different forms of automation, and dozens of different configurations before settling on putting the entire process into a single file and copying configuration files from the repository.</p>
  28. <p><strong>I made an effort to make it something you can run from the command line of a freshly installed system.</strong></p>
  29. <p>I also documented a handful of alternative linux distributions, and also windows and osx. However, I stopped using windows, and decided to stick with just one linux distribution, which keeps the repository thinner and lets me get some sleep once in a while.</p>
  30. <p>I favor bash scripts because they are identical to what you would do in the terminal, and validating each step is a simple matter of copying and pasting the command. <em>It has no dependencies and is far less complex than the made-up syntax used by various configuration management software.</em> Just remember, if you aren&rsquo;t specifying the package manager, chances are someone else had to, and if it ever changes you&rsquo;ll have to hope they fix what they wrote for you.</p>
  31. <p><strong>There is no such thing as a free lunch.</strong></p>
  32. <p><strong><em>written on 2017-04-13</em></strong></p>
  33. </div>
  34. <footer class="group">
  35. <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
  36. <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
  37. <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
  38. <a href='https://github.com/cdelorme' class='link github'></a>
  39. <a href='skype:casey.delorme?chat' class='link skype'></a>
  40. <div class="scripts">
  41. <script type="text/javascript" src="/js/main.js#9eb699d" async></script>
  42. </div>
  43. </footer>
  44. </body>
  45. </html>