aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2020-05-03-homelab.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
committerChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
commitdc1261d703ae1e1a14841b030888e3f87ff7c38f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2020-05-03-homelab.md
parentba6b552c8256cc2e071c910ef7821c82443f1f82 (diff)
downloadcleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.zip
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2020-05-03-homelab.md')
-rw-r--r--content/blog/2020-05-03-homelab.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/content/blog/2020-05-03-homelab.md b/content/blog/2020-05-03-homelab.md
index 8f5d57a..c0a53e9 100644
--- a/content/blog/2020-05-03-homelab.md
+++ b/content/blog/2020-05-03-homelab.md
@@ -32,11 +32,11 @@ Plex and Pi-hole until I grew tired with the slow performance.
Here are the specifications for the Pi 4:
-- Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz
-- 4GB LPDDR4-3200 SDRAM
-- Gigabit Ethernet
-- H.265 (4kp60 decode), H264 (1080p60 decode, 1080p30 encode)
-- 64 GB MicroSD Card
+- Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz
+- 4GB LPDDR4-3200 SDRAM
+- Gigabit Ethernet
+- H.265 (4kp60 decode), H264 (1080p60 decode, 1080p30 encode)
+- 64 GB MicroSD Card
## Dell Optiplex 5040
@@ -49,11 +49,11 @@ during quarantine.
Here are the specifications for the Dell Optiplex 5040:
-- Intel Core i3 6100
-- 8GB RAM DDR3
-- Intel HD Graphics
-- Gigabit Ethernet
-- 500GB Hard Drive
+- Intel Core i3 6100
+- 8GB RAM DDR3
+- Intel HD Graphics
+- Gigabit Ethernet
+- 500GB Hard Drive
While this hardware would be awful for a work computer or a gaming rig, it
turned out to be wonderful for my server purposes. The only limitation I have
@@ -118,7 +118,7 @@ operating system.
## Docker
-I am *very* new to Docker, but I have had a lot of fun playing with it so far.
+I am _very_ new to Docker, but I have had a lot of fun playing with it so far.
Docker is used to create containers that can hold all the contents of a system
without interfering with other software on the same system. So far, I have
successfully installed pi-hole, GitLab, Gogs, and Nextcloud in containers.