From 48a596fa510ea48c2a7ecc6d8d7ee0ecb3d325b2 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 14 Jun 2026 21:58:28 +0000 Subject: dacctal/sources/the_aur_disaster --- dacctal/sources/how_i_use_gentoo/style.css | 19 +++- dacctal/sources/index.html | 14 ++- dacctal/sources/open_source_games/style.css | 19 +++- dacctal/sources/the_aur_disaster/index.html | 53 +++++++++++ dacctal/sources/the_aur_disaster/style.css | 67 ++++++++++++++ dacctal/sources/your_os_is_illegal/index.html | 124 ++++++++------------------ dacctal/sources/your_os_is_illegal/style.css | 19 +++- 7 files changed, 214 insertions(+), 101 deletions(-) create mode 100644 dacctal/sources/the_aur_disaster/index.html create mode 100644 dacctal/sources/the_aur_disaster/style.css (limited to 'dacctal/sources') diff --git a/dacctal/sources/how_i_use_gentoo/style.css b/dacctal/sources/how_i_use_gentoo/style.css index ed26c8c..6a1e542 100644 --- a/dacctal/sources/how_i_use_gentoo/style.css +++ b/dacctal/sources/how_i_use_gentoo/style.css @@ -37,17 +37,30 @@ body { a:link { color: var(--cl-orange-6); + border: 2px solid var(--cl-orange-6); + padding: 4px 8px; } a:visited, a:active { color: var(--cl-green-6); } a:hover { - color: var(--cl-magenta-7); + color: var(--cl-black); + background-color: var(--cl-magenta-7); + border: 2px solid #0000; } -.h1Blue { +.color_blue { color: var(--cl-blue-6); } -.h1Green { +.color_green { color: var(--cl-green-6); } +.color_red { + color: var(--cl-red-6); +} + +.block { + background-color: var(--cl-gray-0); + border: 2px solid var(--cl-gray-2); + padding: 16px 32px; +} diff --git a/dacctal/sources/index.html b/dacctal/sources/index.html index aa7f9c9..6b221d3 100644 --- a/dacctal/sources/index.html +++ b/dacctal/sources/index.html @@ -12,10 +12,18 @@

once you go dacctal, you never go bacctal. c ‿c


+

+ The AUR Disaster +

+ + https://symlinx.net/dacctal/sources/the_aur_disaster/ + +

+

Open Source Games

-
+ https://symlinx.net/dacctal/sources/open_source_games/

@@ -23,7 +31,7 @@

How I use Gentoo

-
+ https://symlinx.net/dacctal/sources/how_i_use_gentoo/

@@ -31,7 +39,7 @@

Your OS is illegal

-
+ https://symlinx.net/dacctal/sources/your_os_is_illegal/

diff --git a/dacctal/sources/open_source_games/style.css b/dacctal/sources/open_source_games/style.css index ed26c8c..6a1e542 100644 --- a/dacctal/sources/open_source_games/style.css +++ b/dacctal/sources/open_source_games/style.css @@ -37,17 +37,30 @@ body { a:link { color: var(--cl-orange-6); + border: 2px solid var(--cl-orange-6); + padding: 4px 8px; } a:visited, a:active { color: var(--cl-green-6); } a:hover { - color: var(--cl-magenta-7); + color: var(--cl-black); + background-color: var(--cl-magenta-7); + border: 2px solid #0000; } -.h1Blue { +.color_blue { color: var(--cl-blue-6); } -.h1Green { +.color_green { color: var(--cl-green-6); } +.color_red { + color: var(--cl-red-6); +} + +.block { + background-color: var(--cl-gray-0); + border: 2px solid var(--cl-gray-2); + padding: 16px 32px; +} diff --git a/dacctal/sources/the_aur_disaster/index.html b/dacctal/sources/the_aur_disaster/index.html new file mode 100644 index 0000000..b2b01ca --- /dev/null +++ b/dacctal/sources/the_aur_disaster/index.html @@ -0,0 +1,53 @@ + + + + + + dacctal + + + + +

The AUR Disaster

+
+ +

original video: + + YouTube + +

+
+ +

Arch Linux official news post

+ + https://archlinux.org/news/active-aur-malicious-packages-incident/ + +
+ +

+ Compromised package list (probably outdated) +

+ + https://gist.github.com/tharbad08/69739773b5960f2f0166748a75f29318 + +
+ +

+ Previous AUR disaster +

+ + https://cybersecuritynews.com/malicious-aur-packages/ + +
+ +

+ pkgit +

+ + https://git.symlinx.net/pkgit/about/ + +
+ + + + diff --git a/dacctal/sources/the_aur_disaster/style.css b/dacctal/sources/the_aur_disaster/style.css new file mode 100644 index 0000000..748e59b --- /dev/null +++ b/dacctal/sources/the_aur_disaster/style.css @@ -0,0 +1,67 @@ +* { + border-radius: 0px; + --cl-black: hsl(140, 1%, 6%); + --cl-gray-0: hsl(140, 2%, 8%); + --cl-gray-1: hsl(140, 2%, 12%); + --cl-gray-2: hsl(140, 4%, 16%); + --cl-gray-3: hsl(140, 4%, 24%); + --cl-gray-4: hsl(140, 4%, 36%); + --cl-gray-5: hsl(140, 4%, 44%); + --cl-gray-6: hsl(80, 8%, 52%); + --cl-gray-7: hsl(70, 8%, 58%); + --cl-gray-8: hsl(60, 16%, 66%); + --cl-gray-9: hsl(40, 32%, 78%); + --cl-gray-10: hsl(30, 32%, 84%); + --cl-white: hsl(26, 64%, 88%); + --cl-red-6: hsl(4, 83%, 67%); + --cl-red-7: hsl(4, 75%, 75%); + --cl-orange-6: hsl(26, 84%, 62%); + --cl-orange-7: hsl(26, 84%, 74%); + --cl-yellow: hsl(37, 80%, 69%); + --cl-green-6: hsl(120, 41%, 64%); + --cl-green-7: hsl(120, 42%, 75%); + --cl-cyan-6: hsl(160, 41%, 64%); + --cl-cyan-7: hsl(160, 32%, 75%); + --cl-blue-6: hsl(200, 55%, 64%); + --cl-blue-8: hsl(201, 55%, 80%); + --cl-magenta-7: hsl(320, 59%, 72%); + --cl-magenta-8: hsl(320, 61%, 80%); +} + +body { + margin: 5vh 10vw 5vh 10vw; + font-family: "Roboto Mono", monospace; + background-color: var(--cl-black); + color: var(--cl-white); +} + +a:link { + color: var(--cl-orange-6); + border: 2px solid var(--cl-orange-6); + padding: 4px 8px; + text-decoration: none; +} +a:visited, a:active { + color: var(--cl-green-6); +} +a:hover { + color: var(--cl-black); + background-color: var(--cl-magenta-7); + border: 2px solid #0000; +} + +.color_blue { + color: var(--cl-blue-6); +} +.color_green { + color: var(--cl-green-6); +} +.color_red { + color: var(--cl-red-6); +} + +.block { + background-color: var(--cl-gray-0); + border: 2px solid var(--cl-gray-2); + padding: 16px 32px; +} diff --git a/dacctal/sources/your_os_is_illegal/index.html b/dacctal/sources/your_os_is_illegal/index.html index 88ef8df..6b221d3 100644 --- a/dacctal/sources/your_os_is_illegal/index.html +++ b/dacctal/sources/your_os_is_illegal/index.html @@ -8,95 +8,41 @@ -

Your OS is illegal

-
- -

original video: - - YouTube - -

-
- -

- California Assembly Bill No. 1043 -

- - https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB1043 - -
- -

- Colorado Senate Bill 26-051 -

- - https://leg.colorado.gov/bill_files/110990/download - -
- -

- New York Senate Bill S8102A -

- - https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A - -
- -

- Brazil LEI Nº 15.211 -

- - https://www.planalto.gov.br/ccivil_03/_ato2023-2026/2025/Lei/L15211.htm - -
- -

- systemd age verification pull request (merged) -

- - https://github.com/systemd/systemd/pull/40954 - -
- -

- NixOS manual -

- - https://nixos.org/manual/nixos/stable/#sec-installation - -
- -

- DBus technical discussion -

- - https://lists.ubuntu.com/archives/ubuntu-devel/2026-March/043534.html - -
- -

- XDG Desktop Portal parental controls pull request -

- - https://github.com/flatpak/xdg-desktop-portal/pull/1922 - -
- -

- Ageless Linux distro compliance list -

- - https://agelesslinux.org/distros.html - -
- -

- Ageless Linux law tracker -

- - https://agelesslinux.org/map.html - -
+

[ ->█ / dacctal / sources ]

+

once you go dacctal, you never go bacctal. c ‿c

+
+ +

+ The AUR Disaster +

+ + https://symlinx.net/dacctal/sources/the_aur_disaster/ + +

+ +

+ Open Source Games +

+
+ https://symlinx.net/dacctal/sources/open_source_games/ + +

+ +

+ How I use Gentoo +

+
+ https://symlinx.net/dacctal/sources/how_i_use_gentoo/ + +

+ +

+ Your OS is illegal +

+
+ https://symlinx.net/dacctal/sources/your_os_is_illegal/ + +

diff --git a/dacctal/sources/your_os_is_illegal/style.css b/dacctal/sources/your_os_is_illegal/style.css index ed26c8c..6a1e542 100644 --- a/dacctal/sources/your_os_is_illegal/style.css +++ b/dacctal/sources/your_os_is_illegal/style.css @@ -37,17 +37,30 @@ body { a:link { color: var(--cl-orange-6); + border: 2px solid var(--cl-orange-6); + padding: 4px 8px; } a:visited, a:active { color: var(--cl-green-6); } a:hover { - color: var(--cl-magenta-7); + color: var(--cl-black); + background-color: var(--cl-magenta-7); + border: 2px solid #0000; } -.h1Blue { +.color_blue { color: var(--cl-blue-6); } -.h1Green { +.color_green { color: var(--cl-green-6); } +.color_red { + color: var(--cl-red-6); +} + +.block { + background-color: var(--cl-gray-0); + border: 2px solid var(--cl-gray-2); + padding: 16px 32px; +} -- cgit v1.2.3