Skip to content

Commit

Permalink
Publishing to gh-pages (publish.sh) at 2024-10-08T18:55:04+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvv committed Oct 8, 2024
1 parent 7245af9 commit b68c701
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions 03-netwerkconfiguratie.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ <h2>Netwerkinstellingen aanpassen (RedHat)</h2>
<p>Na aanpassingen, netwerk herstarten (RHEL &lt;=8):</p>
<pre class="console"><code>$ sudo systemctl restart network</code></pre>
<p>Vanaf RHEL 9:</p>
<pre class="console"><code>$ sudo systemctl restart NetworkManager
$ sudo nmcli device reapply eth1</code></pre>
<pre class="console"><code>$ sudo nmcli device reapply eth1</code></pre>
<p>Bemerk: er is een overgang naar het uitfaseren van het gebruik van
<code>ifcfg</code> bestanden, en dit te vervangen door
<code>nmcli</code>. Hierdoor zal je nog geruime tijd beide systemen
Expand Down Expand Up @@ -221,15 +220,22 @@ <h2>Opstarten <code>systemctl</code></h2>
<ul>
<li>Na elke wijziging config!</li>
</ul></li>
<li><code>sudo systemctl enable dhcpd</code>
<li><code>sudo systemctl enable [--now] dhcpd</code>
<ul>
<li>Start altijd bij booten</li>
<li><code>--now</code> start meteen</li>
</ul></li>
</ul>
</section>
<section id="sluit-de-linux-mint-vm-aan-op-intnet" class="slide level2">
<h2>Sluit de Linux-Mint VM aan op intnet</h2>
<ul>
<li>Vang netwerkverkeer op met <code>tcpdump</code>, bv.
<ul>
<li><code>sudo tcpdump -w dhcp.pcap -i eth1 port 67 or port 68</code></li>
<li><code>sudo tcpdump -r dhcp.pcap -ne#</code></li>
<li>Open het bestand met Wireshark</li>
</ul></li>
<li>Krijgt je VM een IP-adres? welk?</li>
<li>Zie je iets in de DHCP logs?
<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: Tue Sep 24 18:30:23 UTC 2024
Laatste wijziging: Tue Oct 8 18:55:04 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: Tue Sep 24 18:30:23 UTC 2024
Laatste wijziging: Tue Oct 8 18:55:04 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: Tue Sep 24 18:30:23 UTC 2024
Laatste wijziging: Tue Oct 8 18:55:04 UTC 2024

0 comments on commit b68c701

Please sign in to comment.