diff options
| -rw-r--r-- | distro_guides/arch.html | 77 | ||||
| -rw-r--r-- | distro_guides/fedora.html | 4 | ||||
| -rw-r--r-- | distro_guides/images/back.png | bin | 0 -> 752 bytes | 
3 files changed, 80 insertions, 1 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> diff --git a/distro_guides/fedora.html b/distro_guides/fedora.html index 28e7f9a..7b652a2 100644 --- a/distro_guides/fedora.html +++ b/distro_guides/fedora.html @@ -26,6 +26,8 @@ table {  <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%"> @@ -142,7 +144,7 @@ table {                                  CLUTTER_DEFAULT_FPS=<refresh rate of your sync monitor><br/>                                  __GL_SYNC_DISPLAY_DEVICE=<monitor to sync to>                              </code> -                            <br/><br/> +                            <br/>                              Then open your nvidia settings, go to OpenGL Settings and turn off "Allow Flipping".                          </li>                      </ul> diff --git a/distro_guides/images/back.png b/distro_guides/images/back.png Binary files differnew file mode 100644 index 0000000..aec1613 --- /dev/null +++ b/distro_guides/images/back.png  | 
