/ html / wiki / linux / HowDoI / A1HowDoI.html
A1HowDoI.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: HowDoI</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  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 36           <article class="site-post">
 37              <header class="post-header">
 38                 <h1 class="post-title">HowDoI</h1>
 39                 <div class="post-meta">
 40                 </div>
 41              </header>
 42           </article>
 43           <nav class="breadcrumb">
 44              <a href="/">Home</a>
 45              <span class="divider">›</span>
 46              <a href="/wiki/">Wiki</a>
 47              <span class="divider">›</span>
 48              <a href="/wiki/linux/A1linux.html">GNU / Linux</a>
 49              <span class="divider">›</span>
 50              <span class="current">HowDoI</span>
 51           </nav>
 52           <section class="post-content">
 53  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 54              <table>
 55                 <thead>
 56                    <tr>
 57                       <th>HowDoI</th>
 58                       <th>Description</th>
 59                    </tr>
 60                 </thead>
 61                 <tbody>
 62                    <tr>
 63                       <td>Perform DNS-Flush</td>
 64                       <td>How do I perform a DNS-Flush in Linux?<br>
 65                          <a href="dns_flush.html">Read more</a>
 66                       </td>
 67                    </tr>
 68                    <tr>
 69                       <td>Assign a static local IPv4 & IPv6 GUA in Debian</td>
 70                       <td>How do I assign a static IPv4 & IPv6 GUA in Debian?<br>
 71                          <a href="deb-sysd-static-ip.html">Read more</a>
 72                       </td>
 73                    </tr>
 74                    <tr>
 75                       <td>Enable SSH root login</td>
 76                       <td>Be able to login as root via SSH.<br>
 77                          <a href="rootloginssh.html">Read more</a>
 78                       </td>
 79                    </tr>
 80                    <tr>
 81                       <td>SSH Host-key issue</td>
 82                       <td>What is this hostkey error & how to fix it?<br>
 83                          <a href="ssh-hostkey.html">Read more</a>
 84                       </td>
 85                    </tr>
 86                    <tr>
 87                       <td>Mounting a disk</td>
 88                       <td>How to "permanently" mount a disk?<br>
 89                          <a href="mount-disk.html">Read more</a>
 90                       </td>
 91                    </tr>
 92                    <tr>
 93                       <td>Shorten SSH Commands with config</td>
 94                       <td>Making our SSH connections quicker with config files.<br>
 95                          <a href="short-ssh-commands.html">Read more</a>
 96                       </td>
 97                    </tr>
 98                    <tr>
 99                       <td>Prevent files from being changed (chattr)</td>
100                       <td>Prevent files being changed or overwritten by your system or other users.<br>
101                          <a href="chattr.html">Read more</a>
102                       </td>
103                    </tr>
104                    <tr>
105                       <td>SSH Passkeys</td>
106                       <td>Use passkeys for your SSH Login.<br>
107                          <a href="ssh-passkey.html">Read more</a>
108                       </td>
109                    </tr>
110  
111                    <tr>
112                       <td>Switch Timezone</td>
113                       <td>How to change the timezone of your installation.<br>
114                          <a href="switch-timezone.html">Read more</a>
115                       </td>
116                    </tr>
117  
118                    <tr>
119                       <td>Hosting a Pixelflut server with IPv6 & domain</td>
120                       <td>How to host a Pixelflut server? + IPv6 setup & domain<br>
121                          <a href="pixelflut_v6_domain.html">Read more</a>
122                       </td>
123                    </tr>
124  
125  
126  
127  
128  
129  
130  
131  
132                 </tbody>
133              </table>
134  
135              <hr />
136  
137  <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
138  
139           </section>
140           <footer class="post-footer">
141              <a href="/wiki/linux/A1linux.html" class="cta-button">← Back</a>
142           </footer>
143        </main>
144     </body>
145  </html>