Skip to content

Commit

Permalink
Publishing to gh-pages (publish.sh) at 2023-10-08T16:23:35+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyVM committed Oct 8, 2023
1 parent d5e8740 commit 644c960
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions 03-netwerkconfiguratie.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ <h2>Netwerkinstellingen opvragen</h2>
<section id="wat-is-het-ip-adres-van" class="slide level2">
<h2>Wat is het IP-adres van…?</h2>
<div class="sourceCode" id="cb1"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> nslookup www.hogent.be</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> dig www.hogent.be</span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> host www.hogent.be</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> dig www.hogent.be</span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> nslookup www.hogent.be <span class="co"># old command</span></span></code></pre></div>
<p>Wat is <em>mijn publiek</em> IP-adres?</p>
<div class="sourceCode" id="cb2"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> curl icanhazip.com</span>
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: Fri Sep 29 13:50:51 UTC 2023
Laatste wijziging: Sun Oct 8 16:23:35 UTC 2023
2 changes: 1 addition & 1 deletion datalinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Extra:
- [Git, Github, Markdown](99-git-survival-guide.html)
- [Vim Survival Guide](99-vim-survival-guide.html)

Laatste wijziging: Fri Sep 29 13:50:51 UTC 2023
Laatste wijziging: Sun Oct 8 16:23:35 UTC 2023
2 changes: 1 addition & 1 deletion opslinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Extra:
- [Git, Github, Markdown](99-git-survival-guide.html)
- [Vim Survival Guide](99-vim-survival-guide.html)

Laatste wijziging: Fri Sep 29 13:50:51 UTC 2023
Laatste wijziging: Sun Oct 8 16:23:35 UTC 2023

0 comments on commit 644c960

Please sign in to comment.