From a2fe43f6a78ff867aed75a8c8a8617ad9f9d3f61 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 29 Mar 2024 23:33:30 +0000 Subject: [PATCH] zola: build --- public/blog/feed.xml | 2 +- public/blog/index.html | 2 +- public/blog/server-hardware-selection/index.html | 2 +- .../{cybersecurity => cybersecurity-privacy}/index.html | 0 public/categories/{guides => misc}/index.html | 0 public/categories/self-hosting/index.html | 0 public/sitemap.xml | 7 ++----- public/tags/hardware/index.html | 2 +- public/tags/home-lab/index.html | 2 +- public/tags/selfhosted/index.html | 2 +- public/tags/sysadmin/index.html | 2 +- 11 files changed, 9 insertions(+), 12 deletions(-) rename public/categories/{cybersecurity => cybersecurity-privacy}/index.html (100%) rename public/categories/{guides => misc}/index.html (100%) delete mode 100644 public/categories/self-hosting/index.html diff --git a/public/blog/feed.xml b/public/blog/feed.xml index 85ae0e9..186455a 100644 --- a/public/blog/feed.xml +++ b/public/blog/feed.xml @@ -105,7 +105,7 @@ someone finds this useful.</p> - Selecting hardware for a server + Selecting hardware for a (home) server 2024-01-31T00:00:00+00:00 2024-01-31T00:00:00+00:00 diff --git a/public/blog/index.html b/public/blog/index.html index ad87ff6..03e4976 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -1 +1 @@ -Blog Posts
\ No newline at end of file +Blog Posts
\ No newline at end of file diff --git a/public/blog/server-hardware-selection/index.html b/public/blog/server-hardware-selection/index.html index 848db1e..fe71b89 100644 --- a/public/blog/server-hardware-selection/index.html +++ b/public/blog/server-hardware-selection/index.html @@ -1 +1 @@ -Selecting hardware for a server

Selecting hardware for a server

2024-01-31

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. 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 in particular. Running costs can get very high if you don't work to moderate power consumption, and probably wouldn't be something you would ignore when it comes to home servers.

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 points 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 +Selecting hardware for a (home) server

Selecting hardware for a (home) server

2024-01-31

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. 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 in particular. Running costs can get very high if you don't work to moderate power consumption, and probably wouldn't be something you would ignore when it comes to home servers.

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 points 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/cybersecurity/index.html b/public/categories/cybersecurity-privacy/index.html similarity index 100% rename from public/categories/cybersecurity/index.html rename to public/categories/cybersecurity-privacy/index.html diff --git a/public/categories/guides/index.html b/public/categories/misc/index.html similarity index 100% rename from public/categories/guides/index.html rename to public/categories/misc/index.html diff --git a/public/categories/self-hosting/index.html b/public/categories/self-hosting/index.html deleted file mode 100644 index e69de29..0000000 diff --git a/public/sitemap.xml b/public/sitemap.xml index 06ee2b5..40b79ef 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -38,13 +38,10 @@ https://devraza.duckdns.org/categories/ - https://devraza.duckdns.org/categories/cybersecurity/ + https://devraza.duckdns.org/categories/cybersecurity-privacy/ - https://devraza.duckdns.org/categories/guides/ - - - https://devraza.duckdns.org/categories/self-hosting/ + https://devraza.duckdns.org/categories/misc/ https://devraza.duckdns.org/projects/ diff --git a/public/tags/hardware/index.html b/public/tags/hardware/index.html index e4f5238..e4d8721 100644 --- a/public/tags/hardware/index.html +++ b/public/tags/hardware/index.html @@ -1,3 +1,3 @@ Blog Posts
# hardwareAll Tags
Selecting hardware for a server 2024-01-31
powered by zola and serene
\ No newline at end of file +en">Blog Posts
# hardwareAll Tags
Selecting hardware for a (home) server 2024-01-31
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 index 7d9aacd..0e54fe3 100644 --- a/public/tags/home-lab/index.html +++ b/public/tags/home-lab/index.html @@ -1,3 +1,3 @@ Blog Posts
# home labAll Tags
Selecting hardware for a server 2024-01-31
powered by zola and serene
\ No newline at end of file +en">Blog Posts
# home labAll Tags
Selecting hardware for a (home) server 2024-01-31
powered by zola and serene
\ No newline at end of file diff --git a/public/tags/selfhosted/index.html b/public/tags/selfhosted/index.html index 5e50e70..0e65cf4 100644 --- a/public/tags/selfhosted/index.html +++ b/public/tags/selfhosted/index.html @@ -1,3 +1,3 @@ Blog Posts
\ No newline at end of file +en">Blog Posts
\ No newline at end of file diff --git a/public/tags/sysadmin/index.html b/public/tags/sysadmin/index.html index 74f1dd2..8ee1049 100644 --- a/public/tags/sysadmin/index.html +++ b/public/tags/sysadmin/index.html @@ -1,3 +1,3 @@ Blog Posts
# sysadminAll Tags
Selecting hardware for a server 2024-01-31
powered by zola and serene
\ No newline at end of file +en">Blog Posts
# sysadminAll Tags
Selecting hardware for a (home) server 2024-01-31
powered by zola and serene
\ No newline at end of file