202404170435
This commit is contained in:
parent
3d01770f5d
commit
a544f11d33
1 changed files with 21 additions and 12 deletions
|
@ -3,24 +3,33 @@ import Layout from "../../layouts/Layout.astro";
|
|||
---
|
||||
<Layout title="My Setup(s)!">
|
||||
<main>
|
||||
<h1>"Whats your setup like?" I hear nobody asking, I'm glad you asked!</h1>
|
||||
|
||||
<h2> My personal machine currently has: </main>h2>
|
||||
<div class="content">
|
||||
<div class="wrapper">
|
||||
<h1 class="title">"Whats your setup like?" I hear nobody asking, I'm glad you asked!</h1>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<h2 class="subtitle"> My personal machine currently has:</h2>
|
||||
AMD Ryzen 5 2700, 32 GiB DDR4 3200 RAM, 2TB Internal Storage, and 1TB External Storage, I'm running Arch Linux installed with some custom scripts I'm making, I use KDE Plasma (6 broke wayland aaaaa!).
|
||||
|
||||
<br>
|
||||
<img src="/assets/otherpics/pc-neofetch.png">
|
||||
|
||||
|
||||
<h2> My Server setup, was more frankensteined together from old parts I had or bought or were given: </h2>
|
||||
<br>
|
||||
<br>
|
||||
<h2 class="subtitle"> My Server setup, was more frankensteined together from old parts I had or bought or were given: </h2>
|
||||
Intel i5-3470, 8 GiB RAM, 2 TB External drive, 2 500 GiB HDD's running in parallel in a software RAID, a 200GiB HDD for the OS, and one more 200GiB for other storage.
|
||||
|
||||
<br>
|
||||
Its running Ubuntu Jammy(boooooo, itd be debian or arch but i'm too lazy to redo my entire setup right now). I plan to heavily upgrade this bad boy when I have the time and money, it runs pretty much everything, the git repo, the fediverse, matrix, game servers, its definitely choking on that memory though.
|
||||
|
||||
<br>
|
||||
<img src="/assets/otherpics/server-neofetch.png">
|
||||
|
||||
### I also have a Raspberry Pi 4B
|
||||
<br>
|
||||
<br>
|
||||
<h2 class="subtitle">I also have a Raspberry Pi 4B</h2>
|
||||
8GiB Model, running, you guessed it, raspbian, it uses 64 GiB External drive as its os drive, i dont trust microSD in the SLIGHTEST. This thing actually holds up the entire infra with its chadlike beefy little arms. So proud of her.
|
||||
|
||||
<br>
|
||||
<img src="/assets/otherpics/rpi-neofetch.png">
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
Loading…
Reference in a new issue