r/unix

▲ 80 r/unix+3 crossposts

>Integrated by Design
Why the Best Systems Are the Ones You Don't Notice

FreeBSD, from philosophy to practice.

https://vivianvoss.net/print/integrated-by-design

From Integrated by Design — Launch Day (23rd April):

>… Five months of writing. Three weeks of final proofs. Then the last 72 hours, dedicated entirely to problems one does not anticipate. In the interest of transparency, and in the hope that it spares somebody else a week of the same, here are the four of them. …

https://news.ycombinator.com/item?id=47928554 – please note the author's comments.

Vivian Voss — System Architect & Software Developer

https://www.linkedin.com/in/vvoss/

u/grahamperrin — 1 day ago
▲ 17 r/unix

Need inspo for alternative ux

hi im working on a frontend that can work as a productive toy for creative and fast daily task and gaming but I want to use alternative ideas such as more dynamic menus or controller friendly task manager en file manager without loosing its productivity and speed

u/ods7soldier — 3 days ago
▲ 9 r/unix

Update Locate database indexing external drive

I'm having good luck running Unix Locate on my macOS startup disk, but would like to extend search to external volumes. The web tells me that the command to update an external drive's database is:

do shell script "sudo /usr/libexec/locate.updatedb --searchpaths= '/Volumes/Films/' --output '/var/db/Films.database'" with administrator privileges

(using "do shell script" to run the unix script from an Applescript, as I will do in practice). This command doesn't work; it updates the default Locate database instead. I'd be happy to have the external drive's database on the startup disk, probably in /var/db, but of course need it to index the external drive. What am I doing wrong?

reddit.com
u/jrethorst — 6 days ago
▲ 11 r/unix

I made an infographic of the etymology of Unix commands.

u/corrliss — 7 days ago
▲ 7 r/unix+1 crossposts

​[RECRUITMENT] Join the SSLPT (Simple Stupid Linux Programming Team) – Building a Custom Ecosystem from the Ground Up!

Hey everyone!

​We are officially forming the SSL Programming Team (SSLPT), an independent development group dedicated to building Simple Stupid Linux (SSL)—a custom, minimalist, and highly efficient operating system ecosystem.

​We aren't just building another generic distro; we are engineering an ecosystem designed around simplicity, performance, and total user control.

Our Roadmap & Vision

​As we scale, our development will branch across three core editions to explore different paradigms of system architecture:

​The Core Self-Hosted Edition: A system built and bootstrapped based on its own toolchain and architecture.

​The Debian-Based Edition: Designed for maximum software compatibility and rock-solid server/desktop reliability.

​The Arch-Based Edition: Built for rolling-release bleeding-edge flexibility and custom package control.

The SSL Versioning System (Semantic Versioning)

​To keep our releases structured and transparent, we use a strict versioning format (e.g., 1.0.0):

​1.x.x (Major Release): Represents massive, foundational changes, architectural overhauls, major feature additions, and core bug fixes.

​x.1.x (Minor Release): Focused on security updates, system hardening, and direct development updates for sslpm (SSL Package Manager).

​x.x.1 (Patch/Micro Release): Light additions, unnoticeable backend tweaks, rapid security patches, and minor code cleanups.

What We Are Building (The Tech Stack)

​Init System: Utilizing lightweight modern supervisors like dinit and custom configurations.

​Package Management: Developing sslpm for fast, transparent, and minimal package control.

​Custom Tooling & Repositories: Fully managed codebases, custom kernels (vmlinuz-linux), and automated ISO compilation pipelines (mkarchiso variants).

Who We Are Looking For

​We are looking for passionate developers, system architects, and Linux enthusiasts who want to get their hands dirty with:

​Low-level system architecture and kernel configuration.

​Package manager development (sslpm).

​ISO building, automation scripts, and build-system maintenance.

​Repository management and documentation.

How to Join Us

​If you're tired of bloat and want to build something real, fast, and completely transparent from scratch, drop a comment below, check out our repositories, or send a message to get an invite to our workspace/repos!

​Let's build something stupidly simple, yet powerfully efficient.

— The SSLPT Founders(superuserdo-sudo)

u/superuserdo-sudo — 10 days ago