-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
144 lines (134 loc) · 9.74 KB
/
Copy pathblog.html
File metadata and controls
144 lines (134 loc) · 9.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="msvalidate.01" content="8738943710B70112309DBE6476B55A91">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AcreetionOS Blog – Linux Distro News, Updates & Guides</title>
<meta name="description" content="AcreetionOS official blog: daily project updates, Linux tutorials, Arch packaging news, and release announcements from the development team.">
<meta name="keywords" content="AcreetionOS blog, Linux distro news, Arch Linux updates, open source development, Cinnamon desktop guides">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://acreetionos.org/blog.html">
<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">
<link rel="alternate" type="application/atom+xml" title="AcreetionOS — News & Updates" href="https://acreetionos.org/feed.xml">
<!-- OpenGraph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://acreetionos.org/blog.html">
<meta property="og:title" content="AcreetionOS Blog – Linux Distro News & Guides">
<meta property="og:description" content="Daily project updates, step-by-step guides, and news from the AcreetionOS team.">
<meta property="og:site_name" content="AcreetionOS">
<meta property="og:image" content="https://acreetionos.org/og-image.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@acreetionos">
<meta name="twitter:title" content="AcreetionOS Blog – Linux Distro News & Guides">
<meta name="twitter:description" content="Daily project updates, step-by-step guides, and news from the AcreetionOS team.">
<meta name="twitter:image" content="https://acreetionos.org/og-image.png">
<link rel="icon" type="image/webp" href="acreetionoslogo.webp">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Blog",
"@id": "https://acreetionos.org/blog.html#blog",
"name": "AcreetionOS Blog",
"url": "https://acreetionos.org/blog.html",
"description": "Daily project updates, Linux tutorials, and news from the AcreetionOS team.",
"publisher": {
"@type": "Organization",
"name": "AcreetionOS",
"url": "https://acreetionos.org",
"logo": {
"@type": "ImageObject",
"url": "https://acreetionos.org/logo.webp"
}
}
},
{
"@type": "BreadcrumbList",
"@id": "https://acreetionos.org/blog.html#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://acreetionos.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Blog",
"item": "https://acreetionos.org/blog.html"
}
]
}
]
}
</script>
<style>
body { font-family: system-ui, sans-serif; max-width: 760px; margin: 2rem auto; padding: 0 1rem; line-height: 1.6; color: #ddd; background: #121212; }
h1 { color: #2ecc71; font-size: 2rem; margin-bottom: 0.5rem; }
h2 { color: #2ecc71; margin-top: 2rem; margin-bottom: 0.75rem; }
ul { list-style: none; padding: 0; }
li { padding: .8rem 0; border-bottom: 1px solid #222; }
a { color: #2ecc71; text-decoration: none; }
a:hover { text-decoration: underline; }
.date { color: #888; font-size: .85rem; }
.preamble { color: #b2b2b2; margin-bottom: 1.5rem; font-size: 1.05rem; }
.feed { margin-top: 2.5rem; padding: 1.25rem; background: #1a1a1a; border-radius: 8px; border: 1px solid #333; }
.breadcrumbs { font-size: 0.85rem; color: #888; margin-bottom: 1.5rem; }
.breadcrumbs a { color: #888; text-decoration: none; }
.breadcrumbs a:hover { color: #2ecc71; }
footer { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid #333; color: #888; font-size: 0.88rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
</style>
</head>
<body>
<div class="breadcrumbs">
<a href="/index.html">Home</a> > <span>Blog</span>
</div>
<h1>AcreetionOS Blog</h1>
<p class="preamble">Daily updates and technical guides from the AcreetionOS development team — an independent, privacy-focused Arch Linux distribution. <a href="/about.html">About the project</a> · <a href="https://wiki.acreetionos.org/">Wiki</a> · <a href="/wiki-guides/index.html">Guides</a> · <a href="/changelog.html">Changelog</a></p>
<h2>Latest updates</h2>
<ul>
<li><a href="/newsletter-archive/2026-08-16.html"><strong>August 16, 2026 – Python Packaging & Security Updates</strong></a><br><span class="date">August 16, 2026</span></li>
<li><a href="/newsletter-archive/2026-08-15.html"><strong>August 15, 2026 – Intelligence Sync & Performance Polish</strong></a><br><span class="date">August 15, 2026</span></li>
<li><a href="/newsletter-archive/2026-08-14.html"><strong>August 14, 2026 – Hyperpick & Stability Testing</strong></a><br><span class="date">August 14, 2026</span></li>
<li><a href="/newsletter-archive/2026-08-13.html"><strong>August 13, 2026 – Discoverability & Package Management</strong></a><br><span class="date">August 13, 2026</span></li>
<li><a href="/newsletter-archive/2026-08-12.html"><strong>August 12, 2026 – Ecosystem Growth & Recovery</strong></a><br><span class="date">August 12, 2026</span></li>
<li><a href="/newsletter-archive/2026-08-11.html"><strong>August 11, 2026 – Desktop Polish & Onboarding</strong></a><br><span class="date">August 11, 2026</span></li>
<li><a href="/newsletter-archive/2026-08-10.html"><strong>August 10, 2026 – Cinnamon Layout & App Center</strong></a><br><span class="date">August 10, 2026</span></li>
<li><a href="/newsletter-archive/2026-08-09.html"><strong>August 09, 2026 – Rolling Release Enhancements</strong></a><br><span class="date">August 09, 2026</span></li>
</ul>
<p style="margin-top: 1rem;"><a href="/newsletter-archive/index.html">View the full archive of 80+ updates →</a></p>
<h2>Step-by-Step Guides</h2>
<ul>
<li><a href="/wiki-guides/system-maintenance.html"><strong>System maintenance</strong></a><br><span class="date">Keeping Arch clean and healthy with pacman, paccache, and systemd</span></li>
<li><a href="/wiki-guides/installing-software.html"><strong>Installing software</strong></a><br><span class="date">GUI package manager, pacman, Flatpak, and the AUR</span></li>
<li><a href="/wiki-guides/wifi.html"><strong>WiFi configuration</strong></a><br><span class="date">Connect and troubleshoot wireless networking on AcreetionOS</span></li>
<li><a href="/wiki-guides/bluetooth.html"><strong>Bluetooth pairing</strong></a><br><span class="date">Pair headphones, peripherals, and configure PipeWire audio</span></li>
<li><a href="/wiki-guides/nvidia-drivers.html"><strong>NVIDIA drivers</strong></a><br><span class="date">Proprietary driver setup and PRIME render offload for gaming</span></li>
<li><a href="/wiki-guides/printer-setup.html"><strong>Printer setup</strong></a><br><span class="date">CUPS, IPP Everywhere driverless printing, and network printers</span></li>
<li><a href="/wiki-guides/firewall.html"><strong>Firewall security</strong></a><br><span class="date">UFW and GUFW setup to protect your system</span></li>
</ul>
<p style="margin-top: 1rem;"><a href="/wiki-guides/index.html">View all guides →</a></p>
<div class="feed">
<strong>Subscribe & Connect:</strong> <a href="/feed.xml">Atom RSS feed</a> ·
<a href="/newsletter.html">Daily email</a> ·
<a href="https://github.com/AcreetionOS-Code" target="_blank" rel="noopener noreferrer"><i class="bi bi-github" aria-hidden="true"></i> GitHub</a> ·
<a href="https://gitlab.acreetionos.org" target="_blank" rel="noopener noreferrer"><i class="bi bi-gitlab" aria-hidden="true"></i> GitLab</a> ·
<a href="https://discord.gg/VHqQkJASw7" target="_blank" rel="noopener noreferrer"><i class="bi bi-discord" aria-hidden="true"></i> Discord</a> ·
<a href="https://matrix.acreetionos.org" target="_blank" rel="noopener noreferrer"><i class="bi bi-chat-dots" aria-hidden="true"></i> Matrix</a> ·
<a href="https://x.com/acreetionos" target="_blank" rel="noopener noreferrer"><i class="bi bi-twitter-x" aria-hidden="true"></i> X (@acreetionos)</a> ·
<a href="https://bsky.app/profile/acreetionos.bsky.social" target="_blank" rel="noopener noreferrer"><svg class="bi-butterfly" width="14" height="14" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" style="vertical-align:-1px"><path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364.136-.02.275-.039.415-.056-.138.022-.276.04-.415.056-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a8.741 8.741 0 0 1-.415-.056c.14.017.279.036.415.056 2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8Z"/></svg> Bluesky</a>
</div>
<footer>
<div>© 2026 AcreetionOS Project. Open Source under GPLv3.</div>
<div>
<a href="/docs.html">Docs</a> · <a href="/faq.html">FAQ</a> · <a href="/index.html">Home</a>
</div>
</footer>
<script src="tor-badge.js?v=20260825" defer></script>
</body>
</html>