r/unix • u/unixbhaskar • 18h ago
UUCP - non SDF
I've now spent a while porting UNIX V7 to a MMU-less 68000 system and have it quite stable and also being able to self compile all the sources. The last subsystem I want to get up and running (before backporting curses, termcap and a nicer shell than sh) is UUCP.
I had hoped to use the UUCP infra from SDF as my "upstream", but after discovering the current state of most of their machines I've opted to not spend $36 for the ARPA membership level. Too bad, I really liked SDF a decade or so ago...
Do I have any alternatives - except to spinning up a $5 VPS and install Taylor on it?
r/unix • u/Fynn_Was_Taken • 5d ago
My dad found these. How can I access the data on them?
r/unix • u/LoveKush925 • 5d ago
Built a free tool that aggregates AIX/Power IBM updates (FLRT, Redbooks, Security Bulletins) into one searchable page
r/unix • u/Sea_Community_7405 • 7d ago
Libros de programación
hola, a quien le pueden interesar libros de programación UNIX, linux,...
C++, Internetworking with TCP/IP, Undocumented DOS,Redes de Computadoras, 80383/80486 Assembly Language Programming, Manuelas completos de Microsift Windows Software Development KIT (sin discos),The Programmers PC Sourcebook...
r/unix • u/ilnarildarovuch • 8d ago
Killall!
killall in bsd/gnu: just kills processes by their names
killall in Solaris/SystemV:
r/unix • u/I00I-SqAR • 10d ago
Recordings of the GNUstep online meeting of 2026-07-11 are online
r/unix • u/MSK-Kernel • 10d ago
New UNIX-like operating system!
I made a new UNIX-like operating system from scratch called "TanjaOS" which you can get at www.tanjaos.org and it took me a couple of months to make and will get lots of updates. It features basic UNIX commands such as: cat, cd, clear, echo, help, ls, mkdir, pwd, reboot, rm, rmdir, touch, exit, and hostname. TanjaOS can boot on any x86_64 (amd64) or i386 (x86) machine with Legacy BIOS, and is completely free and open-source.
r/unix • u/9D0BF2BBB4E8 • 11d ago
Plan 9 rc(1) for 30+ Unix targets
When work pulled me back from Plan 9 to Linux, rc was the part I missed most. So I rebuilt it from the original source and manual as a standalone Go binary, without requiring the rest of plan9port.
https://9fans.github.io/plan9port/man/man1/rc.html
The port preserves the parts that make rc different from conventional Unix shells, including list semantics, caret concatenation, function environments, redirection ordering, descriptor operations, process substitution, heredocs, and the rfork behavior Unix can actually represent.
It has its own TTY editor, reads ~/.rcrc, and is tested against plan9port with more than 100 .rc scripts and byte-for-byte output comparisons.
The build is driven by make.rc, which the shell runs itself. Releases cover 34 OS and architecture combinations across Linux, the BSDs, macOS, Solaris, illumos, AIX, and Android.
Plan 9 is not a target because it already has the real rc. Windows is not a target because this is a Unix shell, not a Win32 compatibility experiment.
Repo: https://github.com/enzv/rc
Found a mismatch? A small test case would be appreciated.
r/unix • u/Grouchy_County_4334 • 11d ago
7.066s Full Regeneration Loop: Shaving 575ms off my custom DTrace self-healing system on FreeBSD
galleryr/unix • u/unitedbsd • 11d ago
I tried NetBSD as a desktop, and it felt like stepping into the '90s in a good way
r/unix • u/Apprehensive-Set2766 • 14d ago
Free source for linux
Any free source for new star soccer 5 for linux pc ?
r/unix • u/I00I-SqAR • 15d ago
GNUstep monthly meeting (audio/(video) call) on Saturday, 11th of July 2026 -- Reminder
r/unix • u/astr0b4by • 17d ago
Running Tru64 5.1B Unix via es40-emu on a RPi5
Thanks to the https://github.com/ES40-Emu/es40 it is possible to run Tru64 5.1B even on RPi5 devices (with native simulated S3 video output over SDL3)
I have made a video demo here https://youtu.be/Hg40ZfAVf2E?si=pnjPyFlnbNdwZ8hp if you want to check the actual speed/performance (which is not bad)
More resources/bins and howtos are here https://astr0baby.online/Tru64/
r/unix • u/Signal_Reference746 • 18d ago
what do you think about my Unix-like operating system?

I’ve been quietly working on a hobby operating system called PureUNIX for the past few months, mostly as a way to learn how Unix-like systems actually work under the hood.
This week I finally hit a milestone that felt worth sharing.
The latest version now has a real Unix-style process model with protected user mode, per-process virtual address spaces, fork(), exec(), and waitpid(). Seeing a process fork, replace itself with a new ELF image, and return control to the shell was one of those “okay, this actually feels like an operating system now” moments.
A few other things it has at the moment:
- EXT2 + FAT16 through a VFS
- Interactive shell with pipes and redirection
- A small vim-like editor
- User accounts and login
- Around 215 regression tests covering everything from the VFS and permissions to symlink loops, large files, and process management (currently all passing)
It’s written almost entirely in C99 with a bit of x86 assembly and targets 32-bit x86. I know it’s still missing plenty of things—preemptive scheduling, networking, mmap(), and lots more—but getting to this point has been a ton of fun.
I’m posting here because I’d genuinely love feedback from people who know Unix well. If you see something that’s particularly Unix-like, or something that makes you think “that’s not how Unix would do it,” I’d love to hear it. Those discussions are honestly the most valuable part of building a project like this.
r/unix • u/Acceptable_Ant_3608 • 20d ago
You are not expected to understand this
(the famous bit of source code in unix v6)
And indeed I don't, not really. But I can compile it, that's something already :-)
r/unix • u/Healthy_Swimming5175 • 19d ago
Blueberry Linux - Looking for contributors
Blueberry is a self-hosted, source-built Linux distribution: a minimal, rolling CLI server system in the BSD tradition. A single source tree produces the base (a pinned prebuilt kernel, glibc, the bpm package manager, the build system) and every package is a recipe in packages/, built from source and served from the project's own signed repository. There are no upstream binary mirrors.
Here is the repo: https://github.com/zsigisti/blueberry
Here is the discord: https://discord.gg/GPfBnbDPHE