Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
自由軟體和 Richard Stallman
Search
Wen_Liao
March 15, 2015
Technology
0
2.3k
自由軟體和 Richard Stallman
自由軟體和 Richard Stallman
Wen_Liao
March 15, 2015
Tweet
Share
More Decks by Wen_Liao
See All by Wen_Liao
COSCUP-2020-Linux 軟體組裝工和他的工具們
wen_liao
2
1.5k
開放街圖 自助旅行的好幫手
wen_liao
0
1.2k
GNU AS簡介
wen_liao
0
1.2k
UPnP 1.0 簡介
wen_liao
0
1.1k
Hello world在那邊?背景說明 0
wen_liao
0
740
A successful Git branching model 導讀
wen_liao
0
670
GNU ld的linker script簡介
wen_liao
0
1.3k
Trace 程式碼之皮
wen_liao
0
890
淺談Debian套件打包
wen_liao
0
600
Other Decks in Technology
See All in Technology
Prox Industries株式会社 会社紹介資料
proxindustries
0
290
Welcome to the LLM Club
koic
0
170
Oracle Cloud Infrastructure:2025年6月度サービス・アップデート
oracle4engineer
PRO
2
240
Postman AI エージェントビルダー最新情報
nagix
0
110
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 完全版 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming - Expanded
tomzoh
4
3.2k
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
100
Node-RED × MCP 勉強会 vol.1
1ftseabass
PRO
0
140
How Community Opened Global Doors
hiroramos4
PRO
1
120
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
26k
Snowflake Summit 2025全体振り返り / Snowflake Summit 2025 Overall Review
mtpooh
2
400
Oracle Audit Vault and Database Firewall 20 概要
oracle4engineer
PRO
3
1.7k
Microsoft Build 2025 技術/製品動向 for Microsoft Startup Tech Community
torumakabe
2
270
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Practical Orchestrator
shlominoach
188
11k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
A better future with KSS
kneath
239
17k
A Modern Web Designer's Workflow
chriscoyier
694
190k
Automating Front-end Workflow
addyosmani
1370
200k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
RailsConf 2023
tenderlove
30
1.1k
Transcript
Wen Liao 故事:自由軟體和 Richard Stallman 台北市
Disclaimer 投影片資料為作者整理資料及個人意見,沒有經 過嚴謹確認,請讀者自行斟酌
這一切從1980年雷射印表機 開始
出場人物: Richard Stallman
出場時間: 西元1980年
出場地點: MIT AI lab
配角: 雷射印表機
雷射印表機是很珍貴的東西, 所以不同樓層才能共用一台
列印流程: 列印 -> 下樓 -> 取件
悲劇1: 列印 -> 下樓 -> 卡紙 -> Shit!
悲劇2: 列印 -> 下樓 -> 還在印前面10 個人的資料 -> Shit!
怎麼辦?
Richard Stallman: 自己的印表機自己救!
以前的驅動程式都有附 Source code
Richard Stallman 自己改 驅動程式
悲劇1: 列印 -> 下樓 -> 卡紙 -> Shit!
解法: 卡紙 -> 通知所有人 -> 印表機附近的人協助
悲劇2: 列印 -> 下樓 -> 還在印前面10 個人的資料 -> Shit!
解法: 列印後通知本人列印完 畢
可喜可賀,可喜可樂
當然王子和公主不可能永遠地 過著幸福快樂的生活
最大的悲劇來了
印表機換新機
沒有Source Code
沒有Source Code?
沒有Source Code!
SHIT!
GG!
軟體應該是自由的。
Richard Stallman的理念 Copyleft
零 使用者可以不受限制的執行的 執行程式
壹 使用者有研讀修改的權力。你 可以隨意地更改程式碼
以上兩個要素只能確保個人的 控制軟體能力。
各自單獨修改的力量和進步程 度當然比不上合作修改還來大 因此他又加上兩項權利
貳 重製散佈的權利
參 更正,改進並散佈的權利
經歷了MIT AI lab LISP事件 後,Richard Stallman離開了 MIT
新目標 自幹一個Unix 相容OS
成立 GNU: Gnu is Not Unix
成立 FSF: Free Software Foundation
自幹OS不是程式寫寫就可以 開機的
你的Source要怎麼變成 binary?
GNU C 誕生!
你呼叫的printf是憑空生出的 嗎? 不是嘛。
GNU C Library (Glibc) 誕生!
你的程式要不要載入,連結和 執行,要啊!
GNU Binary Utilities (binutils) 誕生
你的程式要不要除錯,要啊!
Gnu Debugger (GDB) 誕生
要和Unix相容的話,ls, cat這 些指令要不要提供? 廢話!
GNU Core Utilities (coreutils) 誕生!
ls, cat這些指令總要有人 去執行吧?
GNU Bash shell 誕生!
OS需不需要一個Kernel? 要啊!
拍謝剛好Linus用了GNU工具 寫了一個Kernel
默....
不論如何,感謝Richard的努 力和提倡
提供了高品質又優良的 自由軟體
透過群體的力量讓 自由軟體貢獻社會
打完收工,謝謝收看。
參考資料 • Wikipedia: ◦ Richard Stallman ◦ Copyleft ◦ GNU
• Richard Stallman: A Free Digital Society 台 北演講筆記 • UNIX初學者使用手冊 ◦ 作者:楊景翔 ◦ 出版社:第三波
延伸閱讀 • The Story of Linux (Youtube Video) • GPL
(GNU General Public License)