index.html
1 <!DOCTYPE html> 2 <html lang="de"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <meta http-equiv="onion-location" content="http://bopbopl6lohkl2rts3ltesjnag4hzs4jrx2h6k6etgq5xasbpqekzlqd.onion" /> 7 <title>Wiki | BytesOfProgress</title> 8 <link rel="stylesheet" href="/assets/stylesheet.css" /> 9 <link rel="icon" type="image/x-icon" href="/assets/img/favicon.png"> 10 </head> 11 <body> 12 <header> 13 <!-- --------------------------------------------------------------------------------------------------------------------------------- --> 14 <script src="/assets/js/navbar-OpenClose.js"></script> 15 <script src="/assets/js/lightbox.js"></script> 16 <script src="/assets/js/copyCodeButton.js"></script> 17 <link rel="stylesheet" href="/resources/js-libraries/highlightJS/atom-one-dark.min.css"> 18 <script src="/resources/js-libraries/highlightJS/highlight.min.js"></script> 19 <script src="/resources/js-libraries/highlightJS/highlightjs-line-numbers.min.js"></script> 20 <script>hljs.highlightAll();</script> 21 <script>hljs.initLineNumbersOnLoad();</script> 22 <!-- --------------------------------------------------------------------------------------------------------------------------------- --> 23 <div class="branding"> 24 <button class="toggle-btn-navbar" id="navbarOpenButton">☰</button> 25 <a href="/"> 26 <img class="logo" src="/assets/img/logo.png"> 27 </a> 28 <div class="typing-animation">BytesOfProgress</div> 29 </div> 30 </header> 31 <div id="navbarContainer" class="navbar-container"> 32 <iframe class="navbar-iframe" src="/assets/navbar/navbar.html" frameBorder= "0"></iframe> 33 </div> 34 <main> 35 <article class="blog-post"> 36 <header class="post-header"> 37 <h1 class="post-title">Wiki</h1> 38 </header> 39 </article> 40 <nav class="breadcrumb"> 41 <a href="/">Home</a> 42 <span class="divider">›</span> 43 <span class="current">Wiki</span> 44 </nav> 45 <section class="post-content"> 46 <blockquote> 47 <strong>Disclaimer</strong>:<br> 48 Wiki entries may be changed, expanded and edited! I am still learning about many of these topics: You may encounter some issues or incorrect / missing information. 49 </blockquote> 50 <table> 51 <thead> 52 <tr> 53 <th>Topic</th> 54 <th>Description</th> 55 </tr> 56 </thead> 57 <tbody> 58 <tr> 59 <td>History</td> 60 <td>Here you can read about different parts of Computer History.<br> 61 <a href="/wiki/history/history.html">Read more</a></td> 62 </tr> 63 <tr> 64 <td>GNU / Linux</td> 65 <td>Learn all about the usage of GNU / Linux!<br> 66 <a href="/wiki/linux/A1linux.html">Read more</a></td> 67 </tr> 68 <tr> 69 <td>Networking</td> 70 <td>Here you can read about networking concepts and different TCP/UDP protocols.<br> 71 <a href="/wiki/networks/networks.html">Read more</a></td> 72 </tr> 73 <tr> 74 <td>Programming/Coding</td> 75 <td>Read about different programming concepts and the guides on how to use certain technologies.<br> 76 <a href="/wiki/coding/coding.html">Read more</a></td> 77 </tr> 78 <tr> 79 <td>Tutorials</td> 80 <td>Here you can read step-by-step guides on different projects and the usage of different technologies.<br> 81 <a href="/wiki/tutorials/tutorials.html">Read more</a></td> 82 </tr> 83 <tr> 84 <td>Mathematics</td> 85 <td>Study the mathematics needed for different parts of IT here!<br> 86 <a href="/wiki/math/math.html">Read more</a></td> 87 </tr> 88 <tr> 89 <td>Hypervisor (Type 1, Type 2)</td> 90 <td>Learn about virtualization technologies here!<br> 91 <a href="/wiki/hypervisor/hypervisor.html">Read more</a></td> 92 </tr> 93 <tr> 94 <td>TOR / The Onion Router</td> 95 <td>Here you can read about the TOR (The Onion Router) Project!<br> 96 <a href="/wiki/TOR/TOR.html">Read more</a></td> 97 </tr> 98 <tr> 99 <td>Storage</td> 100 <td>Learn about different storage technologies.<br> 101 <a href="/wiki/storage/storage.html">Read more</a></td> 102 </tr> 103 <tr> 104 <td>BIOS / UEFI</td> 105 <td>Learn how firmware interfaces control your computer's startup process and hardware initialization.<br> 106 <a href="/wiki/bios_uefi/bios_uefi.html">Read more</a></td> 107 </tr> 108 <tr> 109 <td>Hardware</td> 110 <td>Read about the different hardware components of a computer here.<br> 111 <a href="/wiki/hardware/hardware.html">Read more</a></td> 112 </tr> 113 <tr> 114 <td>Specific Hardware</td> 115 <td>Is the documentation for the hardware part you just got missing? Here I document all the specific hardware parts I got my hands on!<br> 116 <a href="/wiki/specific_hardware/specific_hardware.html">Read more</a></td> 117 </tr> 118 <tr> 119 <td>Microcontrollers</td> 120 <td>Find documentation & code snippets for different microcontroller boards here.<br> 121 <a href="/wiki/microcontroller/A1-microcontroller.html">Read more</a></td> 122 </tr> 123 <tr> 124 <td>Single Board Computers</td> 125 <td>Entire systems on only one small circuit board. Kind of comparable to Microcontroller boards, but with actual operating systems and better performance.<br> 126 <a href="/wiki/SBCs/SBCs.html">Read more</a></td> 127 </tr> 128 <tr> 129 <td>Electrical Engineering</td> 130 <td>Electrical engineering focuses on the study and application of electricity, electronics, and electromagnetism.<br> 131 <a href="/wiki/electrical-engineering/electrical-engineering.html">Read more</a></td> 132 </tr> 133 </tbody> 134 </table> 135 </section> 136 <footer class="post-footer"> 137 <a href="/" class="cta-button">← Back</a> 138 </footer> 139 </main> 140 </body> 141 </html>