website

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

commit 588b3f2d9802ccb814c0cd007b68dc493ed23ef2
parent c28c1065afe569bd920cadcc9be2bc8f2b4eec5f
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date:   Thu, 16 May 2024 06:45:19 +0100

added this weeks byte

Diffstat:
Apublic/projects/WeeklyByte/issue1WB.html | 102+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 102 insertions(+), 0 deletions(-)

diff --git a/public/projects/WeeklyByte/issue1WB.html b/public/projects/WeeklyByte/issue1WB.html @@ -0,0 +1,102 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>Shipwreckt</title> + <link rel="icon" href="../../logo.jpg" type="image/x-icon"> + + <!-- styles --> + <link href="../../style.css" rel="stylesheet" type="text/css" /> + + <!-- jQuery --> + <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> + + </head> + +<!--------------------------------------------------------------> + <body> + + <header id="header"> + <h1>Shipwreckt</h1> + + <!-- Menu selection --> + <ul class="main-menu"> + <li><a href="../../index.html#home">Home</a></li> + <li><a href="../../index.html#about">About</a></li> + <li><a href="../../index.html#projects">Projects</a></li> + <li><a href="../../index.html#contact">Contact</a></li> + </ul> + +</header> + + <div id="container"> + <div class="inner"> + <div id="content"> + + <h3>Weekly byte<br> by shipwreckt<br> </h3> + <p>Hello there and welcome to the weekly byte, where I just write a bunch of information + about Linux and other projects, so if you are interested, keep reading!</p> + + <p><b>Linux distro of the week: Ubuntu</b></p> + + <p>Ubuntu is a distro that many people start off with in the linux world and for good reasons it has everything you need. My personal experience with ubuntu was alright it was my second Linux distro, my first being MX Linux, this was when I was distro hopping and my experience was alright I could use the software manager to download and delete software and use that software and at the end of the day that is what a operating system is made for, I did not face any bugs or anything.</p> + + <hr> + <p>Pros<br> + <p>Ubuntu is rather easy to install and use, from my experience when I installed it there were no issues and the setup was seamless, all the default software worked and the Ubuntu store installed apps. In terms of usability it is very usable and I can see why many people use it. +</p> + <p>Ubuntu has been alive for 19 years as of today and overtime it has amassed a giant community of people world wide, it is available in over languages even obscure languages like Irish Gaelic. +</p> + + <p>Since Ubuntu has a large community this means that there are a lot of support, if you have an issue there is a high chance somebody else has encountered the same problem and has posted it online and you can see the solution yourself.</p> + + <hr> + <p>Cons<br> + The Ubuntu Snap Store is proprietary; this is bad for a Linux app store because Linux is supposed to +be an outlier in a sea of proprietary operating systems. Over time, Canonical has been starting to force +snap packages instead of apt packages. This is bad because snaps run slower and have a larger +footprint. Just because of this, I personally would not use Ubuntu and instead use something like +Linux Mint.</p> + + <p>In the past, Ubuntu has been known to spy on its users. They also have a lot of proprietary code in the +distro, so we don't even know what that code is doing</p> + + <p>Ubuntu comes with a lot; some might say too much. While it is not as bloated as Windows, it still +comes with a lot of software that the normal user does not need, but at the same time, if you don't +care about space and you have optimised systemd on Ubuntu, this should not be a problem. +</p> + + + <hr> + <p><b>Who would I suggest Ubuntu to?<br></b> + I would suggest ubuntu for people who are new to the linux world and need a bit of hand holding to +see if they like linux or not. I would also suggest ubuntu to people who just want to use and old +computer but don't really care about Linux.</p> + + Arch Linux website link: <a href "https://ubuntu.com/">Ubuntu.com </a> + + <hr> + <p><b>Suggestion of the Week!<br><br> + + Hardware</b><br>i + This weeks hardware is the keyboard I have been using since Christmas so for a couple of months now and it is called the "Ducky one mini" whilst the sound is average it has a really nice feeling and you do not need to install any dumb software to change the colours you can just change then on the keyboard by pressing the function and alt key. There are also different modes you can put it in like random colours and such but I prefer solid colours, I would recommend the ducky one mini to anyone who wants an alright keyboard, I got mine for £20 ($24) second hand and I love it so if you are in the market for a keyboard have a look at the Ducky one mini.</p> + + <p><b>Software</b> + This weeks software is a piece of software is F-droid the one stop shop for all your libre and free +software applications F-droid can be installed on any android phone and as mentioned is an app +store for free and libre code, personally I would suggest "table habit" it lets you forge good +habits and break old ones! +</p> +<hr> + <p><b>Conclusion</b><br> + Thank you for reading this weeks byte I will see you next week, keep safe.</p> + + </div> + </div> + </div> + + <!-- Load additional JS scripts here --> + <script type="text/javascript" src="../../script.js"></script> + + </body> +</html>