Compare commits

...

3 Commits

Author SHA1 Message Date
Xavi
60547d713c Added favicon 2023-02-19 08:59:14 -08:00
Xavi
ff9128bb77 Added previous images 2023-02-19 08:58:26 -08:00
Xavi
c86c858448 Added Finally post 2023-02-19 08:58:05 -08:00
7 changed files with 40 additions and 2 deletions

View File

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

View File

@ -0,0 +1,31 @@
---
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> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="shortcut icon" type="image/ico" href="./images/nuke.ico" /> <link rel="shortcut icon" type="image/ico" href="/nuke.ico" />
<title> Xavi's Hobbies </title> <title> Xavi's Hobbies </title>
</head> </head>
<body> <body>
@ -51,6 +51,8 @@
<h4 class="hobby_heading"><a href="/music">Music</a></h4> <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> <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> <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> <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.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

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