new file: eleventyComputed.js

new file:   internal/_includes/layouts/blog.njk
	new file:   internal/_includes/layouts/post.njk
	new file:   internal/about/index.njk
	new file:   internal/blog/index.njk
	new file:   internal/data/posts/2016-03-08-servers-coffee-mugs-and-more.markdown
	new file:   internal/data/posts/2016-03-10-special-delivery.markdown
	new file:   internal/data/posts/2017-11-18-new-home-for-freeside.markdown
	new file:   internal/data/posts/2018-04-15-freeside-is-now-open.md
	new file:   internal/data/posts/2018-10-01-welcome-to-freeside.md
	new file:   internal/data/posts/2019-01-29-card-access.md
	new file:   internal/data/posts/2019-10-02-linux-101.md
	new file:   internal/data/posts/2019-10-09-linux-101-slides.md
	new file:   public/assets/img/epictek.jpg
closebracket-solution
456477617264 2021-08-20 01:05:56 +01:00
parent f6147f8eae
commit c5363bc61e
20 changed files with 264 additions and 0 deletions

5
eleventyComputed.js Normal file
View File

@ -0,0 +1,5 @@
exports.render = function(data) {
return `<ul>
${data.posts.map(post => `<li>${post.data.title}</li>`).join("\n")}
</ul>`;
};

View File

@ -0,0 +1,5 @@
<ul>
{%- for post in collections.post | reverse -%}
<li>{{ post.data.title }}</li>
{%- endfor -%}
</ul>

View File

17
internal/about/index.njk Normal file
View File

@ -0,0 +1,17 @@
---
layout: layouts/default
title: About
---
<div class="container mx-auto h-full m-16 p-6 w-screen">
<div class="grid grid-rows-1 grid-flow-col gap-2">
<div class="row-span-1 col-span-1">
<h1 class="text-8xl font-bold overflow-ellipsis z-10">Linux @ Hull.</h1>
<h5 class="tracking-wide leading-loose">Freeside is the student run and maintained linux cluster within the University Of Hull Computer Science Department providing Linux administration experience, mentoring and technical advice alongside other peer-led support. It is completely <b>free</b> to all students to join, irrespective of degree pathway.</h5>
</div>
<div class="row-span-2 col-span-2">
<img class="rounded-full pull-right shadow-2xl z-0" src="/assets/img/lab.jpg" />
</div>
</div>
</div>

3
internal/blog/index.njk Normal file
View File

@ -0,0 +1,3 @@
---
layout: layouts/blog
---

View File

@ -0,0 +1,24 @@
---
layout: layouts/post
title: Servers, Coffee, Mugs and more
date: "2016-03-08"
author: harryg
tags: news
permalink: "blog/{{ title.name }}/"
---
So this past week has been a rather eventful one. A lot of progress has been made in getting our service online!
Firstly, the whole Freeside Cluster was rebuilt over the weekend, due to an issue with our SAN causing huge IO Wait on one of our nodes. It was determined the best way to repair this was to reimage, but this caused further issues with the quorum on the servers. In the end, we decided the best plan of action was to wipe everything and start again.
Over the weekend, we were visited by a number of potential students during the University's Applicant Day. It was great to meet an array of potential students, and answer some of their questions on the Linux platform and what we do. We may have some potential members for next year!
![Freeside Cluster](http://i.imgur.com/m3XeP3L.jpg)
Next up, we were pleased to receive donations of a Coffee Machine and a Fridge for Freeside. As you may or may not know, the IT Industry functions on Coffee and Soft Drinks. Our Tassimo Coffee Machine makes a great addition to the window ledge of our Office, and the Fridge is already full of Soft Drinks for the team. The Computer Science department were kind enough to donate some branded mugs to us for us to use with our new coffee machine, so many thanks to them.
![Coffee Machine](http://i.imgur.com/Eu3J2DT.jpg)
Also this week, we've been working hard to refine our Standard Image that will be used on all of the hardware in our cluster, and on our Critical Services. We're building in security and centralized User Management services to allow us to provide a consistent and easy to manage platform.
Finally, we managed to fundraise a significant amount among the team this week, and order 15 new Dell Poweredge Servers from eBay. These servers are a step up from our current equipment, and came at a very low cost to us. We hope to get these added to our cluster over Easter, before launching our services some time in the next Semester!
Overall, it's been a busy week of meeting new people and solving new challenges. We hope you have a great week, and I'm sure we will plenty busy over the next seven days!

View File

@ -0,0 +1,15 @@
---
layout: layouts/post
title: Special Delivery!
date: "2016-03-10"
tags: news
---
We received a phone call this morning from a freight company, letting us know they had a delivery for us. We were most excited as a HGV pulled into the courtyard outside Robert Blackburn, containing our package. It looked a little lonely being one of the two (rather small) remaining items in the behemoth of a delivery vehicle!
![Servers on the pallet](http://i.imgur.com/fkNlxZM.jpg)
The delivery driver was kind enough to wheel the pallet all the way up to the Freeside Office, where we began to tear into it!
The package contained our order of 15 Dell Poweredge 1950s we had ordered from eBay, raising funds from the Freeside members. These machines combined come in at 60 cores and 240Gb RAM. A welcome addition to our Cluster! We look forward to unpacking them, installing hard drives, and getting them online!
![All unpacked and ready to go](http://i.imgur.com/1ffx95s.jpg)
Stay tuned for more server-related fun!

View File

@ -0,0 +1,46 @@
---
layout: layouts/post
title: The state of Freeside
date: "2017-11-18"
author: Kieran Coldron
tags: updates
---
# The beginnings.
Freeside was started back in 1997 with a decommissioned Sun box and a frustration of the Universities strict single OS network. Over the years Freeside has been very volatile with many people trying to keep it going through out the years. The latest revive was started by a group of 2015 year students and whilst this latest attempt has been certainly rocky and we have not achieved much of what we set out to do, it has been fun to have a place with like minded people. Personally I have learnt a lot from Freeside that would have not had the opportunity otherwise.
# Putting the servers to sleep.
Towards the end of 2016 we were told by the department that we could not run the AC unit in the building and we was advised not to run any of our own servers either, this of course was a big problem for us as Freeside has always been about hosting our own physical servers. Andrew Hancock came up with the proposition of hosting our servers in the "cloud" after a meeting we decided that this is a compromise we would have to make.
[![https://xkcd.com/908/](https://imgs.xkcd.com/comics/the_cloud.png)](https://xkcd.com/908/)
# The Eviction.
Unfortunately the University has been through a restructure and had decided that 203 would be better off as something else. Thanks to some help from the awesome people in the CS department we managed to get some a new space for Freeside; the old CS Library! (Room 300) which will soon become the only Linux Lab on Campus.
# The new start.
We are not allowed to host our own production hardware but the room has the advantage of being much more secure with card access required to enter the room, 7 modern PCs and the room also has a much more modern feel.
![The new room](https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-9/22007531_913197692165281_4143075104486123043_n.jpg?oh=a95b8c96e3c125d22211475ed747820b&oe=5AA122FB)
# What will Freeside become now?
Freeside will mostly become a linux and UNIX Lab, we will continue to host our own services in the cloud but will be focusing more on development of Linux software and most importantly of all, having fun! We have already got a few fun projects planned such as building our own 3D printer and possibly a drone. We will also be focusing on hosting regular socials and hope to work alongside the [Hull University Computer Science Society](https://www.facebook.com/hullCSS/).
# Where are we now?
Well currently... nowhere. We hope to get access to the new room soon so we can start providing students with some UNIXy goodness.
You can still keep up to date with our antics on our [facebook](https://www.facebook.com/freesideHull).
Our primary communications have been moved over to Discord which you can join here:
<iframe src="https://discordapp.com/widget?id=364428045093699594&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
I hope to keep making more frequent blog posts and I'll be spending the next few weeks updating the website and giving access to the forum.
# Thanks.
Thanks to all the students that have kept Freeside going throughout the years, you know who you are!
And a big shout-out to Andrew Hancock who has been constantly been putting up with Freeside and ensuring that we stay alive.

View File

@ -0,0 +1,51 @@
---
layout: layouts/post
title: Freeside Is Now Open!
date: "2018-04-15"
author: Kieran Coldron
tags: updates
---
All students should now be able to access Freeside. If you haven't visited yet details on how to find Freeside are [here](https://forums.freeside.co.uk/t/finding-the-freeside-room/50/1).
# Sign up Now!
We are excited to announce offically that you can now sign up to a Freeside account [here](https://profiles.freeside.co.uk/join)! With a Freeside account you can access any services we host and sign into the lab PCs.
# The New Room
![A picture of the Freeside room](https://i.imgur.com/t57p8l2.jpg)
In the Room we currently have 3 PCs with i5 processors and SSDs but, we may be able to acquire more if we can show evidence of the room being used. The PCs have Fedora 27 installed on them, this was chosen for it's ease of use for both users and admins. The machines are configured with a central login server as well as networked home directories. (You will not be able to access your University home directories from these computers but if you know how to do this please [help us](https://forums.freeside.co.uk/t/g-drive-mounting-script/30))
If you are wanting software installed on the machines you can follow the instructions to do so [here](https://github.com/FreesideHull/Freeside-Fabfiles) or make a request [here](https://forums.freeside.co.uk/c/freeside/requests).
# What Else Is New?
The most obvious change if you have previously visited this blog is the different look - thats because we switched to [Jekyll!](https://jekyllrb.com/) Ghost was great, but because of the lack of LDAP support (the system we use to centralise logins) we decided to drop it for a static [git managed](https://github.com/FreesideHull/Freeside-Blog) site.
We now have a [Forum](https://forums.freeside.co.uk) for discussion relating to Freeside, General chit chat and most importantly pictures of your cute cats. Be sure to head over to the Forum and [introduce yourself](https://forums.freeside.co.uk/c/introductions)!
![Nora and Milly laying in a basket](https://i.imgur.com/g5wewN6.jpg)
(Thank you Nichtvren for the cute cats!)
We also now have the following services:
* [Gitlab](https://gitlab.freeside.co.uk) - Host your private repositories here or use as an alternative to Github. We will be sticking with Github for our main repos for now.
* [Continuous Delivery](https://ci.freeside.co.uk) - We are using [Drone](http://drone.io) to provide Continuous integration/Delivery linked to our Github.
We also now have comments on the blog using Discourse so once you have finished reading this blog post be sure to post a comment!
If you have a suggestion for a service that you want us to host be sure to request it here [here](https://forums.freeside.co.uk/c/freeside/issues).
# Contributing to Freeside
You can visit the [forum](https://forums.freeside.co.uk/c/freeside) to see if there is anything you can help with, or join our [Discord](http://discord.freeside.co.uk) to keep up to date with whats happening. If you need help we are usually always online.
# What's Next?
Joe is working on a new logo is in the works, here is a sneak peak.
<img alt="Freeside Logo" src="https://cdn.discordapp.com/attachments/364428045093699598/428533288957771779/unknown.png" style="width: 50%;">
Epictek(Kieran) is currently working on implementing OAuth with Github and Discord, This will allow getting new users on the Freeside github a lot simpler, The Discord OAuth will likely just be used to be verify that you are one of the awesome people to have signed up to a Freeside account.
Thanks to [Starbeamrainbowlabs](https://starbeamrainbowlabs.com/) for helping with proof reading.

View File

@ -0,0 +1,27 @@
---
layout: layouts/post
title: Welcome 2018 Freshers to Freeside!
author: Starbeamrainbowlabs
date: "2018-09-17"
tags: updates
---
This is an introductory post to Freeside, a loose group of students who use Linux and want to educate themselves (and others!) about alternative open computing.
## How to find us
Our physical space is a new Lab that has been purpose built - the _Ritche Lab_ - which is located next to LTD on the 3rd floor of the Robert Blackburn building. It contains computers running Fedora Linux for all students to use - simply register an account [here](https://profiles.freeside.co.uk/join) to get your login credentials. There's more information about our new Lab in our [recent blog post](https://freeside.co.uk/2018/04/15/freeside-is-now-open)!
Our virtual space are the [forums](https://forums.freeside.co.uk/) - where you can discuss Linux-related topics with other students, get help and support with Linux and Freeside related issues, and even help out with some of our outstanding tasks if you're feeling brave!
In addition, we also have a Discord server, in which most of discussion currently happens. Here's an [invite link](http://discord.freeside.co.uk/) - it'd be great if you could join us.
## Goals
This year, we would like to grow Freeside as a group such that it can be self-sustaining in the future. Currently, the group has very few active members, but with the new room and [forums](https://forums.freeside.co.uk/) we hope to change this by providing a useful place for for both beginners and the more experienced alike to learn about Linux.
We'd also like to do some educational workshops in collaboration with [HullCSS](http://hullcss.org/) to teach valuable Linux-related skills to students. In today's world, having knowledge of Linux gives a competitive edge when starting a career - especially due to its ubiquity in the server world.
Keep an eye on our social media ([Twitter](https://twitter.com/freesidehull), [Facebook](https://www.facebook.com/freesideHull/)) for upcoming events!
## Help out!
We're always looking for more people to help out. Whether you're an experienced Linux user or just starting out, there are lots of ways that you can contribute! Check out [our forums](https://forums.freeside.co.uk) for a list of things that need doing - you're welcome to propose new ideas too!

View File

@ -0,0 +1,13 @@
---
layout: layouts/post
title: Card Access!
author: Starbeamrainbowlabs
date: "2019-01-29"
tags: updates
---
Welcome back to another blog post!
THis is a short post to announce that card access to the new Freeside room (next to LTD on the 3rd floor of the Robert Blackburn building - signs from the lift should direct you there!) should now be sorted! All students should now automatically have access to our room between 9am and 5pm. 24 hour access is being looked into and we will update you as soon as we hear anything!
If your card does not for whatever reason work on the Freeside door, please let us know in our [discord](https://invite.gg/freeside) and visit _Mark Bell_ at the DCS helpdesk (on your right going down the corridor from the lift on the 3rd floor of the Robert Blackburn building; open weekdays 2pm-4pm), who should be able to sort things out.

View File

@ -0,0 +1,32 @@
---
layout: layouts/post
title: Linux 101 October 2019
author: Starbeamrainbowlabs
date: "2019-10-02"
tags:
- news
- workshops
- events
---
Last semester, Freeside ran a workshop called _Linux 101_. While it wasn't blogged about here (it should have been - though the leader of the workshop blogged about it [on their personal blog](https://starbeamrainbowlabs.com/blog/article.php?article=posts/347-Delivering-Linux-101.html)), it introduced participants to Linux, what it is, and how it can be useful to them - culminating with the compiling and running of some simple C# code.
Encouraged by the success of this first workshop, Freeside are going to be re-running a new and improved version of the workshop this semester! Are you confused about Linux? Would you like to know the basics of how to use Linux? Or where Linux is used today?
Come along to Linux 101! The sign up process for this semester has been greatly simplified.
- **Date:** Tuesday 8th October 2019
- **Time:** 4pm until 6pm
- **Location:** Cray Lab (RBB-321), Robert Blackburn building, University of Hull
Simply fill in this form to register:
**<https://forms.gle/FfCZUYCX5U9iixoh9>**
In today's world, Linux is everywhere - even if you don't notice it. Having skills in Linux look great on a CV - and our workshop is perfect for introducing you to Linux and it's potential.
- Learn the basics of Linux
- Discover where Linux is used today
- Learn you can use Linux to boost your next project
As part of this, Freeside is also planning a further 2 related workshops that will run later this year, so keep an eye out for those too!

View File

@ -0,0 +1,25 @@
---
layout: layouts/post
title: Linux 101 Slides
author: Starbeamrainbowlabs
date: "2019-10-09"
tags:
- news
- workshops
- events
---
Linux 101 ran last Tuesday, and was a success (even if the projector didn't work until the end)! Thanks for coming everyone.
This is a short post to give people a link to the slides. Everyone who signed up for Linux 101 or filled out the feedback form will also recieve a link to download the slides. This will be sent out on Thursday, so if you attended but didn't fill out the sign-up form, make sure you fill out the feedback form before then.
The slides can be found here: <https://starbeamrainbowlabs.com/labs/Linux101>
Sections can be navigated with the up and down arrow keys, and slides within each section can be navigated with the left and right arrow keys.
Freeside has plans for further workshops in the series too:
- 201: Securing a Linux server and setting it up to serve static files
- 301: Deploying your own application to a Linux server, with all the bells and whistles
Unlike 101, 201 and 301 will be much more practical and take the form of a shorter introdiction, and then an instructional lab sheet - with Freesiders around to help you out - so keep an eye out for these!

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

1
public/blog/index.html Normal file
View File

@ -0,0 +1 @@
<ul></ul>