{"id":23058150,"url":"https://github.com/samwhelp/fix-ubuntu-1404","last_synced_at":"2026-04-28T00:31:32.703Z","repository":{"id":90411902,"uuid":"41912442","full_name":"samwhelp/fix-ubuntu-1404","owner":"samwhelp","description":"Ubuntu 1404 調校","archived":false,"fork":false,"pushed_at":"2016-12-10T10:16:54.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-24T01:07:59.957Z","etag":null,"topics":["debian","ubuntu","ubuntu1404"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samwhelp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-04T11:32:59.000Z","updated_at":"2018-04-28T23:57:28.000Z","dependencies_parsed_at":"2023-03-15T03:48:02.567Z","dependency_job_id":null,"html_url":"https://github.com/samwhelp/fix-ubuntu-1404","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samwhelp/fix-ubuntu-1404","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Ffix-ubuntu-1404","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Ffix-ubuntu-1404/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Ffix-ubuntu-1404/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Ffix-ubuntu-1404/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwhelp","download_url":"https://codeload.github.com/samwhelp/fix-ubuntu-1404/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Ffix-ubuntu-1404/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","ubuntu","ubuntu1404"],"created_at":"2024-12-16T02:14:35.488Z","updated_at":"2026-04-28T00:31:32.674Z","avatar_url":"https://github.com/samwhelp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu 1404 調校\n\n## 緣起\n\n這裡面的「script」，是用來調校「Ubuntu 14.04」。\n\n是根據這篇「[[教學] Ubuntu 14.04的調校](http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=317196#forumpost317196)」，所整理出來的。\n\n發布在該篇的「[討論串](http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=345076#forumpost345076)」。\n\n\n## 前置作業\n\n安裝 git, make\n\n``` sh\n$ sudo apt-get install git make\n```\n\nclone\n\n``` sh\n$ git clone https://github.com/samwhelp/fix-ubuntu-1404.git ~/app/fix-ubuntu-1404\n```\n\n## 使用說明\n\n### 全部安裝\n\n切換到「~/app/fix-ubuntu-1404/main」這個資料夾。\n\n``` sh\n$ cd ~/app/fix-ubuntu-1404/main\n```\n\n執行\n\n``` sh\n$ make auto\n```\n\n就可以執行所有的安裝步驟。\n\n因為「script」有使用到「sudo」，所以會詢問你目前帳號的「密碼」。\n\n跟下面一個「make install」的區格，是因為下面的「make install」在安裝套件，會再度詢問確認，是否確定安裝，\n這個只有一開始確認，過程中就不詢問確認了。\n\n\n### 全部安裝\n\n切換到「~/app/fix-ubuntu-1404/main」這個資料夾。\n\n``` sh\n$ cd ~/app/fix-ubuntu-1404/main\n```\n\n執行\n\n``` sh\n$ make install\n```\n\n就可以執行所有的安裝步驟。\n\n因為「script」有使用到「sudo」，所以會詢問你目前帳號的「密碼」。\n\n\n### 個別安裝\n\n只要到「app」底下的個別資料夾，執行「make install」就行了。\n\n以安裝「radiotray」為例。\n\n切換到「~/app/fix-ubuntu-1404/main/app/radiotray」這個資料夾。\n\n``` sh\n$ cd ~/app/fix-ubuntu-1404/main/app/radiotray\n```\n\n執行\n\n``` sh\n$ make install\n```\n\n\n### 只有安裝全部套件\n\n切換到「~/app/fix-ubuntu-1404/main/」這個資料夾。\n\n``` sh\n$ cd ~/app/fix-ubuntu-1404/main/\n```\n\n執行\n\n``` sh\n$ make apt-install\n```\n\n這個動作只會安裝「app/$package/etc/package.list」裡面所列的套件。\n\n## 進階用法\n\n### 指定安裝\n\n切換到「~/app/fix-ubuntu-1404/main/」這個資料夾。\n\n``` sh\n$ cd ~/app/fix-ubuntu-1404/main/\n```\n\n執行\n\n``` sh\n$ make select\n```\n\n會產生「itf/select.list」這個檔，裡面的內容是「app」底下的資料夾名稱列表。\n\n然後你可以編輯「itf/select.list」\n\n``` sh\n$ vi itf/select.list\n```\n\n把不要安裝的刪除，在該行「dd」，就會刪除該行\n\n再來執行\n\n``` sh\n$ make select-install\n```\n\n就會依據「itf/select.list」列的，執行「app/$package/bin/install.sh」\n\n等同「make install」的自選版本。\n\n## LICENSE\n\n* MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Ffix-ubuntu-1404","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwhelp%2Ffix-ubuntu-1404","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Ffix-ubuntu-1404/lists"}