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 ++-- public/contact.html | 5 +++-- public/index.html | 3 ++- public/posts/17Server.html | 4 ++++ 5 files changed, 18 insertions(+), 5 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 @@

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. diff --git a/public/contact.html b/public/contact.html index 4ac5eed..56ff0bf 100644 --- a/public/contact.html +++ b/public/contact.html @@ -27,10 +27,12 @@

    - PGP key: F7EE AE56 4661 59D6 7D56 461F FB81 1E1A F331 1472

    - Matrix: @shipwreckt:matrix.org


    -

    Social

    +

    Social Media

    - Masterdon: @shipwreck@mtastodon.online


    Programming

    +

    (I try and use them all) +

    - Personal GIT: git.shipwreckt.co.uk

    - Gitlab: gitlab.com/shipwreckt

    - Github: github.com/shipwrecktt

    - Freecodecamp: freecodecamp.org/Shipwreckt

    @@ -38,4 +40,3 @@ - diff --git a/public/index.html b/public/index.html index c8951ba..600943f 100644 --- a/public/index.html +++ b/public/index.html @@ -21,9 +21,10 @@
    -

    Hello there! I am Shipwreckt, and I am 15 years old. I am from the UK, and I have a great passion for computers and all things revolving around them, such as software and hardware. I mostly focus on learning and working with the Linux operating system. To see what I am up to right now, click here.

    +

    Hello there! I am Shipwreckt, and I am 16 years old. I am from the UK, and I have a great passion for computers and all things revolving around them, such as software and hardware. I mostly focus on learning and working with the Linux operating system. To see what I am up to right now, click here.

    Software that I use.

    +

    Posts

      diff --git a/public/posts/17Server.html b/public/posts/17Server.html index 8f45cf3..c96ab52 100644 --- a/public/posts/17Server.html +++ b/public/posts/17Server.html @@ -28,6 +28,7 @@

      So far my VPS (virtual private server) is doing three things:

      +
      • CalDEV server: Allows me to sync all my contacts and calendar between devices!
      • Website hosting! This enables me to try other web languages like PHP out

      @@ -39,6 +40,9 @@

      Sadly, I will not do HTTPS or HTTP Git cloning because it is not needed since I am using the Git daemon to allow people to clone from my server! Whilst on the topic of HTTP and HTTPS, I am using the Stagit static HTML programme to have a kind of front end to my server so you can view all my repositories! Due to it being complex (at least for me), I may write a tutorial on how to get it up and running smoothly.


      +

      Why host a CalDEV server?

      +

      Hosting a CalDAV server is one of the most satisfying things I have ever done. Having everything synchronised just makes me happy! I have all my calendars synced and all of my contacts synced too. I love having a CalDAV server for all the rubbish I have planned, and I hope that I can get more use out of it! Also if you are curious I am using the radicale software for the CalDEV server.

      +

      Overview

      Overall, I am just happy to have a whole server that I can use for whatever I want! This has opened up a whole new world for me of tinkering and stress. I hope this VPS serves me well!

      -- cgit v1.2.3