3.html (2552B)
1 2 <!DOCTYPE html> 3 <html lang=en> 4 <head> 5 <meta charset="UTF-8"> 6 <title>The amazing blogs of Lucas Standen!</title> 7 <link rel=stylesheet href=../style.css> 8 </head> 9 10 <body> 11 <header> 12 <h1 class=title>The amazing blogs of Lucas Standen!</h1> 13 <h2 class=title>You've stumbled right into my rants!</h2> 14 15 <hr> 16 17 <nav> 18 <table> 19 <thead> 20 <tr> 21 <th><a href=../index.html>Home</a></th> 22 <th><a href=../blog.html>Blog</a></th> 23 <th><a href=../cv.html>CV</a></th> 24 </tr> 25 </thead> 26 </table> 27 </nav> 28 29 <hr> 30 </header> 31 32 <div id=mainbody> 33 34 <h2>Becoming a Techno Mage</h2> 35 <p> 36 The first step to becoming a techno mage is to know what one is. According to <a href="https://analognowhere.com/wiki/technomage">OpenBlade</a>, A techno mage is a free software warrior,<small class="verysmall"><em> and a wanted criminal</em></small>. 37 </p> 38 39 <h2>A step by step guide</h2> 40 <p> 41 Here's a step by step guide that I used to become a true techno mage. 42 </p> 43 44 <ul> 45 <li>Install Linux, any distro will do</li> 46 <li>Break your GUI 20 times, and recover from a shell each time</li> 47 <li>Distro hop for 2 years</li> 48 <li>Get a ThinkPad (<em>bonus points if its more than 15 years old</em>)</li> 49 <li>Use a minimal Linux distro on the ThinkPad and start using Suckless software</li> 50 <li>Start using OpenBSD exclusively</li> 51 <li>Learn about Plan9</li> 52 <li>Live on Plan9</li> 53 </ul> 54 55 <h3>If you've read this document, your probably already a techno mage, and you wasted your time. Port Plan9 to a carrot, or some other techno mage thing!</h3> 56 57 </div> 58 59 <hr> 60 61 <footer> 62 <a href=../disclaimer.html>Disclaimer</a> 63 <a href=https://analognowhere.com/_/cohelg/>Background source</a> 64 <small id=pageLastChanged></small> 65 <script src=../scripts/lastmodified.js></script> 66 </footer> 67 </body> 68 </html> 69