Compare commits

..

No commits in common. "60547d713c80f1758f0f57e838c29738c3bf5236" and "9c14327da9412aa3422a5d13057b58f0f098ecff" have entirely different histories.

7 changed files with 2 additions and 40 deletions

View File

@ -1,5 +0,0 @@
---
title: "Home_Lab"
date: 2023-02-19T08:21:03-08:00
---

View File

@ -1,31 +0,0 @@
---
title: "Finally_Creating_a_Homelab"
date: 2023-02-19T08:20:43-08:00
description: Home Lab - Administration
categories: ["Top_of_the_Stack"]
tags: ["Home Lab", "Administration"]
---
I am currently in the process of setting up my home lab and am using my
old computer as my new server. The plan is to make an environment where
I can mess with all things networking and delve into self hosting
**\[the more in my control, the less I can blame anyone else when
everything explodes\]**.
In addition to configuring and researching the new server **\[or old
server depending on how you look at it\]**, I\'ve got some other
projects brewing at the moment. I\'ve been experimenting with creating a
remote computing workspace that I can access from outside my network. I
am also resurrecting my 3d printer that has been idle for about a year.
I\'ll go into my setup and the modifications I\'ve made to the stock
*Ender 3 Pro* that I have.
Also here is something that I made today.
{{< image_sc "/crab.jpg" "Welded Crab" "Welded Crab" >}}
I don\'t want to give to much info away but long story short I had a
class on welding today where I made this little crab. I\'ve never welded
before today and it was pretty cool. Defiantly a lot more to explore and
learn on that front.
Hope that holds you over till Monday!

View File

@ -2,7 +2,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="shortcut icon" type="image/ico" href="/nuke.ico" />
<link rel="shortcut icon" type="image/ico" href="./images/nuke.ico" />
<title> Xavi's Hobbies </title>
</head>
<body>
@ -51,8 +51,6 @@
<h4 class="hobby_heading"><a href="/music">Music</a></h4>
<p class="description"> I'll post my banjo dittys and what methods I use to make people who don't play instruments think that I am good. I mostly play clawhammer banjo. I particularly like songs from the mountains of Appalachia.<p>
<h4 class="hobby_heading"><a href="/home_lab">Home Lab</a></h4>
<p class="description"> What if the world explodes and I can't make a NERF Turret that shoots people in the face. Better make sure I'm ready.
<h4 class="hobby_heading"><a href="/car_restoration">Car "Restoration"</a></h4>
<p class="description"> Oh boy, am I way over my head on this one. I'll post how I chose to destroy my 1985 Nissan 300z for the week. I have no idea what I am doing here. What is a camshaft?</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,5 +1,5 @@
<head>
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/style.css" />
<link rel="shortcut icon" type="image/ico" href="/nuke.ico" />
<link rel="shortcut icon" type="image/ico" href="images/nuke.ico" />
<title> {{ .Title }} </title>
</head>