From 894fdbb19559df49a297d1b2e9fac6d26990aad5 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Mon, 7 Apr 2025 21:45:41 +0100 Subject: some updates --- public/articals/linux/info/Terminal.html | 7 +++++++ public/articals/linux/server/git.html | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'public/articals') 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 @@

3) Understanding The System

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 Gnome-disk, it is faster just to use fdisk and mkfs for formatting a USB stick.


+ +

Kool TUI / CLI programs

+ +

For now that is all I have on why terminal is better!


  Back 🚪
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 @@
       
  • 2) Setup website.
  • - # cd htmldir - # sh example_create.sh +

    # cd htmldir

    +

    # sh example_create.sh

    Your static stagit website should be generated for you! Check by going to git.yourdomain.com. -- cgit v1.2.3