logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

new-install-checklist.html (1246B)


  1. <body>
  2. <title>New Install checklist</title>
  3. <ul>
  4. <li><label>Hostname: <input type="text"/></label></li>
  5. <li><label>Set root password: <input type="checkbox"/></label></li>
  6. <li><label>Create user: <input type="checkbox"/></label></li>
  7. <li><label>Add ssh key to user: <input type="checkbox"/></label></li>
  8. <li><label>Make sure user can login as root: <input type="checkbox"/></label></li>
  9. <li><label>Install kernel: <input type="checkbox"/></label></li>
  10. <li><label>Install initramfs: <input type="checkbox"/></label></li>
  11. <li><label>Install&amp;configure bootloader: <input type="checkbox"/></label></li>
  12. <li><label>Configure networking (netifrc and/or dhcpcd): <input type="checkbox"/></label></li>
  13. <li><label>Install sshd (tinyssh): <input type="checkbox"/></label></li>
  14. <li><label>Install rsyslog: <input type="checkbox"/></label></li>
  15. <li><label>Install an MTA (OpenSMTPd): <input type="checkbox"/></label></li>
  16. <li><label>Make it able to send emails to yourself: <input type="checkbox"/></label></li>
  17. <li><label>Add a backup in cron: <input type="checkbox"/></label></li>
  18. <li><label>Add security updates in cron: <input type="checkbox"/></label></li>
  19. <li><label>Additionnal post-install: <br /><textarea></textarea></label></li>
  20. </ul>
  21. </body>