/ html / wiki / tutorials / tutorials.html
tutorials.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: Tutorials</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">Tutorials</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">Tutorials</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>Raspberry Pi WiFi Access Point</td>
 58                  <td>
 59                    Set up a WiFi Access Point using a Raspberry Pi and OpenWRT!<br>
 60                    <a href="/wiki/tutorials/raspi-wifi-ap/raspi-wifi-ap.html">Read more</a>
 61                  </td>
 62                </tr>
 63                <tr>
 64                  <td>Map Wacom Tablet to 1 screen</td>
 65                  <td>
 66                    Map your Wacom Tablet to 1 screen in Linux multi-monitor setups!<br>
 67                    <a href="/wiki/tutorials/wacom/wacom.html">Read more</a>
 68                  </td>
 69                </tr>
 70                <tr>
 71                  <td>Cloudflare Tunnel</td>
 72                  <td>
 73                    Host your Website easily with Cloudflare Tunnels!<br>
 74                    <a href="/wiki/tutorials/cloudflare-tunnel/cloudflare-tunnel.html">Read more</a>
 75                  </td>
 76                </tr>
 77                <tr>
 78                  <td>Let's Encrypt / Certbot</td>
 79                  <td>
 80                    Easily create free SSL certificates for your website with Let's Encrypt / Certbot.<br>
 81                    <a href="/wiki/tutorials/letsencrypt-certbot/letsencrypt-certbot.html">Read more</a>
 82                  </td>
 83                </tr>
 84                <tr>
 85                  <td>Nginx Tutorials</td>
 86                  <td>
 87                    Learn useful techniques of managing and setting up the Nginx webserver & proxy.<br>
 88                    <a href="/wiki/tutorials/nginx-tutorials/nginx-tutorials.html">Read more</a>
 89                  </td>
 90                </tr>
 91                <tr>
 92                  <td>FileBrowser Installation</td>
 93                  <td>
 94                    Access your files easily through your webbrowser! Manage permissions, file sharing, users, etc.<br>
 95                    <a href="/wiki/tutorials/filebrowser/filebrowser.html">Read more</a>
 96                  </td>
 97                </tr>
 98                <tr>
 99                  <td>PiHole Install & Local DNS Config</td>
100                  <td>
101                    Pi-hole is a network-wide ad blocker that acts as a DNS sinkhole. It effectively blocks advertisements and tracking domains for all devices connected to the network by intercepting DNS requests.<br>
102                    <a href="/wiki/tutorials/pihole-local-dns/pihole-local-dns.html">Read more</a>
103                  </td>
104                </tr>
105                <tr>
106                  <td>Ventoy USB Setup</td>
107                  <td>
108                    Ventoy lets you copy multiple ISO files to a USB drive and boot from any of them without reformatting the drive.<br>
109                    <a href="/wiki/tutorials/ventoy-setup/ventoy-setup.html">Read more</a>
110                  </td>
111                </tr>
112                <tr>
113                  <td>Greenbone OpenVAS Installation</td>
114                  <td>
115                    Greenbone OpenVAS can scan your hosts or whole network for CVE security vulnerabilities.<br>
116                    <a href="/wiki/tutorials/greenbone-openvas/greenbone-openvas.html">Read more</a>
117                  </td>
118                </tr>
119                <tr>
120                  <td>Using docker-compose files</td>
121                  <td>
122                    How to use docker-compose.yml files? How to modify them as needed?<br>
123                    <a href="/wiki/tutorials/docker-compose/docker-compose.html">Read more</a>
124                  </td>
125                </tr>
126              </tbody>
127            </table>
128           </section>
129           <footer class="post-footer">
130              <a href="/wiki/" class="cta-button">← Back</a>
131           </footer>
132        </main>
133     </body>
134  </html>