Switch themes to minimo

This commit is contained in:
Dave Gallant
2021-09-06 11:55:05 -04:00
parent 75f9797c91
commit 4ff7aec7c1
302 changed files with 17841 additions and 607 deletions

View File

@@ -1,9 +0,0 @@
---
title: About
---
I work as a software developer in the realm of security.
I have a passion for open-source, automation, security, and economics.
I enjoy running, music and spending time with my family.

7
content/page/about.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: About
---
I'm a software engineer with a passion for open-source, infrastructure, tooling and security.
When I'm not in front of a computer, I enjoy traveling, hiking and spending time with my family.

9
content/page/search.md Normal file
View File

@@ -0,0 +1,9 @@
---
type: page
layout: search
outputs:
- html
- json
---
test

View File

@@ -151,7 +151,7 @@ if True: # Since we are not using Fedora :)
It turns out there are [breaking changes](https://docs.python.org/3.7/library/platform.html#platform.linux_distribution) in Python3.8.
The docs that say `Deprecated since version 3.5, will be removed in version 3.8: See alternative like the distro package.`
The docs say `Deprecated since version 3.5, will be removed in version 3.8: See alternative like the distro package.`
I guess this highlights one of the caveats of relying upon system python.
I suppose this highlights one of the caveats of relying upon the system's python, rather than having an isolated, dedicated environment for all of its dependencies.

63
content/post/homelab.md Normal file
View File

@@ -0,0 +1,63 @@
---
title: "What To Do With A Homelab"
date: 2021-09-06T01:12:54-04:00
lastmod: 2021-09-06T01:12:54-04:00
draft: true
keywords: []
description: ""
tags: []
categories: ['linux', 'homelab']
author: ""
# You can also close(false) or open(true) something for this content.
# P.S. comment can only be closed
comment: false
toc: false
autoCollapseToc: false
postMetaInFooter: false
hiddenFromHomePage: false
# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
contentCopyright: false
reward: false
mathjax: false
mathjaxEnableSingleDollar: false
flowchartDiagrams:
enable: false
options: ""
sequenceDiagrams:
enable: false
options: ""
---
A homelab can be an inexpensive way to host a multitude of internal/external services and learn a lot in the process.
<!--more-->
Do you want host your own Media server? Ad blocker? Web server?
Are you interested in learning more about Linux? Virtualization? Networking? Security?
Building a homelab can be an entertaining playground to enhance your computer skills.
One of the best parts about building a homelab is that it doesn't have to be a large investment in terms hardware requirements.
One of the simplest ways to build a homelab is out of a [refurbished computer](https://ca.refurb.io/products/hp-800-g1-usff-intel-core-i5-4570s-16gb-ram-512gb-ssd-wifi-windows-10-pro?variant=33049503825943).
Having multiple machines/nodes has the advantage of increased redundancy, but starting out with a single node is enough to reap some of the benefits of having a homelab.
## Virtualization
Virtualizing your hardware is an organized way of dividing up your resources. This can be done with something such as a Virtual Machine or something lighter like a container using LXC or runC.
Containers have much less overhead in terms of boot time and storage allocation. This [Stack Overflow answer](https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-virtual-machine) sums it up nicely.
Proxmox
## Applications
What can do you with a homelab?
- Plex
- Nextcloud
- Adguard
- Deluge
## Monitoring
## In Summary