diff options
author | axtlos <axtlos@getcryst.al> | 2023-12-06 01:11:26 +0100 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2023-12-06 01:11:26 +0100 |
commit | 058f4576a958b72e8307cfb5bfdb50b4ce57e4f2 (patch) | |
tree | b8d5e58b92c820073509a84488bf25ae4c27acc0 | |
parent | 57e067548b5373735e7663323a8f968e78ba55f8 (diff) | |
download | website-058f4576a958b72e8307cfb5bfdb50b4ce57e4f2.tar.gz website-058f4576a958b72e8307cfb5bfdb50b4ce57e4f2.tar.bz2 |
add specs page
-rw-r--r-- | axtlos.7 | 1 | ||||
-rw-r--r-- | buttons/latex.gif | bin | 0 -> 457 bytes | |||
-rw-r--r-- | buttons/lynx.gif | bin | 0 -> 1389 bytes | |||
-rw-r--r-- | crystal.1 | 1 | ||||
-rwxr-xr-x | generate.sh | 44 | ||||
-rw-r--r-- | lit.7 | 3 | ||||
-rw-r--r-- | shards.1 | 1 | ||||
-rw-r--r-- | specs.7 | 79 |
8 files changed, 114 insertions, 15 deletions
@@ -103,6 +103,7 @@ Criticising and Improving Hobbes state model, image of humanity and state of nat .Sh See also +\fBSpecs\fP(7), \fBProject Shards\fP(1), \fBCrystal Linux\fP(1) \fBLinux Immutability Tools\fP(7) diff --git a/buttons/latex.gif b/buttons/latex.gif Binary files differnew file mode 100644 index 0000000..ac68f8d --- /dev/null +++ b/buttons/latex.gif diff --git a/buttons/lynx.gif b/buttons/lynx.gif Binary files differnew file mode 100644 index 0000000..e366bbe --- /dev/null +++ b/buttons/lynx.gif @@ -51,5 +51,6 @@ These Desktops and Window Managers include vanilla GNOME, KDE, i3 and sway. .Sh See Also \fBaxtlos\fP(7), +\fBSpecs\fP(7), \fBProject Shards\fP(1), \fBLinux Immutability Tools\fP(7) diff --git a/generate.sh b/generate.sh index 0e8a8a4..a55f299 100755 --- a/generate.sh +++ b/generate.sh @@ -10,28 +10,42 @@ echo "Change fedi hyperlink style" sed 's|<p class="Pp">- <a class="Lk" href="https://akko.wtf/xenia">Fedi</a></p>|<p class="Pp">- <i class="Em">Fedi:</i> <a class="Lk" rel="me" href="https://akko.wtf/axtlos">https://akko.wtf/axtlos</a></p>|g' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.7.html echo "Adding Gifs" -sed 's|</body>|<img src="./buttons/xen.gif" alt="amy, xenia, solar"/><img src="./buttons/delete-twitter.gif" alt="delete twitter, make a neocities!"/>\n<img src="./buttons/antinazi.gif" alt="No nazis! No fascists! No racism!"/>\n<img src="./buttons/deltarune.png" alt="kris what the fuck are we doing here"/>\n<img src="./buttons/emacs3.gif" alt="made with emacs"\>\n<img src="./buttons/ltg.gif" alt="ltg"\><img src="./buttons/nft.gif" alt="nft? more like no fucking thanks!"\><img src="./buttons/sameshit.gif" alt="chrome and edge, same shit, different asshole"\>\n</body>|g' axtlos.7.html > axtlos.7.html.tmp +sed 's|</body>|<img src="./buttons/xen.gif" alt="amy, xenia, solar"/><img src="./buttons/delete-twitter.gif" alt="delete twitter, make a neocities!"/>\n<img src="./buttons/antinazi.gif" alt="No nazis! No fascists! No racism!"/>\n<img src="./buttons/deltarune.png" alt="kris what the fuck are we doing here"/>\n<img src="./buttons/emacs3.gif" alt="made with emacs">\n<img src="./buttons/ltg.gif" alt="ltg"><img src="./buttons/nft.gif" alt="nft? more like no fucking thanks!"><img src="./buttons/sameshit.gif" alt="chrome and edge, same shit, different asshole">\n<img src="./buttons/latex.gif" alt="Learn LaTeX NOW!"/>\n<img src="./buttons/lynx.gif" alt="This website is lynx friendly!"/>\n</body>|g' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.7.html echo "Replace date with license" sed '/<td class="foot-date">/c\ <td class="foot-date">CC BY-SA 4.0</td>' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.7.html echo "Change See also to hyperlinks" -sed 's|<p class="Pp"><b>Project Shards</b>(1), <b>Crystal Linux</b>(1) <b>Linux||g' axtlos.7.html > axtlos.7.html.tmp -sed 's| Immutability Tools</b>(7)</p>|<div class="Pp">\n<a class="Lk" href="shards.1.html"><b>Project Shards</b>(7)</a><a>, </a>\n<a class="Lk" href="crystal.1.html"><b>Crystal Linux</b>(1)</a><a>, </a>\n<a class="Lk" href="lit.7.html"><b>Linux Immutability Tools</b>(1)</a>\n</div>|g' axtlos.7.html.tmp > axtlos.7.html +sed 's|<p class="Pp"><b>Specs</b>(7), <b>Project Shards</b>(1), <b>Crystal Linux</b>(1)||g' axtlos.7.html > axtlos.7.html.tmp +sed 's| <b>Linux Immutability Tools</b>(7)</p>|<div class="Pp">\n<a class="Lk" href="specs.7.html"><b>Specs</b>(7)</a><a>, </a>\n<a class="Lk" href="shards.1.html"><b>Project Shards</b>(7)</a><a>, </a>\n<a class="Lk" href="crystal.1.html"><b>Crystal Linux</b>(1)</a><a>, </a>\n<a class="Lk" href="lit.7.html"><b>Linux Immutability Tools</b>(1)</a>\n</div>|g' axtlos.7.html.tmp > axtlos.7.html cp axtlos.7.html index.html echo "Succesfully generated axtlos(7)" +echo "Generate specs(7)" +mandoc -T html -O style=./style.css specs.7 > specs.7.html +echo "Change header" +sed 's|<td class="head-ltitle">computers(7)</td>|<td class="head-ltitle">technological</td>|g' specs.7.html > specs.7.html.tmp +mv specs.7.html.tmp specs.7.html +sed 's|<td class="head-vol">Miscellaneous Information Manual</td>|<td class="head-vol">devices</td>|g' specs.7.html > specs.7.html.tmp +mv specs.7.html.tmp specs.7.html +sed 's|<td class="head-rtitle">computers(7)</td>|<td class="head-rtitle">straight from hell</td>|g' specs.7.html > specs.7.html.tmp +mv specs.7.html.tmp specs.7.html +echo "Add back to main page link" +sed 's|<td class="foot-os">|<td class="foot-home"><a href="https://axtlos.neocities.org">Go To Main Page</a></td>\n<td class="foot-os">|g' specs.7.html > specs.7.html.tmp +mv specs.7.html.tmp specs.7.html +echo "Change see also to hyperlinks" +sed 's|<p class="Pp"><b>axtlos</b>(7), <b>Project Shards</b>(1), <b>Crystal||g' specs.7.html > specs.7.html.tmp +sed 's| Linux</b>(1) <b>Linux Immutability Tools</b>(7)</p>|<div class="Pp">\n<a class="Lk" href="index.html"><b>axtlos</b>(7)</a><a>, </a>\n<a class="Lk" href="shards.1.html"><b>Project Shards</b>(7)</a><a>, </a>\n<a class="Lk" href="crystal.1.html"><b>Crystal Linux</b>(1)</a><a>, </a>\n<a class="Lk" href="lit.7.html"><b>Linux Immutability Tools</b>(1)</a>\n</div>|g' specs.7.html.tmp > specs.7.html +echo "Successfully generated specs(7)" + echo "Generate shards(1)" mandoc -T html -O style=./style.css shards.1 > shards.1.html -echo "Change OS" -sed 's|Linux 6.2.6-arch1-1|FreeBSD 13.1-RELEASE-p6|g' shards.1.html > shards.1.html.tmp -mv shards.1.html.tmp shards.1.html echo "Replace date with license" -sed '/<td class="foot-date">/c\ <td class="foot-date">CC BY-SA 4.0</td>' shards.1.html > shards.1.html.tmp +sed 's|<td class="foot-date">|c\ <td class="foot-date">CC BY-SA 4.0</td>|g' shards.1.html > shards.1.html.tmp mv shards.1.html.tmp shards.1.html echo "Change See also to hyperlinks" -sed 's|<p class="Pp"><b>axtlos</b>(7), <b>Crystal Linux</b>(1), <b>Linux Immutability||g' shards.1.html > shards.1.html.tmp -sed 's| Tools</b>(7)</p>|<div class="Pp">\n<a class="Lk" href="index.html"><b>axtlos</b>(7)</a><a>, </a>\n<a class="Lk" href="crystal.1.html"><b>Crystal Linux</b>(1)</a><a>, </a>\n<a class="Lk" href="lit.7.html"><b>Linux Immutability Tools</b>(1)</a>\n</div>|g' shards.1.html.tmp > shards.1.html +sed 's|<p class="Pp"><b>axtlos</b>(7), <b>Specs</b>(7), <b>Crystal Linux</b>(1),||g' shards.1.html > shards.1.html.tmp +sed 's| <b>Linux Immutability Tools</b>(7)</p>|<div class="Pp">\n<a class="Lk" href="index.html"><b>axtlos</b>(7)</a><a>, </a>\n<a class="Lk" href="specs.7.html"><b>Specs</b>(7)</a><a>, </a>\n<a class="Lk" href="crystal.1.html"><b>Crystal Linux</b>(1)</a><a>, </a>\n<a class="Lk" href="lit.7.html"><b>Linux Immutability Tools</b>(1)</a>\n</div>|g' shards.1.html.tmp > shards.1.html echo "Remove one specific newline" cat shards.1.html | grep -v ' <br/>' > shards.1.html.tmp echo "Succesfully generated shards(1)" @@ -45,8 +59,8 @@ echo "Replace date with license" sed '/<td class="foot-date">/c\ <td class="foot-date">CC BY-SA 4.0</td>' crystal.1.html > crystal.1.html.tmp mv crystal.1.html.tmp crystal.1.html echo "Change See also to hyperlinks" -sed 's|<p class="Pp"><b>axtlos</b>(7), <b>Project Shards</b>(1), <b>Linux Immutability||g' crystal.1.html > crystal.1.html.tmp -sed 's| Tools</b>(7)</p>|<div class="Pp">\n<a class="Lk" href="index.html"><b>axtlos</b>(7)</a><a>, </a>\n<a class="Lk" href="shards.1.html"><b>Project Shards</b>(1)</a><a>, </a>\n<a class="Lk" href="lit.7.html"><b>Linux Immutability Tools</b>(1)</a>\n</div>|' crystal.1.html.tmp > crystal.1.html +sed 's|<p class="Pp"><b>axtlos</b>(7), <b>Specs</b>(7), <b>Project Shards</b>(1),||g' crystal.1.html > crystal.1.html.tmp +sed 's| <b>Linux Immutability Tools</b>(7)</p>|<div class="Pp">\n<a class="Lk" href="index.html"><b>axtlos</b>(7)</a><a>, </a>\n<a class="Lk" href="specs.7.html"><b>Specs</b>(7)</a><a>, </a>\n<a class="Lk" href="shards.1.html"><b>Project Shards</b>(1)</a><a>, </a>\n<a class="Lk" href="lit.7.html"><b>Linux Immutability Tools</b>(1)</a>\n</div>|' crystal.1.html.tmp > crystal.1.html echo "Succesfully generated crystal(1)" echo "Generate Linux Immutability Tools(7)" @@ -55,7 +69,9 @@ echo "Replace dat with license" sed '/<td class="foot-date">/c\ <td class="foot-date">CC BY-SA 4.0</td>' lit.7.html > lit.7.html.tmp mv lit.7.html.tmp lit.7.html echo "Change See also to hyperlinks" -sed 's|<p class="Pp"><b>axtlos</b>(7) <b>Project Shards</b>(1), <b>Crystal||g' lit.7.html > lit.7.html.tmp -sed 's|Linux</b>(1)</p>|<div class="Pp">\n<a class="Lk" href="index.html"><b>axtlos</b>(7)</a><a>, </a>\n<a class="Lk" href="shards.1.html"><b>Project Shards</b>(1)</a><a>, </a>\n<a class="Lk" href="crystal.1.html"><b>Crystal Linux</b>(1)</a>|g' lit.7.html.tmp > lit.7.html - +sed 's|<p class="Pp"><b>axtlos</b>(7), <b>Specs</b>(7), <b>Project Shards</b>(1),||g' lit.7.html > lit.7.html.tmp +sed 's| <b>Crystal Linux</b>(1)</p>|<div class="Pp">\n<a class="Lk" href="index.html"><b>axtlos</b>(7)</a><a>, </a>\n<a class="Lk" href="specs.7.html"><b>Specs</b>(7)</a><a>, </a>\n<a class="Lk" href="shards.1.html"><b>Project Shards</b>(1)</a><a>, </a>\n<a class="Lk" href="crystal.1.html"><b>Crystal Linux</b>(1)</a>|g' lit.7.html.tmp > lit.7.html echo "Succesfully generated lit(7)" + +echo "cleanup" +rm *.tmp @@ -25,7 +25,8 @@ currently provides following tools: a tool to verify the integrity of your system before it fully boots .Sh See also -\fBaxtlos\fP(7) +\fBaxtlos\fP(7), +\fBSpecs\fP(7), \fBProject Shards\fP(1), \fBCrystal Linux\fP(1) @@ -107,5 +107,6 @@ to be done after the update .Sh See Also \fBaxtlos\fP(7), +\fBSpecs\fP(7), \fBCrystal Linux\fP(1), \fBLinux Immutability Tools\fP(7) @@ -0,0 +1,79 @@ +.Dd $Mdocdate$ +.Dt computers 7 +.Os +.Sh Dell Precision m4800 (main computer) +CPU: Haswell intel i5 + +RAM: 12gb + +GPU: NVIDIA Quadro K1100M (unused) + +ssd: 512GB + +wifi: Intel + +wifi: Realtek USB + +OS: FreeBSD 14.0-CURRENT + + +.Sh Dell Precision m4800 (barely used) +CPU: Haswell intel i5 + +RAM: 4gb + +GPU: NVIDIA Quadro K1100M + +ssd: 512GB + +wifi: Broadcom + +OS: MacOS Monterey + + +.Sh Acer Nitro 5 AN515-55 (mobile device) +CPU: Comet Lake intel i5-10300H + +RAM: 16gb + +GPU: NVIDIA GeForce RTX 3060 + +GPU: Intel UHD Graphics + +ssd: 512gb western digital m.2 + +wifi: Intel AX201 + +OS: Crystal Linux + + +.Sh HP Notebook 15-av5120ng (server) +CPU: Skylake intel i3-6006U + +RAM: 8gb DDR4 2133MHz + +GPU: Intel HD Graphics 520 + +ssd: ADATA 120gb + +wifi: Realtek RTL8723BE + +OS: NixOS Unstable + + +.Sh Other Tech Stuff +Keyboard: custom sofle v2 with qmk firmware + +Mouse: Logitech Ergo m575 + +Wireless Headphones: Bose NC 700 + +Wired Headphones: KZ zsn pro x + +Phone: Pixel 4a running GrapheneOS + +.Sh See also +\fBaxtlos\fP(7), +\fBProject Shards\fP(1), +\fBCrystal Linux\fP(1) +\fBLinux Immutability Tools\fP(7) |