2. Linux and Free Software Flashcards
How did Unix start? /at what company?
As a hobby-type project at Bell Laboritories
Unix was popular because it was written in what high-level language?
C
Linux beta versions used to be versioned by using odd numbered versions ie (2.3). After 2.6, what new way of versioning beta releases was used.
The release candidate. ex 2.6.38-rc1, while stable releases don’t have the “rcX” by it.
what is virtualization
The process of making it possible to have many “virtual” computers, with their own volumes and isolation, on the same “physical” computer
What are the four freedoms
0: run the program for any purpose
1: Study how the program works, and change it to make it do what you wish
2: Freedom to redistribute copies so you can help your neighbor
3: improve the program, release your improvments (and modified versions in general) to the public, so that the whole community benefits.