├── .gitattributes ├── .gitignore ├── README.markdown ├── 修正 ├── Plymouth 開機畫面中文支援 │ └── README.markdown ├── README.markdown ├── 修正 XFCE 桌面環境預設圖示主題不存在的問題 │ └── README.markdown ├── 安裝 SSH 伺服器與 Fail2ban │ └── README.markdown ├── 安裝 VirtualBox 與 VMware 虛擬機器客端作業系統支援軟體 │ └── README.markdown ├── 安裝並設定 HIME 輸入法框架為預設輸入法 │ └── README.markdown ├── 安裝中文的 manpage 格式說明文件 │ └── README.markdown ├── 安裝符合台灣筆劃規範的字型 │ └── README.markdown ├── 安裝與設定 XFCE 桌面環境 │ ├── README.markdown │ └── _etc_xdg_xfce4_panel_default.xml.patch ├── 暫時修正 XFCE 桌面環境下無法切換使用者的問題 │ ├── README.markdown │ └── gdmflexiserver ├── 設定預設使用所有可用的中文介面翻譯 │ └── README.markdown ├── 讓 TTY 終端機支援中文顯示與輸入 │ ├── README.markdown │ ├── 修正「安裝了 ucimf-chewing 但是新酷音輸入法還是叫不出來」的問題 │ │ └── README.md │ └── 將 TTY1 的 getty 改為 fbterm │ │ └── README.md ├── 預設將硬體時鐘時間視為本地時間,避免 Ubuntu 與 Microsoft Windows 雙系統時對硬體時鐘的解讀產生差異 │ └── README.markdown └── 預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站 │ └── README.markdown ├── 專案說明文件.markdown ├── 第三方軟體 └── README.markdown ├── 說明文件 ├── README.markdown ├── 使用手冊 │ └── README.markdown ├── 宣傳簡報 │ ├── README.markdown │ ├── 《台灣社群非官方客製 Ubuntu 作業系統》專案介紹簡報.fodp │ └── 使用到的資源 │ │ └── 圖片 │ │ ├── Free area of the Republic of China.svg │ │ ├── README.markdown │ │ ├── Taiwan mainland curve.svg │ │ ├── Ubuntu Circle of Friends (white and orange, hex).Taiwan.svg │ │ ├── Ubuntu Circle of Friends (white and orange, hex).Taiwan.svg.png │ │ ├── Ubuntu Circle of Friends (white and orange, hex).svg │ │ ├── Ubuntu Design Pictograms │ │ ├── README.markdown │ │ ├── pictogram-community-orange-hex.inverted.svg │ │ ├── pictogram-community-orange-hex.svg │ │ ├── pictogram-download-orange-hex.svg │ │ ├── pictogram-forum-orange-hex.svg │ │ ├── pictogram-guidelines-orange-hex.svg │ │ ├── pictogram-help-orange-hex.svg │ │ ├── pictogram-internet-orange-hex.svg │ │ ├── pictogram-locations-orange-hex.svg │ │ ├── pictogram-office_application-orange-hex.invert color.svg │ │ ├── pictogram-office_application-orange-hex.svg │ │ └── pictogram-training-orange-hex.svg │ │ ├── Ubuntu logo set SVG │ │ ├── README.markdown │ │ ├── ubuntu_black-orange_hex.svg │ │ ├── ubuntu_black_hex.svg │ │ ├── ubuntu_orange_hex.svg │ │ ├── ubuntu_white-orange(cof)_hex.svg │ │ ├── ubuntu_white-orange_hex.svg │ │ └── ubuntu_white_hex.svg │ │ ├── by-sa.svg │ │ ├── 特色 - 同時安裝了簡體中文與香港語系,增加介面在地化的程度.png │ │ ├── 特色 - 預設安裝了 Unity 與 XFCE 桌面環境.png │ │ ├── 特色 - 預設安裝了中文 manpage 說明文件.png │ │ ├── 特色 - 預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站.png │ │ ├── 特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!.png │ │ ├── 特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!修正前.png │ │ └── 特色 - 預設支援中文顯示與輸入的 TTY 終端機.png └── 開發文件 │ ├── README.markdown │ └── 將變更整合到系統全域.markdown ├── 變更紀錄.markdown ├── 資源 ├── 專案 Logo.png ├── 特色 - 同時安裝了簡體中文與香港語系,增加介面在地化的程度.png ├── 特色 - 預設安裝了 Unity 與 XFCE 桌面環境.png ├── 特色 - 預設安裝了中文 manpage 說明文件.png ├── 特色 - 預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站.png ├── 特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!.png └── 特色 - 預設支援中文顯示與輸入的 TTY 終端機.png └── 軟體建構解決方案 ├── README.markdown ├── live-build ├── .gitignore ├── Preseed │ └── ubuntu-tw-ubuntu.preseed ├── README.markdown ├── auto │ ├── build │ ├── build.livecd-rootfs │ ├── clean │ ├── clean.livecd-rootfs │ ├── config │ └── config.livecd-rootfs ├── 修正 │ ├── lb_binary_disk.patched │ └── lb_binary_syslinux.patched └── 說明文件.markdown ├── 傳統批次命令 ├── README.markdown └── 說明文件.markdown ├── 手工建構 ├── README.markdown └── 說明文件.markdown └── 說明文件.markdown /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/.gitignore -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/README.markdown -------------------------------------------------------------------------------- /修正/Plymouth 開機畫面中文支援/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/Plymouth 開機畫面中文支援/README.markdown -------------------------------------------------------------------------------- /修正/README.markdown: -------------------------------------------------------------------------------- 1 | # 修正/ 2 | 台灣社群非官方客製版 Ubuntu 作業系統所套用的修正。 3 | -------------------------------------------------------------------------------- /修正/修正 XFCE 桌面環境預設圖示主題不存在的問題/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/修正 XFCE 桌面環境預設圖示主題不存在的問題/README.markdown -------------------------------------------------------------------------------- /修正/安裝 SSH 伺服器與 Fail2ban/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/安裝 SSH 伺服器與 Fail2ban/README.markdown -------------------------------------------------------------------------------- /修正/安裝 VirtualBox 與 VMware 虛擬機器客端作業系統支援軟體/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/安裝 VirtualBox 與 VMware 虛擬機器客端作業系統支援軟體/README.markdown -------------------------------------------------------------------------------- /修正/安裝並設定 HIME 輸入法框架為預設輸入法/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/安裝並設定 HIME 輸入法框架為預設輸入法/README.markdown -------------------------------------------------------------------------------- /修正/安裝中文的 manpage 格式說明文件/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/安裝中文的 manpage 格式說明文件/README.markdown -------------------------------------------------------------------------------- /修正/安裝符合台灣筆劃規範的字型/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/安裝符合台灣筆劃規範的字型/README.markdown -------------------------------------------------------------------------------- /修正/安裝與設定 XFCE 桌面環境/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/安裝與設定 XFCE 桌面環境/README.markdown -------------------------------------------------------------------------------- /修正/安裝與設定 XFCE 桌面環境/_etc_xdg_xfce4_panel_default.xml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/安裝與設定 XFCE 桌面環境/_etc_xdg_xfce4_panel_default.xml.patch -------------------------------------------------------------------------------- /修正/暫時修正 XFCE 桌面環境下無法切換使用者的問題/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/暫時修正 XFCE 桌面環境下無法切換使用者的問題/README.markdown -------------------------------------------------------------------------------- /修正/暫時修正 XFCE 桌面環境下無法切換使用者的問題/gdmflexiserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/暫時修正 XFCE 桌面環境下無法切換使用者的問題/gdmflexiserver -------------------------------------------------------------------------------- /修正/設定預設使用所有可用的中文介面翻譯/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/設定預設使用所有可用的中文介面翻譯/README.markdown -------------------------------------------------------------------------------- /修正/讓 TTY 終端機支援中文顯示與輸入/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/讓 TTY 終端機支援中文顯示與輸入/README.markdown -------------------------------------------------------------------------------- /修正/讓 TTY 終端機支援中文顯示與輸入/修正「安裝了 ucimf-chewing 但是新酷音輸入法還是叫不出來」的問題/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/讓 TTY 終端機支援中文顯示與輸入/修正「安裝了 ucimf-chewing 但是新酷音輸入法還是叫不出來」的問題/README.md -------------------------------------------------------------------------------- /修正/讓 TTY 終端機支援中文顯示與輸入/將 TTY1 的 getty 改為 fbterm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/讓 TTY 終端機支援中文顯示與輸入/將 TTY1 的 getty 改為 fbterm/README.md -------------------------------------------------------------------------------- /修正/預設將硬體時鐘時間視為本地時間,避免 Ubuntu 與 Microsoft Windows 雙系統時對硬體時鐘的解讀產生差異/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/預設將硬體時鐘時間視為本地時間,避免 Ubuntu 與 Microsoft Windows 雙系統時對硬體時鐘的解讀產生差異/README.markdown -------------------------------------------------------------------------------- /修正/預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/修正/預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站/README.markdown -------------------------------------------------------------------------------- /專案說明文件.markdown: -------------------------------------------------------------------------------- 1 | README.markdown -------------------------------------------------------------------------------- /第三方軟體/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/第三方軟體/README.markdown -------------------------------------------------------------------------------- /說明文件/README.markdown: -------------------------------------------------------------------------------- 1 | # 說明文件/ 2 | 如題。 -------------------------------------------------------------------------------- /說明文件/使用手冊/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/使用手冊/README.markdown -------------------------------------------------------------------------------- /說明文件/宣傳簡報/README.markdown: -------------------------------------------------------------------------------- 1 | # 宣傳簡報 2 | 如題 3 | -------------------------------------------------------------------------------- /說明文件/宣傳簡報/《台灣社群非官方客製 Ubuntu 作業系統》專案介紹簡報.fodp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/《台灣社群非官方客製 Ubuntu 作業系統》專案介紹簡報.fodp -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Free area of the Republic of China.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Free area of the Republic of China.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/README.markdown -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Taiwan mainland curve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Taiwan mainland curve.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Circle of Friends (white and orange, hex).Taiwan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Circle of Friends (white and orange, hex).Taiwan.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Circle of Friends (white and orange, hex).Taiwan.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Circle of Friends (white and orange, hex).Taiwan.svg.png -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Circle of Friends (white and orange, hex).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Circle of Friends (white and orange, hex).svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/README.markdown -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-community-orange-hex.inverted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-community-orange-hex.inverted.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-community-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-community-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-download-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-download-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-forum-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-forum-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-guidelines-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-guidelines-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-help-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-help-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-internet-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-internet-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-locations-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-locations-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-office_application-orange-hex.invert color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-office_application-orange-hex.invert color.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-office_application-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-office_application-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-training-orange-hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu Design Pictograms/pictogram-training-orange-hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/README.markdown -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_black-orange_hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_black-orange_hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_black_hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_black_hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_orange_hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_orange_hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_white-orange(cof)_hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_white-orange(cof)_hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_white-orange_hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_white-orange_hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_white_hex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/Ubuntu logo set SVG/ubuntu_white_hex.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/by-sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/by-sa.svg -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/特色 - 同時安裝了簡體中文與香港語系,增加介面在地化的程度.png: -------------------------------------------------------------------------------- 1 | ../../../../資源/特色 - 同時安裝了簡體中文與香港語系,增加介面在地化的程度.png -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/特色 - 預設安裝了 Unity 與 XFCE 桌面環境.png: -------------------------------------------------------------------------------- 1 | ../../../../資源/特色 - 預設安裝了 Unity 與 XFCE 桌面環境.png -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/特色 - 預設安裝了中文 manpage 說明文件.png: -------------------------------------------------------------------------------- 1 | ../../../../資源/特色 - 預設安裝了中文 manpage 說明文件.png -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/特色 - 預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站.png: -------------------------------------------------------------------------------- 1 | ../../../../資源/特色 - 預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站.png -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!.png: -------------------------------------------------------------------------------- 1 | ../../../../資源/特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!.png -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!修正前.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/宣傳簡報/使用到的資源/圖片/特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!修正前.png -------------------------------------------------------------------------------- /說明文件/宣傳簡報/使用到的資源/圖片/特色 - 預設支援中文顯示與輸入的 TTY 終端機.png: -------------------------------------------------------------------------------- 1 | ../../../../資源/特色 - 預設支援中文顯示與輸入的 TTY 終端機.png -------------------------------------------------------------------------------- /說明文件/開發文件/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/開發文件/README.markdown -------------------------------------------------------------------------------- /說明文件/開發文件/將變更整合到系統全域.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/說明文件/開發文件/將變更整合到系統全域.markdown -------------------------------------------------------------------------------- /變更紀錄.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/變更紀錄.markdown -------------------------------------------------------------------------------- /資源/專案 Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/資源/專案 Logo.png -------------------------------------------------------------------------------- /資源/特色 - 同時安裝了簡體中文與香港語系,增加介面在地化的程度.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/資源/特色 - 同時安裝了簡體中文與香港語系,增加介面在地化的程度.png -------------------------------------------------------------------------------- /資源/特色 - 預設安裝了 Unity 與 XFCE 桌面環境.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/資源/特色 - 預設安裝了 Unity 與 XFCE 桌面環境.png -------------------------------------------------------------------------------- /資源/特色 - 預設安裝了中文 manpage 說明文件.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/資源/特色 - 預設安裝了中文 manpage 說明文件.png -------------------------------------------------------------------------------- /資源/特色 - 預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/資源/特色 - 預設採用國家實驗研究院國家高速網路與計算中心自由軟體實驗室 20 Gbps 的高速軟體來源鏡像站.png -------------------------------------------------------------------------------- /資源/特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/資源/特色 - 預設支援中文訊息顯示的 Plymouth 開機畫面!.png -------------------------------------------------------------------------------- /資源/特色 - 預設支援中文顯示與輸入的 TTY 終端機.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/資源/特色 - 預設支援中文顯示與輸入的 TTY 終端機.png -------------------------------------------------------------------------------- /軟體建構解決方案/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/軟體建構解決方案/README.markdown -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/軟體建構解決方案/live-build/.gitignore -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/Preseed/ubuntu-tw-ubuntu.preseed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/軟體建構解決方案/live-build/Preseed/ubuntu-tw-ubuntu.preseed -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/軟體建構解決方案/live-build/README.markdown -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/auto/build: -------------------------------------------------------------------------------- 1 | build.livecd-rootfs -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/auto/build.livecd-rootfs: -------------------------------------------------------------------------------- 1 | /usr/share/livecd-rootfs/live-build/auto/build -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/auto/clean: -------------------------------------------------------------------------------- 1 | clean.livecd-rootfs -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/auto/clean.livecd-rootfs: -------------------------------------------------------------------------------- 1 | /usr/share/livecd-rootfs/live-build/auto/clean -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/auto/config: -------------------------------------------------------------------------------- 1 | config.livecd-rootfs -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/auto/config.livecd-rootfs: -------------------------------------------------------------------------------- 1 | /usr/share/livecd-rootfs/live-build/auto/config -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/修正/lb_binary_disk.patched: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/軟體建構解決方案/live-build/修正/lb_binary_disk.patched -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/修正/lb_binary_syslinux.patched: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/軟體建構解決方案/live-build/修正/lb_binary_syslinux.patched -------------------------------------------------------------------------------- /軟體建構解決方案/live-build/說明文件.markdown: -------------------------------------------------------------------------------- 1 | README.markdown -------------------------------------------------------------------------------- /軟體建構解決方案/傳統批次命令/README.markdown: -------------------------------------------------------------------------------- 1 | # 傳統批次命令 2 | ## 本軟體建構解決方案依賴的軟體 3 | -------------------------------------------------------------------------------- /軟體建構解決方案/傳統批次命令/說明文件.markdown: -------------------------------------------------------------------------------- 1 | README.markdown -------------------------------------------------------------------------------- /軟體建構解決方案/手工建構/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Not-That-Ubuntu-Taiwan-Community/Ubuntu-TW-Ubuntu/HEAD/軟體建構解決方案/手工建構/README.markdown -------------------------------------------------------------------------------- /軟體建構解決方案/手工建構/說明文件.markdown: -------------------------------------------------------------------------------- 1 | README.markdown -------------------------------------------------------------------------------- /軟體建構解決方案/說明文件.markdown: -------------------------------------------------------------------------------- 1 | README.markdown --------------------------------------------------------------------------------