diff --git a/README.md b/README.md index 29a968b..701efdf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ * [Note-Taking](#Note-Taking) * [Gaming](https://github.com/mikeroyal/Self-Hosting-Guide#gaming) * [Foundations/Projects](https://github.com/mikeroyal/Self-Hosting-Guide#foundationsprojects) - + + - [System Hardware](#System-Hardware) - [Operating Systems](#Operating-Systems) - [Storage](https://github.com/mikeroyal/Self-Hosting-Guide#storage) - [File systems](https://github.com/mikeroyal/Self-Hosting-Guide#file-systems) @@ -848,6 +849,68 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Eclipse Foundation](https://www.eclipse.org) provides our global community of individuals and organizations with a mature, scalable and commercially-friendly environment for open source software collaboration and innovation. +### System Hardware + +[Back to the Top](table-of-contents) + + * [Refurbished Servers on Amazon](https://www.amazon.com/refurbished-servers/s?k=refurbished+servers&rh=p_36%3A10000-60000&qid=1667083059&rnid=386442011&ref=sr_nr_p_36_2) + * [Network Switches & Hubs on ebay](https://www.ebay.com/b/Enterprise-Network-Switches-Hubs/182091/bn_887002) + * [Server Monkey](https://www.servermonkey.com/servers.html) + * [The Server Store](https://www.theserverstore.com/) + + +#### CPUs + +**Intel Processors(x86)** + +[Back to the Top](table-of-contents) + +

+ +
+

+ +I recommend using Intel CPUs no older than the second generation of the Intel Core processors (Core i7, i5, i3) AKA **Sandy Bridge(Jan. 2011)** for those that want to utilize [IntelĀ® Quick Sync Video](https://www.intel.com/content/www/us/en/architecture-and-technology/quick-sync-video/quick-sync-video-general.html). Though, if you're concerned about power efficiency I would recommend 7th Generation or newer. + + + * [Intel Celeron Processor N Series](https://ark.intel.com/content/www/us/en/ark/products/series/87282/intel-celeron-processor-n-series.html) + * [Intel Atom Series](https://ark.intel.com/content/www/us/en/ark.html#@PanelLabel29035) + * [Intel Pentium](https://ark.intel.com/content/www/us/en/ark.html#@PanelLabel29862) + * [Intel i3](https://ark.intel.com/content/www/us/en/ark.html#@PanelLabel122139) + * [Intel i5](https://ark.intel.com/content/www/us/en/ark.html#@PanelLabel122139) + * [Intel i7](https://ark.intel.com/content/www/us/en/ark.html#@PanelLabel122139) + * [Intel Xeon](https://ark.intel.com/content/www/us/en/ark.html#@PanelLabel595) + +**AMD Processors(x86)** + +[Back to the Top](table-of-contents) + +

+ +
+

+ + * [AMD Athlon](https://www.amd.com/en/processors/athlon-pro) + * [AMD Ryzen G-Series](https://cpuarchive.com/CPU/AMD/Ryzen) + * [AMD Ryzen 3](https://cpuarchive.com/CPU/AMD/Ryzen) + * [AMD Ryzen 5](https://cpuarchive.com/CPU/AMD/Ryzen) + * [AMD Ryzen 7](https://cpuarchive.com/CPU/AMD/Ryzen) + * [AMD Threadripper](https://www.amd.com/en/processors/threadripper-creators) + + +#### Devices + +[Back to the Top](table-of-contents) + +**Note: Will be adding more device soon!** + + * [Raspberry Pi](https://github.com/mikeroyal/Self-Hosting-Guide#raspberry-pi) + * [Turing Pi 2](https://turingpi.com/) + * [ODROID-H3 and H3+](https://ameridroid.com/products/odroid-h3) + * [IntelĀ® NUC Mini PCs](https://www.intel.com/content/www/us/en/products/details/nuc.html) + * [Beelink mini PC](https://www.bee-link.com/) + * [M1 Mac Mini](https://www.apple.com/mac-mini/) + ### Operating Systems [Back to the Top](table-of-contents)