A politically agnostic Linux distribution, without any AI ๐๐ฉ
- Fiercely independent & honest open-source software. (The FUTO Pledge)
- We will never sell out.
- We will never abuse our users.
- We will always be transparently devoted to making delightful software.
- Linux From Scratch (LFS) is the initial starting point.
- Available security updates / bug fixes applied.
- Custom script(s) based on manual instructions (not necessarily ALFS, but possibly).
- System to be migrated to clang/llvm instead of / in addition to gnu toolchain.
- Because clang/llvm toolchain offers better static analysis features.
- Because clang/llvm toolchain generally results in better performance.
- Follow standards as much as reasonably possible.
- POSIX
- FHS
- The Linux Documentation Project - All the classic oldskool essentials!
- Linux From Scratch [wikipedia]
- ArchWiki
- Standards
- Filesystem Hierarchy Standard (FHS) 3.0 - linux foundation [wikipedia]
- POSIX.1-2024 - opengroup
- Shell / Utilities - wikimedia pdf
- Linux Standard Base (LSB) - lfs
- Unix Philosophy - wikipedia
- Miscellaneous
- Handmade Manifesto
- We are destroying software - antirez
- freedesktop.org [wikipedia]
- LXDE - [archwiki] [github] [wikipedia)]
- GTK+ 2
- reference manual - v2.24 @ manpagez.com
- source code [github] - v2.24
- archwiki
- gtkmm - v2.24
- Beginner's Guide to Installing from Source
- Software Building HOWTO - tldp
- Rationale for Packages - lfs
- zstd - [github] [wikipedia]
- gnu bash [wikipedia]
- The Shell Scripting Tutorial - shellscript.sh
- Bourne Shell Scripting - wikibooks
- BASH Programming - Introduction HOW-TO - tldp
- Advanced Bash-Scripting Guide - tldp
- gnu coreutils [wikipedia] (or toybox)
- util-linux - wikipedia
- Booting process of Linux
- From Power Up To Bash Prompt HOWTO - tldp (pdf)
- init - wikipedia
- kernel.org
- KernelBuild - linux kernel newbies
- BuildYourOwnKernel - ubuntu wiki
- Kernel/Traditional compilation - arch wiki