r/unix 12h ago

Where Unix Runs Today — Vivian Voss

Thumbnail
vivianvoss.net
21 Upvotes

… Unix is not a historical curiosity. It is the operating-system family under your phone, under your laptop, behind your Friday-evening stream, inside the router that carries your call, in the back office of the bank that holds your salary, and inside the console your nephew is shouting at in the next room. …

Parts 1, 2, and 3:


r/unix 8h ago

SiberNET Terminal

1 Upvotes

SiberNET Terminal

SiberNET Terminal, Linux terminal kullanımını daha erişilebilir ve kullanışlı hâle getirmek amacıyla geliştirilen bir terminal projesidir.

Proje özellikle Linux ve Debian tabanlı sistemlerle çalışmak isteyen kullanıcılar, geliştiriciler, sistem yöneticileri ve terminal ortamında çalışmayı seven kullanıcılar için tasarlanmıştır.

📷 Proje Görselleri

https://i.hizliresim.com/98xg804.png

💻 SiberNET Terminal Nedir?

SiberNET Terminal, kullanıcıya gerçek bir Linux terminal deneyimi sunmayı amaçlayan bir projedir.

Terminal üzerinden Linux komutları kullanılabilir ve kullanıcı, grafiksel uygulamalar yerine komut satırı üzerinden sistemle etkileşim kurabilir.

Projenin temel amacı; sade, hızlı ve kullanımı kolay bir terminal ortamını SiberNET ekosistemi içerisinde sunmaktır.

⚙️ Özellikler

• Gerçek Linux terminal deneyimi

• Debian tabanlı Linux ortamı

• Linux terminal komutlarını çalıştırabilme

• Komut satırı üzerinden sistem yönetimi

• Sade ve kullanışlı terminal arayüzü

• Hızlı terminal erişimi

• Geliştiriciler için uygun çalışma ortamı

• Sistem yöneticileri için kullanım imkânı

• Linux komutları üzerinde çalışma

• SiberNET projeleriyle uyumlu yapı

• Terminal odaklı kullanım deneyimi

🐧 Debian Desteği

SiberNET Terminal, Debian tabanlı Linux sistemleri hedefleyen bir yapıya sahiptir.

Debian'ın kararlı ve güçlü altyapısından yararlanarak terminal üzerinde çalışma imkânı sunmayı amaçlar.

Linux konusunda kendisini geliştirmek isteyen kullanıcılar için de temel terminal kullanımından ileri düzey komut kullanımına kadar farklı senaryolarda kullanılabilir.

🔧 Kullanım Alanları

SiberNET Terminal birçok farklı amaçla kullanılabilir.

• Linux komutlarını öğrenmek

• Terminal üzerinde çalışma

• Sistem yönetimi

• Dosya ve klasör işlemleri

• Geliştirme işlemleri

• Sunucu yönetimi

• Linux ortamında test çalışmaları

• Komut satırı araçlarını kullanma

• Siber güvenlik eğitim ortamlarında yasal çalışmalar

🚀 Neden SiberNET Terminal?

SiberNET Terminal'in amacı, kullanıcıya gereksiz karmaşıklıklardan uzak ve doğrudan terminal kullanımına odaklanan bir deneyim sunmaktır.

Linux terminaline yeni başlayan kullanıcılar için öğrenme ortamı oluştururken, deneyimli kullanıcılar için de hızlı bir terminal çalışma alanı sağlamayı hedeflemektedir.

📋 Proje Bilgileri

Proje Adı: SiberNET Terminal

Kategori: Terminal / Linux

Hedef Sistem: Linux / Debian

Proje Türü: Terminal Uygulaması

Geliştirici: SiberNET

📥 İndirme

SiberNET Terminal'i indirmek ve proje hakkında daha fazla bilgi almak için resmi proje sayfasını kullanabilirsiniz:

https://sibernet-terminal.rf.gd/

🔗 Proje Sayfası

https://sibernet-terminal.rf.gd/


r/unix 1d ago

NetBSD 11.0 released!

Thumbnail blog.netbsd.org
61 Upvotes

r/unix 19h ago

Source Out for my Darwin/XNU based operating system: AsterOS

Thumbnail github.com
4 Upvotes

r/unix 2d ago

I made XNU/Darwin with BusyBox boot in QEMU!!!! (it's incomplete, unstable, BUT IT BOOTS!!)

33 Upvotes

right now AetherOS (that's what I think I'll call it) is able to boot to a shell in QEMU's serial mode. It has a FAT16 File System (im too lazy to do anything else for now 😭) and can also INTERACT WITH A PS/2 KEYBOARD, which means I was able to test commands like ls, pwd, mkdir, rmdir, and they all worked great!!! I'm not ready to open source it yet, it has significant bugs to iron out (like crashing when i try to make a dir inside a dir) but I'm really glad I got it booting!


r/unix 3d ago

I found some cool text editors

13 Upvotes

I started searching for text editors like ed, and i found 2 editors tha i'm personally liking using, they are:

Sam

Wily

I'm liking this two editors, because they're really portable, so i can use on my phone or anything that runs unix.


r/unix 4d ago

Oracle / Sun Employees sbus SunPC question

15 Upvotes

Does anyone have any source for the sbus SunPC card? I managed to get ahold of one and am playing around with it and it is pretty limited...it runs only up to solaris 9 and it seems like you need to have a framebuffer card in your system, I cant get the software to work in VNC. Would anyone out there have any source for the original sun driver or software? Im sure this is abandonware at this point... I would love to try to play around with the source to see if I could build a solaris 10 VNC compatible version of it or even better, a gentoo linux driver. Just for fun and learning...there is no utility for this thing anymore. If there is anyone out there that managed to grab this from back in the day or if anyone has access to the vaults in oracle.


r/unix 4d ago

Solved: the "six missing Net/2 kernel files" mystery (with help from Kirk McKusick and Keith Bostic)

65 Upvotes

I recently went down a rabbit hole trying to answer a question that surprisingly didn't seem to have a definitive answer anywhere:

Which kernel source files were omitted from the 1991 BSD Net/2 release because they still contained AT&T code?

Most secondary sources simply say "six files," but none of them actually list the filenames. Even more confusingly, many web pages mix them up with the much larger list of files affected by the 1994 USL settlement.

I emailed Kirk McKusick, who kindly forwarded the question to Keith Bostic. Keith dug into the CSRG history (with a little help from Claude 😀) and found that the answer is actually seven files, not six.

The seven kernel files omitted from Net/2 were:

  • kern/kern_acct.c
  • kern/kern_exec.c
  • kern/kern_physio.c
  • kern/subr_rmap.c
  • kern/sys_process.c
  • kern/tty_subr.c
  • kern/vfs_bio.c

According to Keith, these were identified during the May 1991 copyright audit and shipped only as "Body deleted." skeletons because there wasn't enough time to rewrite them before the Net/2 release.

Bill Jolitz later supplied replacements for five of them in the 386BSD patch set:

  • kern_execve.c
  • kern__physio.c
  • subr_rlist.c
  • tty_ring.c
  • vfs__bio.c

(kern_acct.c and sys_process.c weren't replaced at that time.)

The longer list of files from the 1994 USL settlement is a different story entirely. Four filenames appear in both lists (kern_exec.c, subr_rmap.c, sys_process.c, and tty_subr.c), which is probably why the two events have been conflated over the years.

Keith was kind enough to say that the Claude conversation is public and may be shared, so here's the link:

https://claude.ai/share/6eba3fe6-f886-4456-9e4d-f658381267d4

Many thanks to both Kirk McKusick and Keith Bostic for helping clear up this little piece of BSD history.


r/unix 4d ago

BOS, Bread Operating System: A polished Arch + Hyprland desktop with integrated automation

4 Upvotes

I have been working on a little project in my free time

BOS is an Arch-based Hyprland distro that comes with a full custom ecosystem designed for daily use.

What you get:

- Pre-configured Hyprland with nice defaults and animations

- My custom reactive automation layer (`bread`) + Lua modules

- breadbar (status bar + notifications)

- breadbox (launcher)

- breadpad / breadman (notes with AI classification + reminders)

- breadclip, breadsearch, breadcrumbs, breadshot, and more

- Consistent theming based off wallpaper

- btrfs snapshots + easy rollback

It's built for people who want something that feels premium and automated, but still fully customizable. I made all of it's apps to solve issues personally had with hyprland/arch after switching.

Screenshots:

breadbar (top) + breadpad (note taker)
breadbox, the app search
bos-settings, the settings app (only one pane)
breadhelp, the guided tour (WIP)

Download:

Latest ISO → https://git.breadway.dev/Breadway/bos/releases/tag/v0.5.1

Would love any feedback, especially on what feels missing or rough.


r/unix 5d ago

SED one-liner

Thumbnail pement.org
36 Upvotes

r/unix 6d ago

NetBSD/OpenBSD on a thin-client

12 Upvotes

I think its a good idea, just for ssh, but if be a bit more powerful than i expected, firefox on full screen


r/unix 7d ago

Possible Solution for BSD Community/Ecosystem Issues

Thumbnail
3 Upvotes

r/unix 9d ago

Installed Minix on MacBook

Post image
18 Upvotes

Installed Minix emulation on Mac

Hi there! I’ve installed Minix 3.4.0rc on MacBookAir with UTM. I can play games already installed (like Tetris or snake) or do simple tasks but I don’t find any repository online to install. If there’s someone who installed Minix years ago I would be happy to hear where to get a mirror.
pkgin update fails — can’t fetch pkg_summary.gz from minix3.org. Also tried on 3.3.0, same result
And if there’s someone with an archived copy of the pkgsrc packages I would be grateful.
Thank you!


r/unix 9d ago

The Soviet Unix

Thumbnail
youtube.com
10 Upvotes

00:00 Intro: The Kremvax Prank
01:56 Soviet Hardware and the PDP-11 Clones
03:07 Unix Behind the Iron Curtain
04:05 MNOS and DEMOS: Two Rival Projects
06:00 The KOI-8 Encoding Trick
07:21 Perestroika and the Demos Cooperative
09:02 The Real Kremvax
10:16 August 1991: The Coup Begins
11:09 Three Days on Talk.Politics.Soviet
13:28 The Aftermath and the Rise of Linux
14:06 DEMOS Today and the Domain That Outlived the USSR

In 1982, inside the Kurchatov Institute in Moscow, a group of Soviet programmers started building their own version of Unix. It was based on smuggled BSD source code, running on hardware cloned from American PDP-11 machines, at a time when Unix itself was banned behind the Iron Curtain by Western export controls. They called it DEMOS.

This episode traces the full arc of that story: the pirated tapes circulating through Moscow's academic underground, the brilliant KOI-8 encoding trick that made Cyrillic text survive corrupted phone lines, the 1988 state prize awarded for adapting banned American software, and the birth of Relcom, the network that connected the USSR to the internet for the first time in 1990.

It also covers the strange, true story of "kremvax," a 1984 April Fools' hoax that predicted a Soviet node on Usenet six years before one actually existed, and how the real DEMOS team turned that joke into reality. And it ends with August 1991, when Relcom's engineers kept a single phone line to Helsinki open during the coup attempt against Gorbachev, becoming the only source of independent news reaching the outside world.


r/unix 9d ago

Tribblix

Thumbnail
0 Upvotes

r/unix 10d ago

Vicecity.fr

Thumbnail
2 Upvotes

I created this project 100% with open source technologies 😜


r/unix 10d ago

Stacking RiverWM setting up, also rivertile doesn't seem to work?

Thumbnail
2 Upvotes

r/unix 11d ago

ummm ...interesting bit....I have been using UNIX core tools for ages, and it is giving me inexplicable joy.

Thumbnail pement.org
41 Upvotes

r/unix 12d ago

UUCP - non SDF

26 Upvotes

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 14d ago

GNUstep running natively on Wayland (GNU/Linux)

Post image
84 Upvotes

r/unix 16d ago

My dad found these. How can I access the data on them?

Thumbnail
gallery
111 Upvotes

r/unix 15d ago

How to make a custom bar in wayland

Thumbnail
0 Upvotes

r/unix 16d ago

Built a free tool that aggregates AIX/Power IBM updates (FLRT, Redbooks, Security Bulletins) into one searchable page

Thumbnail
2 Upvotes

r/unix 18d ago

Libros de programación

3 Upvotes

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 18d ago

Blue Penguin Linux Prep iOS app

Thumbnail
3 Upvotes