Compare commits
3 Commits
9c14327da9
...
60547d713c
Author | SHA1 | Date | |
---|---|---|---|
|
60547d713c | ||
|
ff9128bb77 | ||
|
c86c858448 |
5
xavishobbies/content/home_lab/_index.md
Normal file
5
xavishobbies/content/home_lab/_index.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Home_Lab"
|
||||
date: 2023-02-19T08:21:03-08:00
|
||||
---
|
||||
|
31
xavishobbies/content/home_lab/finally.md
Normal file
31
xavishobbies/content/home_lab/finally.md
Normal 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!
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
@ -51,6 +51,8 @@
|
||||
|
||||
<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>
|
||||
|
BIN
xavishobbies/static/cloudflare_death.png
Normal file
BIN
xavishobbies/static/cloudflare_death.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
xavishobbies/static/crab.jpg
Normal file
BIN
xavishobbies/static/crab.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
BIN
xavishobbies/static/nuke.ico
Normal file
BIN
xavishobbies/static/nuke.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -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="images/nuke.ico" />
|
||||
<link rel="shortcut icon" type="image/ico" href="/nuke.ico" />
|
||||
<title> {{ .Title }} </title>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user