summaryrefslogtreecommitdiff
path: root/public/articals/linux
diff options
context:
space:
mode:
Diffstat (limited to 'public/articals/linux')
-rw-r--r--public/articals/linux/info/Terminal.html7
-rw-r--r--public/articals/linux/server/git.html4
2 files changed, 9 insertions, 2 deletions
diff --git a/public/articals/linux/info/Terminal.html b/public/articals/linux/info/Terminal.html
index 73d367e..1578211 100644
--- a/public/articals/linux/info/Terminal.html
+++ b/public/articals/linux/info/Terminal.html
@@ -32,6 +32,13 @@
<h3>3) Understanding The System</h3>
<p>By learning all of these command-line tools over time, you will start learning how a Linux system works and operates, and this will help you fix any issues that pop up in the future. For example, if you wanted to format a USB stick, while yes, you could use <a href="https://apps.gnome.org/DiskUtility/">Gnome-disk</a>, it is faster just to use <a href="https://linux.die.net/man/8/fdisk">fdisk</a> and <a href-"https://linux.die.net/man/8/mkfs">mkfs</a> for formatting a USB stick.</p><hr>
+
+ <h2>Kool TUI / CLI programs</h2>
+ <ul>
+ <li>MPV - Video player</li>
+ <li>FEH - Image viewer</li>
+ </ul>
+ <hr>
<p>For now that is all I have on why terminal is better!</p>
<hr><center>
<pre text-align=center> <a href="../../linuxlist.html">Back 🚪</a>
diff --git a/public/articals/linux/server/git.html b/public/articals/linux/server/git.html
index 58d049c..c02953c 100644
--- a/public/articals/linux/server/git.html
+++ b/public/articals/linux/server/git.html
@@ -148,8 +148,8 @@
<hr>
<li>2) Setup website.</li>
<div class="code-box">
- # cd htmldir
- # sh example_create.sh
+ <p># cd htmldir</p>
+ <p># sh example_create.sh</p>
</div>
<p>Your static stagit website should be generated for you! Check by going to git.yourdomain.com.