#Licensed to the Apache Software Foundation (ASF) under one #or more contributor license agreements. See the NOTICE file #distributed with this work for additional information #regarding copyright ownership. The ASF licenses this file #to you under the Apache License, Version 2.0 (the #"License"); you may not use this file except in compliance #with the License. You may obtain a copy of the License at #http://www.apache.org/licenses/LICENSE-2.0 #Unless required by applicable law or agreed to in writing, #software distributed under the License is distributed on an #"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY #KIND, either express or implied. See the License for the #specific language governing permissions and limitations #under the License. # # Translators: # Isaac Chiang , 2013. msgid "" msgstr "" "Project-Id-Version: Apache CloudStack Docs\n" "POT-Creation-Date: 2013-04-12T11:19:39\n" "PO-Revision-Date: 2013-03-22 01:06+0000\n" "Last-Translator: isaac.chiang \n" "Language-Team: None\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. Tag: title #, no-c-format msgid "Linux OS Installation" msgstr "Linux作業系統安裝" #. Tag: para #, no-c-format msgid "Use the following steps to begin the Linux OS installation:" msgstr "請依下列步驟開始安裝Linux作業系統安裝:" #. Tag: para #, no-c-format msgid "Download the script file cloud-set-guest-password:" msgstr "下載cloud-set-guest-password腳本程式:" #. Tag: para #, no-c-format msgid "" "Linux: " msgstr "Linux: " #. Tag: para #, no-c-format msgid "" "Windows: " msgstr "Windows: " #. Tag: para #, no-c-format msgid "Copy this file to /etc/init.d." msgstr "將檔案複製到/etc/init.d。" #. Tag: para #, no-c-format msgid "On some Linux distributions, copy the file to /etc/rc.d/init.d." msgstr "某些特定的Linux distribution,請將檔案複製到/etc/rc.d/init.d。" #. Tag: para #, no-c-format msgid "Run the following command to make the script executable:" msgstr "修改腳本程式的執行權限,請執行以下指令" #. Tag: programlisting #, no-c-format msgid "chmod +x /etc/init.d/cloud-set-guest-password" msgstr "chmod +x /etc/init.d/cloud-set-guest-password" #. Tag: para #, no-c-format msgid "" "Depending on the Linux distribution, continue with the appropriate step." msgstr "依據您LInux的distribution,請繼續以下適當的安裝步驟" #. Tag: para #, no-c-format msgid "On Fedora, CentOS/RHEL, and Debian, run:" msgstr "在Fedora、CentOS/RHEL或是Debian請執行:" #. Tag: programlisting #, no-c-format msgid "chkconfig --add cloud-set-guest-password" msgstr "chkconfig --add cloud-set-guest-password" #. Tag: para #, no-c-format msgid "" "On Ubuntu with VMware tools, link the script file to the /etc/network/if-up " "and /etc/network/if-down folders, and run the script:" msgstr "在具有VMware tools的Unbuntu系統上,請連結(link)腳本程式至 /etc/network/if-up和/etc/network/if-down資料夾中並執行" #. Tag: programlisting #, no-c-format msgid "" "#ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-up/cloud-set-guest-password\n" "#ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-down/cloud-set-guest-password" msgstr "#ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-up/cloud-set-guest-password\n#ln -s /etc/init.d/cloud-set-guest-password /etc/network/if-down/cloud-set-guest-password" #. Tag: para #, no-c-format msgid "" "If you are using Ubuntu 11.04, start by creating a directory called " "/var/lib/dhcp3 on your Ubuntu machine (works around a known issue with this " "version of Ubuntu). On all Ubuntu versions: Run “sudo update-rc.d cloud-set-" "guest-password defaults 98”. To test, run \"mkpasswd\" and check that it is " "generating a new password. If the “mkpasswd” command does not exist, run " "\"sudo apt-get install whois\" (or sudo apt-get install mkpasswd, depending " "on your Ubuntu version) and repeat." msgstr "如果您的作業系統是Ubuntu 11.04,請先建立/var/lib/dhcp3資料夾(這是為了解決於Ubuntu系統中的已知問題),在所有的Ubuntu版本中,請執行“sudo update-rc.d cloud-set-guest-password defaults 98\"。若要進行測試,請執行\"mkpasswd\"檢查是否已產生新的密碼,如果\"mkpasswd\"指令不存在,請執行\"sudo apt-get install whois\"(或是sudo apt-get install mkpasswd,依據您的Ubuntu版本而定),並重複此步驟。"