An introduction to a potential series on Proxmox
This post has been in the works since November 2021, or rather I thought of around then, it hasn't been until February 2022 that I have started drafting anything, as such early details about setting t…
Securing DNS on Fedora 35.
In the previous article we secured our NTP configuration. However you will have likely noticed that the NTP servers are given as domain names, rather than IP addresses. This has benefits; as mentioned…
A ramble about GitHub
A ramble about GitHub by someone fairly new to it
(This may become a series of posts on GitHub)
First, a little background information
A few years ago, back when I was in secondary school doing some…
UK and Ireland Programming Competition 2021
Securing NTP on Fedora 34.
NTP is the protocol through which your computer ensures that the clock is accurate. It is insecure, but now can be secured through the use of NTS. This post goes through the process of configuring NTS…
Welcome to Freeside
This post will act as an informal introduction to Freeside
What is Freeside?
Freeside is the student run Linux user group at the University of Hull.
How do I join?
Unlike many groups at a university…
Making your own blog
Please note that I will be updating this as I go along. This is my first time using Netlify, as such I lack a lot of experience using the service so far. I have been using GitHub consistently since Se…
Introduction to Raspberry Pi
So you want to find out about the Raspberry Pi?
I would be surprised if you've never heard of them, since they seem to have exploded in popularity in recent years. They are very popular with those who…
Fresh Fish
sudo and the world of Linux Authentication, Part 1.
Let’s take a look at what happens when you use sudo.
1
2
3
4
5$ sudo mysql
[sudo] password for <this user>:
Welcome to the MySQL monitor. Commands end with ; or \g.
...
mysql>
The re…
Hello World!
Hello World! I am finally getting a blog set back up!
This is statically generated with Pelican.
I want to write some stuff up, for once.…