HTML document, Unicode text, UTF-8 text
        
            1
            <!DOCTYPE html> 
        
            2
            <html lang="en"> 
        
            3
            <head> 
        
            4
                <meta charset="UTF-8"> 
        
            5
                <title> 
        
            6
                There are no beginner GNU/Linux distributions 
        
            7
            </title> 
        
            8
                <link rel="stylesheet" href="/static/style.css"> 
        
            9
                <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
        
            10
            </head> 
        
            11
            <body> 
        
            12
                <header> 
        
            13
                    <nav> 
        
            14
                        <ul> 
        
            15
                            <li><a href="/">Home</a></li> 
        
            16
                            <li><a href="/projects">Projects</a></li> 
        
            17
                            <li><a href="/index">Index</a></li> 
        
            18
                            <li><a href="/about">About</a></li> 
        
            19
                            <li><a href="https://roundabout-host.com/roundabout">Roundabout-host</a></li> 
        
            20
                        </ul> 
        
            21
                        <ul> 
        
            22
                            <li><a href="mailto:root@roundabout-host.com" id="mail-link">root@roundabout-host.com</a></li> 
        
            23
                        </ul> 
        
            24
                    </nav> 
        
            25
                </header> 
        
            26
                <main> 
        
            27
                     
        
            28
                <h1>There are no beginner GNU/Linux distributions</h1> 
        
            29
                <div id="article-date">2024-11-10, 00:00:00</div> 
        
            30
                 
        
            31
                <article class="content-area"> 
        
            32
                    <p>I see this so often and it's so wrong. That if you know GNU/Linux, you must 
        
            33
            switch to Arch, Gentoo, Fedora, OpenSUSE or at least Debian. That if you use 
        
            34
            Mint or Ubuntu, you're not a real GNU/Linux user. 
        
            35
            </p><p>These distributions happen to be perfect for someone who hasn't used GNU/Linux 
        
            36
            before: everything can be done graphically, they have lots of apps in the 
        
            37
            repository and a large community. But this isn't Android; you aren't forced to 
        
            38
            not use the terminal, add your own repositories, modify the kernel, or compile 
        
            39
            your own software. 
        
            40
            </p><p>I use Linux Mint, but not because I can't use Debian or Arch. I use it because, 
        
            41
            besides being user-friendly and having introduced me to GNU/Linux, it is very 
        
            42
            stable, Cinnamon is a good desktop (not perfect, but good), it has a good 
        
            43
            community, supports most hardware, is very customisable, and most importantly, 
        
            44
            the developers are really nice, and not doing stupid things for profit. 
        
            45
            </p><p>Distribution 'difficulty' is not about how smart you have to be to use it, but 
        
            46
            about how much time you're willing to spend in order for it to work. You can 
        
            47
            still customise any (regular) distribution to your liking; the 'beginner' ones 
        
            48
            are just easier to get started with. But there's no reason why one should be 
        
            49
            ashamed of using a 'beginner-friendly' distribution, if they like it. 
        
            50
            </p> 
        
            51
                </article> 
        
            52
                </main> 
        
            54
                <footer> 
        
            55
                    <p>Page generated on Friday, 27 December 2024 at 11:25:53</p> 
        
            56
                    <p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (🄍). No rights reserved.</p> 
        
            57
                    <p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> 
        
            58
                    <a href="#">Back to top</a> 
        
            59
                </footer> 
        
            60
            </body> 
        
            61
            </html>