website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

commit 894fdbb19559df49a297d1b2e9fac6d26990aad5
parent 49840ab5f7c2334ed99e663da9ad076388a9e061
Author: Shipwreckt <me@shipwreckt.co.uk>
Date:   Mon,  7 Apr 2025 21:45:41 +0100

some updates

Diffstat:
Mpublic/articals/linux/info/Terminal.html | 7+++++++
Mpublic/articals/linux/server/git.html | 4++--
Mpublic/contact.html | 5+++--
Mpublic/index.html | 3++-
Mpublic/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 @@ -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 @@ -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. diff --git a/public/contact.html b/public/contact.html @@ -27,10 +27,12 @@ <p>- PGP key: <a href="https://keys.openpgp.org/search?q=me%40shipwreckt.co.uk">F7EE AE56 4661 59D6 7D56 461F FB81 1E1A F331 1472</a></p> <p>- Matrix: <a href="https://matrix.to/#/@shipwreckt:matrix.org">@shipwreckt:matrix.org</a></p> <hr> - <h2>Social</h2> + <h2>Social Media</h2> <p>- Masterdon: <a href="https://mastodon.online/@shipwreckt">@shipwreck@mtastodon.online</a></p> <hr> <h2>Programming</h2> + <p>(I try and use them all) + <p>- Personal GIT: <a href="https://git.shipwreckt.co.uk">git.shipwreckt.co.uk</a></p> <p>- Gitlab: <a href="https://gitlab.com/Shipwreckt">gitlab.com/shipwreckt</a></p> <p>- Github: <a href="https://github.com/Shipwrecktt">github.com/shipwrecktt</a></p> <p>- Freecodecamp: <a href="https://www.freecodecamp.org/Shipwreckt">freecodecamp.org/Shipwreckt</a></p> @@ -38,4 +40,3 @@ </main> </body> </html> - diff --git a/public/index.html b/public/index.html @@ -21,9 +21,10 @@ </nav> </header> <main> - <p>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 <a href="about/todo.html">here</a>.</p> + <p>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 <a href="about/todo.html">here</a>.</p> <p><a href="about/software.html">Software</a> that I use.</p> + <section class="posts"> <h2>Posts</h2> <ul> diff --git a/public/posts/17Server.html b/public/posts/17Server.html @@ -28,6 +28,7 @@ <p>So far my VPS (virtual private server) is doing three things:</p> <ul><li>Git server: <a href="https://git.shipwreckt.co.uk/">git.shipwreckt.co.uk</a> </li></ul> <ul><li>Email server: <a href="mailto:me@shipwreckt.co.uk">me@shipwreckt.co.uk</a></li></ul> + <ul><li>CalDEV server: Allows me to sync all my contacts and calendar between devices!</li></ul> <ul><li>Website hosting! This enables me to try other web languages like <a href="https://www.php.net/">PHP</a> out</ul></li> <hr> @@ -39,6 +40,9 @@ <p>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.</p> <hr> +<h2>Why host a CalDEV server?</h2> +<p>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 <a href="https://radicale.org">radicale</a> software for the CalDEV server.</p> + <hr> <h2>Overview</h2> <p>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!</p>