aboutsummaryrefslogtreecommitdiff
path: root/distro_guides/arch.html
blob: 6062e34d38c293212a825a883a83fee024f1acd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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>