-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeginner.html
More file actions
192 lines (189 loc) · 12.3 KB
/
Copy pathbeginner.html
File metadata and controls
192 lines (189 loc) · 12.3 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="msvalidate.01" content="8738943710B70112309DBE6476B55A91" >
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta name="keywords" content="Linux for beginners, easiest Linux distro, Arch for beginners, beginner friendly Linux, Linux for new users, simple Linux distro, Cinnamon desktop">
<title>Linux for Beginners – The Easiest Arch-Based Distro | AcreetionOS</title>
<meta name="description" content="New to Linux? AcreetionOS is the easiest Arch-based Linux distribution for beginners. Cinnamon desktop, graphical installer, welcoming community.">
<link rel="canonical" href="https://acreetionos.org/beginner.html">
<link rel="alternate" type="application/atom+xml" title="AcreetionOS News" href="https://acreetionos.org/feed.xml" >
<meta property="og:type" content="website">
<meta property="og:url" content="https://acreetionos.org/beginner.html">
<meta property="og:title" content="Linux for Beginners – The Easiest Arch-Based Distro | AcreetionOS">
<meta property="og:description" content="New to Linux? AcreetionOS is the easiest Arch-based Linux distribution for beginners. Cinnamon desktop, graphical installer, no terminal required.">
<meta property="og:image" content="https://acreetionos.org/og-image.png">
<meta property="og:site_name" content="AcreetionOS">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Linux for Beginners – The Easiest Arch-Based Distro | AcreetionOS">
<meta name="twitter:description" content="New to Linux? AcreetionOS is the easiest Arch-based Linux distribution for beginners. Cinnamon desktop, graphical installer, no terminal required.">
<meta name="twitter:image" content="https://acreetionos.org/og-image.png">
<link rel="icon" type="image/webp" href="acreetionoslogo.webp">
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="sidebar.css?v=20260825" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="sidebar.css?v=20260825"></noscript>
<link rel="preload" href="vendor/icons/icons-subset.woff2?v=2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="vendor/icons/icons-subset.css?v=20260825" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="vendor/icons/icons-subset.css?v=20260825"></noscript>
<style>
#hamburger{position:absolute;top:6px;right:14px;z-index:1001;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;width:36px;height:36px;padding:4px}#hamburger span{display:block;width:22px;height:2px;background:var(--acreetion-text-bright,#e5e5e5);border-radius:2px}#sidebar{position:fixed;visibility:hidden}#sidebar-overlay{position:fixed;display:none}.main-nav{display:none}:root{--green:#2ecc71;--bg:#121212;--panel:#1a1a1a;--border:#333;--text:#b2b2b2;--text-bright:#e5e5e5;--font-sans:'Roboto',sans-serif;--font-mono:'Fira Code',monospace}
html{touch-action:manipulation}input,textarea,select{font-size:16px}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--font-sans);background:var(--bg);color:var(--text-bright);line-height:1.6}
.wrap{max-width:800px;margin:2rem auto;padding:0 1.5rem}
.hero{text-align:center;padding:2.5rem 1rem 1.5rem}
.hero h1{font-size:2rem;font-weight:800;color:var(--text-bright);margin-bottom:.5rem;line-height:1.2}
.hero h1 span{color:var(--green)}
.hero p{color:var(--text);font-size:1.05rem;max-width:620px;margin:0 auto;line-height:1.7}
.cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:2rem 0}
.cta .btn{background:var(--green);color:#000;padding:.9rem 2rem;border-radius:10px;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform.15s}
.cta .btn:hover{transform:translateY(-2px)}
.cta .btn-outline{background:transparent;color:var(--green);border:2px solid var(--green)}
.section{margin:2.5rem 0}
.section h2{font-size:1.4rem;color:var(--text-bright);margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}
.section h2 i{color:var(--green);margin-right:.5rem}
.section p{color:var(--text);font-size:.95rem;margin-bottom:.8rem;line-height:1.7}
.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1rem;display:flex;gap:1rem;align-items:flex-start}
.card .num{background:var(--green);color:#000;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}
.card .content h3{color:var(--text-bright);font-size:1rem;margin-bottom:.25rem}
.card .content p{color:var(--text);font-size:.88rem;margin:0;line-height:1.5}
.footer{text-align:center;padding:2rem;margin-top:3rem;border-top:1px solid var(--border);color:#999;font-size:.85rem}
.footer a{color:var(--green)}
@media(max-width:600px){.hero h1{font-size:1.5rem}.card{flex-direction:column;gap:.5rem}}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "HowTo",
"name": "Get Started with AcreetionOS",
"description": "How to download, install, and start using AcreetionOS — the beginner-friendly Arch Linux distribution.",
"step": [
{"@type":"HowToStep","position":1,"name":"Download the ISO","text":"Visit acreetionos.org/flash.html and download the AcreetionOS Cinnamon Edition ISO."},
{"@type":"HowToStep","position":2,"name":"Create a bootable USB","text":"Use the Acreetion Media Writer app or Rufus (Windows) / Balena Etcher (cross-platform) to flash the ISO to a USB drive."},
{"@type":"HowToStep","position":3,"name":"Boot from USB","text":"Restart your computer and boot from the USB drive. You may need to change the boot order in BIOS/UEFI."},
{"@type":"HowToStep","position":4,"name":"Install with Calamares","text":"Follow the Calamares graphical installer. Choose your language, partition your disk, create a user account, and confirm the installation."},
{"@type":"HowToStep","position":5,"name":"Reboot and enjoy","text":"Remove the USB drive, reboot, and log into your new AcreetionOS desktop. Welcome to Linux!"}
],
"provider": {"@type":"Organization","name":"AcreetionOS","url":"https://acreetionos.org"}
},
{
"@type": "BreadcrumbList",
"@id": "https://acreetionos.org/beginner.html#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://acreetionos.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Beginner Guide",
"item": "https://acreetionos.org/beginner.html"
}
]
}
]
}
</script>
</head>
<body>
<div id="page-wrap">
<div id="page-scale">
<header class="page-header">
<div class="header-content">
<a href="index.html" class="logo">
<img src="logo.webp" alt="AcreetionOS" class="logo-img" width="40" height="40">
<span class="logo-text">Acreetion <span>OS</span></span>
</a>
<nav class="main-nav">
<a href="index.html">Home</a>
<a href="flash.html">Downloads</a>
<a href="https://wiki.acreetionos.org/">Wiki</a>
</nav>
</div>
</header>
<div class="wrap">
<div class="hero">
<h1>Linux for Beginners — <span>Arch Made Easy</span></h1>
<p>New to Linux? AcreetionOS gives you the power of Arch Linux with the simplicity of a graphical installer and the familiar Cinnamon desktop. No terminal required. No command-line knowledge needed. Just a computer that works.</p>
<div class="cta">
<a href="flash.html" class="btn"><i class="bi bi-download"></i> Download AcreetionOS</a>
<a href="faq.html" class="btn btn-outline">Read the FAQ</a>
<a href="lightweight.html" class="btn btn-outline">Lightweight Edition</a>
<a href="immutable.html" class="btn btn-outline">Immutable Edition</a>
</div>
</div>
<div class="section">
<h2><i class="bi bi-star"></i>Why AcreetionOS Is Great for Beginners</h2>
<div class="card">
<div class="num">1</div>
<div class="content">
<h3>Graphical Installer</h3>
<p>No terminal commands needed to install. The Calamares installer guides you through partitioning, user creation, and setup with an easy-to-follow graphical interface. Just click next.</p>
</div>
</div>
<div class="card">
<div class="num">2</div>
<div class="content">
<h3>Familiar Desktop Environment</h3>
<p>Cinnamon desktop looks and feels like Windows — a taskbar, a start menu, system tray, and window management that you already know how to use. No learning curve for the desktop.</p>
</div>
</div>
<div class="card">
<div class="num">3</div>
<div class="content">
<h3>Everything Works Out of the Box</h3>
<p>Pre-installed applications include a web browser, file manager, text editor, media player, and office tools. Wi-Fi, Bluetooth, and audio are configured automatically on most hardware.</p>
</div>
</div>
<div class="card">
<div class="num">4</div>
<div class="content">
<h3>Graphical Software Manager</h3>
<p>Pamac provides a graphical interface for installing thousands of free applications. Browse categories, search by name, and install with one click. No terminal commands needed.</p>
</div>
</div>
<div class="card">
<div class="num">5</div>
<div class="content">
<h3>Friendly Community Support</h3>
<p>Join our <a href="https://discord.gg/VHqQkJASw7" style="color:var(--green)">Discord server</a> to get help from real people. We're a small team and we actually answer questions. No corporate support lines, no ticket queues.</p>
</div>
</div>
</div>
<div class="section">
<h2><i class="bi bi-rocket-takeoff"></i>Getting Started in 5 Minutes</h2>
<div class="card">
<div class="num">1</div>
<div class="content"><h3>Download the ISO</h3><p>Head to our <a href="flash.html" style="color:var(--green)">downloads page</a> and grab the Cinnamon Edition ISO. It's about 2GB.</p></div>
</div>
<div class="card">
<div class="num">2</div>
<div class="content"><h3>Flash to USB</h3><p>Use the <a href="flash.html" style="color:var(--green)">Acreetion Media Writer</a> or Balena Etcher to create a bootable USB drive.</p></div>
</div>
<div class="card">
<div class="num">3</div>
<div class="content"><h3>Boot and Install</h3><p>Reboot your computer, select the USB drive, and follow the on-screen installer. That's it.</p></div>
</div>
</div>
<div class="section" style="text-align:center">
<h2><i class="bi bi-question-circle"></i>Have Questions?</h2>
<p style="max-width:500px;margin:0 auto 1rem">Check our <a href="faq.html" style="color:var(--green)">Frequently Asked Questions</a> or explore the <a href="https://wiki.acreetionos.org/" style="color:var(--green)">AcreetionOS Wiki</a> for AI-powered guides on every topic.</p>
<a href="faq.html" class="btn btn-outline" style="background:transparent;color:var(--green);border:2px solid var(--green);padding:.7rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block">Read the FAQ</a>
</div>
</div>
<script src="scale-page.js?v=20260824" defer></script>
<script src="sidebar.js?v=20260825" defer></script>
</div>
</div>
<script src="footer.js?v=20260825" defer></script>
<script src="vendor/instantpage.min.js?v=20260825" type="module" defer></script>
<script src="tor-badge.js?v=20260825" defer></script>
</body>
</html>