website/srvspecs/index.html

115 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css" type="text/css">
<title>PCs/Servers specs</title>
</head>
<body>
<div class="content">
<h1 style="margin-bottom:0;">PCs/Servers Info</h1>
<p style="text-align: center; font-size: 1.1ch;">Creation Date: 2023-02-07 | Last Updated: 2023-02-07 (ISO Format)</p>
<p>Here you will find information about the servers running on the different services that i serve</p>
<h2>The computer @ my 🏠</h2>
<p>Some while ago (not more than 1 month), i was exploring in a forum from my country, and i found a person selling a HP business model
PC at $100.000CLP ($125 USDs), it was very cheap taking in account the components that were inside.</p>
<p>So I bought it, cleaned the dust and installed a nVME SSD of 250GB (a "Western Digital Blue SN550 250 GB") on it. And then i installed Arch Linux in a BTRFS partition (I LOVE TRANSPARENT COMPRESSION).</p>
<p>Very happy with it for now, no problems.</p>
<h3>Technical specs</h3>
<ul style="font-size: 1em;">
<li>
<a style="color: burlywood;">Exact Model</a>: HP 280 G3 SFF Business PC (3WU20LT#ABM)
</li>
<li>
<a style="color: burlywood;">Location</a>: My house lol
</li>
<li>
<a style="color: burlywood;">CPU</a>: Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz (6 Cores) (Literaly better than my own PC)
</li>
<li>
<a style="color: burlywood;">RAM</a>: 8GB
</li>
<li>
<a style="color: burlywood;">Operating System</a>: Arch Linux
</li>
<li>
<a style="color: burlywood;">Storage</a>: 250GB nVME SSD PCI-E 3.0 + HDD Seagate Barracuda of 1TB (ST1000DM003-1SB102) (Used with ~8531 Power On Hours)
</li>
<li>
<a style="color: burlywood;">Network Speed</a>: 900Mbit/s (That is what the speedtest says)
</li>
<p style="font-size: 1.2ch;">Someday i will try to mitigate Intel ME on this machine, it has the version <code>12.0.10.1127</code>, so if someone has experience mitigating Intel ME, just shoot into matrix</p>
</ul>
<h2>Rented VPS running @ 🇺🇸</h2>
<p>The first server that i bought seriously, used mainly for hosting a <a
href="https://logs.zzls.xyz">Justlog</a> instance and other shit that i like to host. It's from the
guys at <a href="https://buyvm.net">BuyVM</a>, very happy with them (<a
style="color: rgb(255, 164, 131);">not sponsored BTW</a>), good prices, good
CPUs, good network speeds, and good support.</p>
<p>I also bought a "Block Storage" of 250GB but i upgraded it to a
500GB one because i was running out of space and i moved everything to the 500GB block storage with
<code>rsync</code> without any loss of data.
</p>
<h3>Technical specs</h3>
<ul style="font-size: 1em;">
<li>
<a style="color: burlywood;">Location</a>: United States, New York
</li>
<li>
<a style="color: burlywood;">CPU</a>: AMD Ryzen 9 3900X 12-Core Processor (Just 1 core assigned to the
VPS)
</li>
<li>
<a style="color: burlywood;">RAM</a>: 1GB
</li>
<li>
<a style="color: burlywood;">Operating System</a>: Debian GNU/Linux 11
</li>
<li>
<a style="color: burlywood;">Storage</a>: 20GB on main drive, 500GB in the Block Storage
</li>
</ul>
<h2>Rented VPS @ 🇨🇱</h2>
<p>My main inspiration to rent this VPS was hosting privacy oriented services, mainly <a
href="https://github.com/searxng/searxng">SearXNG</a>, now it hosts more things like this <a
href="https://count.ayaya.beauty">danbooru like counter</a> that you can link to a website and see how
many
people visited your webpage/article/etc.</p>
<p>But well, this server kinda sucks a lot because, it's cheap as fuck, and the network speed and latency are
really awful, but it works. They also claim that their VPS are better than the Amazon, Linode and Digital
Ocean ones... If I had more money I would rent another VPS from a better provider.</p>
<h3>Technical specs</h3>
<ul style="font-size: 1em;">
<li>
<a style="color: burlywood;">Location</a>: Chile, Curicó
</li>
<li>
<a style="color: burlywood;">CPU</a>: Intel(R) Xeon(R) CPU E7-4890 v2 @ 2.80GHz (Just 1 core assigned to
the
VPS)
</li>
<li>
<a style="color: burlywood;">RAM</a>: 1GB
</li>
<li>
<a style="color: burlywood;">Operating System</a>: Arch Linux
</li>
<li>
<a style="color: burlywood;">Storage</a>: 20GB
</li>
<li>
<a style="color: burlywood;">Network Speed</a>: Just 60Mbit/s... awful
</li>
</ul>
</div>
</body>
</html>