A1linux.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>BOP Wiki: GNU / Linux</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">GNU / Linux</h1> 38 </header> 39 </article> 40 <nav class="breadcrumb"> 41 <a href="/">Home</a> 42 <span class="divider">›</span> 43 <a href="/wiki/">Wiki</a> 44 <span class="divider">›</span> 45 <span class="current">GNU / Linux</span> 46 </nav> 47 <section class="post-content"> 48 <table> 49 <thead> 50 <tr> 51 <th>Title</th> 52 <th>Description & Link</th> 53 </tr> 54 </thead> 55 <tbody> 56 <tr> 57 <td>General Knowledge</td> 58 <td> 59 Some general Knowledge about GNU/Linux.<br> 60 <a href="linux_general/linuxgeneral.html">Read more</a> 61 </td> 62 </tr> 63 <tr> 64 <td>HowDoI?</td> 65 <td> 66 How do I do XYZ in Linux?<br> 67 <a href="HowDoI/A1HowDoI.html">Read more</a> 68 </td> 69 </tr> 70 <tr> 71 <td>Dual-boot Windows & Linux</td> 72 <td> 73 How to dual-boot Windows and Linux?<br> 74 <a href="dualboot/dualboot.html">Read more</a> 75 </td> 76 </tr> 77 <tr> 78 <td>Accounts / Permissions / Groups</td> 79 <td> 80 How do groups / users / permissions work in Linux?<br> 81 <a href="accs-perms/accs-perms.html">Read more</a> 82 </td> 83 </tr> 84 <tr> 85 <td>Dealing with packages</td> 86 <td> 87 How does installing / uninstalling / updating packages in Linux work?<br> 88 <a href="packages/packages.html">Read more</a> 89 </td> 90 </tr> 91 <tr> 92 <td>Learn navigating filesystem</td> 93 <td> 94 How to navigate the filesystem of a Linux machine?<br> 95 <a href="filesystem_navigation/filesystem_navigation.html">Read more</a> 96 </td> 97 </tr> 98 <tr> 99 <td>Combining multiple Commands</td> 100 <td> 101 How to combine multiple commands with different operators?<br> 102 <a href="combining_commands/combining_commands.html">Read more</a> 103 </td> 104 </tr> 105 <tr> 106 <td>i3wm</td> 107 <td> 108 Information about i3wm.<br> 109 <a href="i3wm/A1-i3wm.html">Read more</a> 110 </td> 111 </tr> 112 <tr> 113 <td>Cronjobs</td> 114 <td> 115 Configuring scheduled tasks in Linux with cronjobs.<br> 116 <a href="cronjobs/cronjobs.html">Read more</a> 117 </td> 118 </tr> 119 </tbody> 120 </table> 121 </section> 122 <footer class="post-footer"> 123 <a href="/wiki/" class="cta-button">← Back</a> 124 </footer> 125 </main> 126 </body> 127 </html>