git 專案共享方法
適用於不使用 SSH 傳輸,而是透過 group 進行管理的方式1
2
3
4
5cd project_directory
git config core.sharedRepository group
sudo chgrp -R group_name .
sudo chmod -R g+rwx .
sudo find . -type d -exec chmod g+s {} \;
適用於不使用 SSH 傳輸,而是透過 group 進行管理的方式1
2
3
4
5cd project_directory
git config core.sharedRepository group
sudo chgrp -R group_name .
sudo chmod -R g+rwx .
sudo find . -type d -exec chmod g+s {} \;
在 etc 下建立 TZ 檔案,內容需填入時區,可參考 ubuntu 裡面 /usr/share/zoneinfo/ 的內容。
國家: 時區
Taipei: CST-8
Hong_Kong: HKT-8
Tokyo: JST-9
1 | # amixer --help |
到 http://www.alsa-project.org/main/index.php/Main_Page 下載 alsa-lib 跟 alsa-utils 並解壓縮