diff options
author | nathansmith <nathansmith@posteo.com> | 2025-04-04 09:59:15 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-04-04 09:59:15 -0600 |
commit | 1830842fcfe38bd6a7e1e30300909b19e1557cde (patch) | |
tree | c4da9ab6401903626a53db9da25277bd0cc57af2 /distro_guides/arch.html | |
parent | b505aca57a09e5daba3583d66f14e7252444c169 (diff) |
I should focus more
Diffstat (limited to 'distro_guides/arch.html')
-rw-r--r-- | distro_guides/arch.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/distro_guides/arch.html b/distro_guides/arch.html new file mode 100644 index 0000000..6062e34 --- /dev/null +++ b/distro_guides/arch.html @@ -0,0 +1,77 @@ +<!DOCTYPE html> +<html> + +<head> + <title></title> + +<style> + +body { + color: black; + background-image: url('../images/linux_background.png'); +} + +table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; +} + +</style> + +</head> + +<body> + <a href="../index.html"><img src="../images/back_home.png" alt="Back to home page"/></a> + <br/> + <a href="../linux_room.html#distro_guides"><img src="images/back.png" alt="Back to linux room"/></a> + + <center> + <table border="1" width="60%"> + <tr> + <td> + <h1>Arch linux</h1> + <p> + Arch is just a better distro, but using arch doesnt instantly make + you a better linux user. Saying "I am a arch user btw" is still fun and annoys + people so I keep saying it reguardless. + <br/><br/> + <b>Warning: This is a ever changing page due to the fact I havent been daily driving arch for + long as of writing this and is uncompletish.</b> + </p> + </td> + </tr> + + <tr> + <td> + <ul> + <li><a href="#installing">Installing arch</a></li> + <li><a href="#post">After installing</a></li> + <li><a href="#nvidia">Nvidia drivers</a></li> + </ul> + </td> + </tr> + </table> + + <table border="1" width="60%"> + <tr> + <td> + <h2 id="installing">Installing arch</h2> + <p> + A lot of arch users will get pissed as fuck at me but <b>its ok to use arch install</b>. + I personally prefer manually installing arch and wouldnt want to do it any other way so + I dont use it. + <br/><br/> + The <a href="https://wiki.archlinux.org/title/Installation_guide" target="_blank">offical + arch installation guide</a> and other resources on the arch wiki is a great way to + install arch though I also like to use <a href=" + </p> + </td> + </tr> + </table> + </center> +</body> +</html> |