Skip to content

Commit

Permalink
Publishing to gh-pages (publish.sh) at 2024-10-29T08:43:15+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyVM committed Oct 29, 2024
1 parent 3304663 commit c2ba94b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
7 changes: 1 addition & 6 deletions 04-installatie-webserver-el.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,17 +359,12 @@ <h2>Website vanaf GUI Linux VM bekijken</h2>
<ul>
<li>Controleer IP-adres VM: <code>ip a</code>
<ul>
<li>waarschijnlijk 192.168.76.2
<li>waarschijnlijk 192.168.76.12
<ul>
<li>verifieer dat je GUI Linux VM een IP-adres in dit netwerk heeft</li>
<li>ping ?!</li>
</ul></li>
</ul></li>
<li>Open webbrowser <em>op fysiek systeem</em>
<ul>
<li>surf naar <a href="http://192.168.76.2/"
class="uri">http://192.168.76.2/</a></li>
</ul></li>
</ul>
</section>
<section id="database-beveiligen" class="slide level2">
Expand Down
4 changes: 2 additions & 2 deletions 05-hardening.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ <h2>Firewall-instellingen aanpassen</h2>
$ sudo firewall-cmd --add-service https --permanent
$ sudo firewall-cmd --reload</code></pre>
<p>Probeer opnieuw de website te bekijken vanaf de Linux Mint VM.</p>
<p><a href="https://192.168.76.2/"
class="uri">https://192.168.76.2/</a></p>
<p><a href="https://192.168.76.12/"
class="uri">https://192.168.76.12/</a></p>
</section>
<section id="zones" class="slide level2">
<h2>Zones</h2>
Expand Down
2 changes: 1 addition & 1 deletion 06-automatiseren.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2>Waarom Vagrant gebruiken?</h2>
<h2>Installeer Vagrant</h2>
<p>Op je fysieke systeem!</p>
<ul>
<li>Windows: <code>choco install vagrant</code></li>
<li>Windows: <code>winget install vagrant</code></li>
<li>MacOS: <code>brew install vagrant</code></li>
<li>Linux: <code>apt install vagrant</code> (of <code>dnf</code>)</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

De slides zijn opgemaakt in [Markdown](https://guides.github.com/features/mastering-markdown/) en worden met [Pandoc](https://pandoc.org/) omgezet naar een [reveal.js](https://revealjs.com/) presentatie. De broncode is gepubliceerd op: <https://github.com/hogenttin/linux-slides/>

Laatste wijziging: Mon Oct 28 08:31:05 UTC 2024
Laatste wijziging: Tue Oct 29 08:43:15 UTC 2024
2 changes: 1 addition & 1 deletion datalinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Extra:
- [Git, Github, Markdown](99-git-survival-guide.html)
- [Vim Survival Guide](99-vim-survival-guide.html)

Laatste wijziging: Mon Oct 28 08:31:05 UTC 2024
Laatste wijziging: Tue Oct 29 08:43:15 UTC 2024
2 changes: 1 addition & 1 deletion opslinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Extra:
- [Git, Github, Markdown](99-git-survival-guide.html)
- [Vim Survival Guide](99-vim-survival-guide.html)

Laatste wijziging: Mon Oct 28 08:31:05 UTC 2024
Laatste wijziging: Tue Oct 29 08:43:15 UTC 2024

0 comments on commit c2ba94b

Please sign in to comment.