Browse Source

Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/homebrewserver.club

master
lidia pereira 5 years ago
parent
commit
ea3e5c80c0
  1. 7
      content/fundamentals/hardware.md

7
content/fundamentals/hardware.md

@ -34,7 +34,7 @@ All computers use power, but some use more than others. The function of the serv
![]({attach}images/dontturnoffthisisaserv.svg){: class="img-right"}
You can get an approximation of power usage of a machine by looking at the power rating on the power supply or AC adapter. This value is usually expressed in Watt (or W). That number represents the theoretical *maximum* draw of that system, it might use less but not more. The laptop this article is written on is rated 65W but average consumption is about 10W
You can get an approximation of power usage of a machine by looking at the power rating on the power supply or AC adapter. This value is usually expressed in Watt (or W). That number represents the theoretical *maximum* draw of that system, it might use less but not more. The laptop this article is written on is rated 65W but average consumption is about 10W.
So how to calculate what that costs for a year of usage? First let's asume that this value is indeed the Watt per hour (Wh). Multiply that number by 24 to get the usage in a day.
@ -84,7 +84,7 @@ In general there are quite some Free Software distributions optimized for single
## Virtual Private Server
Sometimes it is not possible to take the 'home' in homebrewserver.club literally because of your Internet Service Provider.
Sometimes it is not possible to take the 'home' in homebrewserver.club literally because your Internet Service Provider may be blocking certain ports or types of traffic.
A possible alternative is then to consider a Virtual Private Server (VPS). These are servers, that for all practical purposes (including root access) are usable in the same way as a physical server. These VPSes are usually located in datacenters and offered by hosting companies. They are software only, hence virtual, and usually multiple VPSs share a single physical machine.
@ -96,7 +96,6 @@ The great advantage of a VPS is that you won't have port restrictions, traffic s
The downsides are that you are essentially renting, storage space tends to be relatively expensive, you might not always have full control over the kernel and OS. For the paranoid it might mean that since your entire system is running in a physical machine's RAM, it is possible to retrieve your sensitive data without you knowing.
## Costs of the homebrew server
One of the things that might hold one back are the costs involved in the whole undertaking.
@ -109,6 +108,4 @@ If you can reuse old equipment the costs would be only for electricity, since yo
As for a VPS, if one compares the processing power of lower-tier VPS providers one can get 1 core 2Ghz and 2GB RAM for about €3. This is equivalent to low-end SBCs but if one starts to add storage to the VPS, the price quickly ramps up.
[^1]: See per capita electricity consumption for the world population: <https://en.wikipedia.org/wiki/List_of_countries_by_electricity_consumption>

Loading…
Cancel
Save