Compare commits
2 commits
1f885dca38
...
376c42f114
Author | SHA1 | Date | |
---|---|---|---|
376c42f114 | |||
3c302deb2b |
4 changed files with 53 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
70
index.html
70
index.html
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
@ -141,27 +141,49 @@
|
|||
</table>
|
||||
</details>
|
||||
</li>
|
||||
<!-- no longer mine
|
||||
<li>
|
||||
<details>
|
||||
<summary>laptop</summary>
|
||||
<ul>
|
||||
<li><b>model</b>: HP G4 250</li>
|
||||
<li><b>cpu</b>: Intel Core i5-6200U 2c4t (2.3 GHz base, 2.8 GHz boost)</li>
|
||||
<li><b>ram</b>: 8 GB DDR3-???? (4 stock+4 1333 MT/s)</li>
|
||||
<li>
|
||||
<b>gpu</b>: Intel HD Graphics 520 (1 GB VRAM + 2 GB shared) + (disabled) AMD Radeon R5
|
||||
M330 (2 GB VRAM)
|
||||
</li>
|
||||
<li><b>disk</b>: 1x 240 GB HyperX Fury SATA III Solid State Drive (350 MB/s read/write)</li>
|
||||
<li><b>fs</b>: btrfs with <code>compress=zstd:3</code></li>
|
||||
<li><b>os</b>: arch</li>
|
||||
<li><b>wm</b>: sway</li>
|
||||
<li><b>rice</b>: same as main</li>
|
||||
</ul>
|
||||
</details>
|
||||
</li>
|
||||
-->
|
||||
<li>
|
||||
<details>
|
||||
<summary>laptop (what this server runs on)</summary>
|
||||
<table>
|
||||
<tr>
|
||||
<td>model</td>
|
||||
<td>HP G4 250</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>cpu</td>
|
||||
<td>Intel Core i5-6200U 2c4t (2.3 GHz base, 2.8 GHz boost)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ram</td>
|
||||
<td>8 GB DDR3-???? (4 stock+4 1333 MT/s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>gpu</td>
|
||||
<td>Intel HD Graphics 520 (1 GB VRAM + 2 GB shared) + (disabled) AMD Radeon R5 M330 (2 GB VRAM)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>disk</td>
|
||||
<td>1x 500 GB Samsung SSD 870 EVO SATA III (500 MB/s read/write)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>fs</td>
|
||||
<td>LUKS+btrfs with <code>compress=zstd:1</code> and TPM unlocking</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>os</td>
|
||||
<td>arch</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>wm</td>
|
||||
<td>sway</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rice</td>
|
||||
<td>same as main</td>
|
||||
</tr>
|
||||
</table>
|
||||
</details>
|
||||
</li>
|
||||
<li>
|
||||
<details>
|
||||
<summary>phone</summary>
|
||||
|
@ -193,6 +215,7 @@
|
|||
</table>
|
||||
</details>
|
||||
</li>
|
||||
<!-- no longer mine
|
||||
<li>
|
||||
<details>
|
||||
<summary>pi</summary>
|
||||
|
@ -224,9 +247,10 @@
|
|||
</table>
|
||||
</details>
|
||||
</li>
|
||||
-->
|
||||
<li>
|
||||
<details>
|
||||
<summary>old phone (what this site is running on)</summary>
|
||||
<summary>old phone (what this site <i>was</i> running on, R.I.P)</summary>
|
||||
<table>
|
||||
<tr>
|
||||
<td>model</td>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
@ -15,9 +15,9 @@
|
|||
|
||||
<body>
|
||||
<main>
|
||||
<marquee
|
||||
><b>download <a href="https://xonotic.org/">xonotic</a> now!</b></marquee
|
||||
>
|
||||
<marquee>
|
||||
<b>download <a href="https://xonotic.org/">xonotic</a> now!</b>
|
||||
</marquee>
|
||||
<h1>xonotic server</h1>
|
||||
<p><a href="/">back to home</a></p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue