this post was submitted on 16 Oct 2023
64 points (98.5% liked)

Linux

55499 readers
718 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I have always been a history enthusiast. Unfortunately, I don't know much about history in the context of computers. I am therefore interested in learning more about significant events and people like Richard stallman and all the related events such as Windows refund day. I am interested to read and explore the timeline, I suppose a book would be ideal but any good resource such as a youtube series would be great too.

Update: I am happy to recieve such wide variety of resources to explore, I hope this post might help someone who is interested in FOSS history in the future too.

all 22 comments
sorted by: hot top controversial new old
[–] [email protected] 18 points 2 years ago (3 children)

I can recommend the book Hackers: Heroes of the Computer Revolution, which I've read multiple times. I can also recommend Linus' autobiography Just For Fun.

You can also consider The Cathedral and the Bazaar... though ESR can be a bit much.

That said, here are some random articles I've saved that you might be interested in:

[–] [email protected] 4 points 2 years ago

Cuckoo’s Egg is a hacker true-crime from the 80s. Sorry no link. Lunch break.

[–] [email protected] 2 points 2 years ago

Can also recommend Just For Fun - that Finnish sense of humour doesn't come across well, and while he's good with English he certainly isn't Shakespeare, but it does fly by.

History of Linux, abridged: Linus was using Minix on his own PC while at University, but was a bit fed up with its networking capabilities, so he'd written a toy operating system for a couple of his classes. While experimenting with adding features to it, he deleted his Minix partition by accident. Might as well continue with the one he'd written, since it was almost capable enough to be a daily driver. Publish the source, get a few collaborators in to add in the features that they found most useful, repeat. Boom.

[–] [email protected] 2 points 2 years ago

There were some good pieces on Groklaw back in the day about the history of unix and Linux.

[–] [email protected] 14 points 2 years ago (2 children)

It's certainly older but Revolution OS is pretty thorough.

[–] [email protected] 2 points 2 years ago

Great video. Our Linux Users Group will watch it every few years... it's amazing to see how much has changed in 20 years.

[–] [email protected] 9 points 2 years ago

I know you want to go deeper, but here's a nice summary of linux's early history: https://lwn.net/Articles/928581/

[–] [email protected] 4 points 2 years ago* (last edited 2 years ago)

Just For Fun by Linus Torvalds is a good source. Very readable.

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (1 children)

This old film by AT&T about UNIX is also very good and gives you a good idea of the OS/software landscape at the time: https://www.youtube.com/watch?v=tc4ROCJYbm0

[–] [email protected] 5 points 2 years ago (1 children)

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=tc4ROCJYbm0

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago)

GNU has interviews and more clarifying all the way back to MIT AI lab, lisp machines the printers proprietary code triggering free software movement, etc.

Linux just happened because GNU hand't developed a proper kernel yet; Linus wrote that himself on an mail to the Linux Kernel or Minix mailing list IIRC.

[–] [email protected] 3 points 2 years ago

Check these out:

[–] [email protected] 2 points 2 years ago (2 children)

the git history tree for the Linux kernel

[–] [email protected] 2 points 2 years ago

Doesn't go back far enough

[–] [email protected] 1 points 2 years ago

Lol that's a pretty fun idea actually- just to see the commits evolve over time. I know there are over 1 million commits but yeah when you think about it all of them pretty much document the state of kernel at that time.