From 7b60636d4871bb7df4e62f34d6a618a932be93de Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 31 Jan 2024 18:31:13 +0000 Subject: [PATCH] hotfix: add missing file --- content/blog/server-hardware-selection.md | 41 +++++++++++++++++++ .../blog/server-hardware-selection/index.html | 1 + public/categories/self-hosting/index.html | 0 public/tags/hardware/index.html | 3 ++ public/tags/home-lab/index.html | 3 ++ public/tags/sysadmin/index.html | 3 ++ 6 files changed, 51 insertions(+) create mode 100644 content/blog/server-hardware-selection.md create mode 100644 public/blog/server-hardware-selection/index.html create mode 100644 public/categories/self-hosting/index.html create mode 100644 public/tags/hardware/index.html create mode 100644 public/tags/home-lab/index.html create mode 100644 public/tags/sysadmin/index.html diff --git a/content/blog/server-hardware-selection.md b/content/blog/server-hardware-selection.md new file mode 100644 index 0000000..4db8104 --- /dev/null +++ b/content/blog/server-hardware-selection.md @@ -0,0 +1,41 @@ ++++ +title = "Selecting hardware for a server" +date = 2024-01-31 +draft = false + +[taxonomies] +categories = ["Self-hosting"] +tags = ["selfhosted", "home lab", "sysadmin", "hardware"] + +[extra] +lang = "en" +toc = true +comment = true +copy = true +math = false +mermaid = false ++++ + +* Introduction + I see a lot of people worryingly mistaken about what a server needs (specifically, a home server). Some think that a bland and incredibly ignorant '20% budget for CPU, 30% for GPU, and the rest for the rest' plan for selecting hardware is good enough (at least, before choosing specific items) - you can't exactly be *wrong* when choosing + hardware, but this is very, *very* far from right. + +* Requirements + Server hardware needs to be low-power and resource-efficient - so as not to waste any money unnessarily, obviously. Your budget will strongly impact the specifications you can get your hands on, but I would think that even $200 is enough for a decent home server - depending on what you want to do with it, obviously. + Keep in mind that you could always repurpose an old laptop or desktop lying around; it's cheap, and you get what may be a surprisingly decent machine. + +** Power consumption + The difference between low /peak/ and low /idle/ power should be noted - this is important for the purposes of my server as it'll be used to stream games in place of my workstation; meaning that low *idle* power is what is desired here. + +** Usage of the server + Naturally, how a server will be used will affect pretty much everything about the hardware chosen for it. For example, if you're looking to stream games remotely, you'd go for a (perhaps powerful) dedicated GPU and would likely invest in some high-speed internet solution. + As indicated by the above example of the GPU, you need to be *very* specific with what you choose - do you /need/ a powerful GPU or do you not? After all, one of the last things you would want, ever, is money going to waste on something you don't need, or failing to buy something that meets your expectations. + +* Conclusion + I only gave two point of interest when selecting a server - looking at the numbers alone, this might seem like hardly anything to consider at all. My reasons for this are: + + - Power comumption is one factor that people often forego thinking about, and an extremely important one at that. + - Building on top of the previous point, you (probably) aren't stupid. Knowing (albeit at a very basic level) what to look out for should be enough. + - It would be extremely difficult for me, or anyone else for that matter, to provide a *truly* complete solution to everyone's needs for a home server. + + Well, that's it. I wish you luck in selecting your hardware. diff --git a/public/blog/server-hardware-selection/index.html b/public/blog/server-hardware-selection/index.html new file mode 100644 index 0000000..f857b10 --- /dev/null +++ b/public/blog/server-hardware-selection/index.html @@ -0,0 +1 @@ +Selecting hardware for a server

Selecting hardware for a server

2024-01-04
  • Introduction I see a lot of people worryingly mistaken about what a server needs (specifically, a home server). Some think that a bland and incredibly ignorant '20% budget for CPU, 30% for GPU, and the rest for the rest' plan for selecting hardware is good enough (at least, before choosing specific items) - you can't exactly be wrong when choosing hardware, but this is very, very far from right.

  • Requirements Server hardware needs to be low-power and resource-efficient - so as not to waste any money unnessarily, obviously. Your budget will strongly impact the specifications you can get your hands on, but I would think that even $200 is enough for a decent home server - depending on what you want to do with it, obviously. Keep in mind that you could always repurpose an old laptop or desktop lying around; it's cheap, and you get what may be a surprisingly decent machine.

** Power consumption The difference between low /peak/ and low /idle/ power should be noted - this is important for the purposes of my server as it'll be used to stream games in place of my workstation; meaning that low idle power is what is desired here.

** Usage of the server Naturally, how a server will be used will affect pretty much everything about the hardware chosen for it. For example, if you're looking to stream games remotely, you'd go for a (perhaps powerful) dedicated GPU and would likely invest in some high-speed internet solution. As indicated by the above example of the GPU, you need to be very specific with what you choose - do you /need/ a powerful GPU or do you not? After all, one of the last things you would want, ever, is money going to waste on something you don't need, or failing to buy something that meets your expectations.

  • Conclusion I only gave two point of interest when selecting a server - looking at the numbers alone, this might seem like hardly anything to consider at all. My reasons for this are:

    • Power comumption is one factor that people often forego thinking about, and an extremely important one at that.
    • Building on top of the previous point, you (probably) aren't stupid. Knowing (albeit at a very basic level) what to look out for should be enough.
    • It would be extremely difficult for me, or anyone else for that matter, to provide a truly complete solution to everyone's needs for a home server.

    Well, that's it. I wish you luck in selecting your hardware.

powered by zola and serene
\ No newline at end of file diff --git a/public/categories/self-hosting/index.html b/public/categories/self-hosting/index.html new file mode 100644 index 0000000..e69de29 diff --git a/public/tags/hardware/index.html b/public/tags/hardware/index.html new file mode 100644 index 0000000..b6fd7af --- /dev/null +++ b/public/tags/hardware/index.html @@ -0,0 +1,3 @@ +Blog Posts
# hardwareAll Tags
Selecting hardware for a server 2024-01-04
powered by zola and serene
\ No newline at end of file diff --git a/public/tags/home-lab/index.html b/public/tags/home-lab/index.html new file mode 100644 index 0000000..890d28c --- /dev/null +++ b/public/tags/home-lab/index.html @@ -0,0 +1,3 @@ +Blog Posts
# home labAll Tags
Selecting hardware for a server 2024-01-04
powered by zola and serene
\ No newline at end of file diff --git a/public/tags/sysadmin/index.html b/public/tags/sysadmin/index.html new file mode 100644 index 0000000..d045c6e --- /dev/null +++ b/public/tags/sysadmin/index.html @@ -0,0 +1,3 @@ +Blog Posts
# sysadminAll Tags
Selecting hardware for a server 2024-01-04
powered by zola and serene
\ No newline at end of file