diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-04 23:50:58 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-04 23:50:58 -0600 |
commit | b171347f739b2ada7960ad50bcba47e898d890d2 (patch) | |
tree | c88d6c3cdfb39b7e8e7cb5ec5952160cd4cf9911 /blog/dst/a/linux_video_notes.html | |
parent | febe3173b7430266c36508927f3535c431f0aa8b (diff) |
reflect changes on updated pyssg using jinja templates
Diffstat (limited to 'blog/dst/a/linux_video_notes.html')
-rw-r--r-- | blog/dst/a/linux_video_notes.html | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/blog/dst/a/linux_video_notes.html b/blog/dst/a/linux_video_notes.html index 7a6ef5d..c95cc00 100644 --- a/blog/dst/a/linux_video_notes.html +++ b/blog/dst/a/linux_video_notes.html @@ -1,10 +1,10 @@ <!DOCTYPE html> <html lang="en"> <head> - <base href="https://static.luevano.xyz/"> + <base href="https://static.luevano.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Linux tutorial video notes -- Luévano's Blog</title> + <title>Linux tutorial video notes -- Luévano's Blog</title> <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="images/icons/favicon.ico"> @@ -64,8 +64,9 @@ </header> <main> -<h1>Linux tutorial video notes</h1> -<p>I was requested to make a summary of a video about basic Linux stuff (like the <a href="https://blog.luevano.xyz/a/sql_video_notes">SQL tutorial video notes</a>); this time, I did most of the notes depending on the topic since I’m familiar with most of the stuff presented in the video. The video in question is: <a href="https://www.youtube.com/watch?v=wBp0Rb-ZJak">The Complete Linux Course: Beginner to Power User!</a>. Also, some notes were taken from <a href="https://wiki.archlinux.org/">Arch Linux Wiki</a> since it’s got pretty decent documentation, and, of course, general googling.</p> + <h1>Linux tutorial video notes</h1> + + <p>I was requested to make a summary of a video about basic Linux stuff (like the <a href="https://blog.luevano.xyz/a/sql_video_notes">SQL tutorial video notes</a>); this time, I did most of the notes depending on the topic since I’m familiar with most of the stuff presented in the video. The video in question is: <a href="https://www.youtube.com/watch?v=wBp0Rb-ZJak">The Complete Linux Course: Beginner to Power User!</a>. Also, some notes were taken from <a href="https://wiki.archlinux.org/">Arch Linux Wiki</a> since it’s got pretty decent documentation, and, of course, general googling.</p> <h2 id="basic-commands">(Basic) commands</h2> <p>A list of basic commands and small explanation (note that options are started with either <code>-</code> or <code>--</code>, depending on the program, but most of the time <code>-</code> is used for letter options and <code>--</code> for word options, <code>-l</code> vs <code>--list</code> for example):</p> <ul> @@ -141,17 +142,19 @@ <li><code>traceroute</code>: shows the route that the packets go through (how the packets jump from one server to another one) when trying to access an IP (or, for example, a website).</li> <li><code>nmap</code>: “network mapper” explore network available hosts, opened ports, reverse DNS names, can guess the operating system of the device, it’s type, MAC address and more.</li> </ul> -<hr> -<div class="article-info"> -<p>By: David Luévano</p> -<p>Created: Sun, Mar 14, 2021 @ 05:57 UTC</p> -<p>Edited: Mon, May 17, 2021 @ 20:59 UTC</p> -<div class="article-tags"> - <p>Tags: -<a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@linux.html">linux</a>, <a href="https://blog.luevano.xyz/tag/@notes.html">notes</a></p> -</div> - -</div> + + <hr> + <div class="article-info"> + <p>By David Luévano</p> + <p>Created: Sun, Mar 14, 2021 @ 05:57 UTC</p> + <p>Modified: Fri, Jun 04, 2021 @ 07:59 UTC</p> + <div class="article-tags"> + <p>Tags: + <a href="https://blog.luevano.xyz/tag/@english.html">english</a>, + <a href="https://blog.luevano.xyz/tag/@notes.html">notes</a> + </p> + </div> + </div> </main> <footer> @@ -182,4 +185,4 @@ </span> </footer> </body> -</html> +</html>
\ No newline at end of file |