特殊:Badtitle/NS100:SSH VPN:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第17行: | 第17行: | ||
function searchChange(e) { | function searchChange(e) { | ||
// Update search buttons status according to search box content. | |||
// Ignore empty or whitespace search term. | |||
var value = e.value.replace(/\s+/, ''); | |||
if (value == '' || searchIsDisabled) { | |||
searchSetDisabled(true); | |||
} else { | |||
searchSetDisabled(false); | |||
} | |||
} | } | ||
function searchSetDisabled(flag) { | function searchSetDisabled(flag) { | ||
// Enable or disable search | |||
document.getElementById('fullsearch').disabled = flag; | |||
document.getElementById('titlesearch').disabled = flag; | |||
} | } | ||
function searchFocus(e) { | function searchFocus(e) { | ||
// Update search input content on focus | |||
if (e.value == 'Search') { | |||
e.value = ''; | |||
e.style.color = 'black'; | |||
searchIsDisabled = false; | |||
} | |||
} | } | ||
function searchBlur(e) { | function searchBlur(e) { | ||
// Update search input content on blur | |||
if (e.value == '') { | |||
e.value = 'Search'; | |||
e.style.color = 'gray'; | |||
searchIsDisabled = true; | |||
} | |||
} | } | ||
function actionsMenuInit(title) { | function actionsMenuInit(title) { | ||
// Initiliaze action menu | |||
for (i = 0; i < document.forms.length; i++) { | |||
var form = document.forms[i]; | |||
if (form.className == 'actionsmenu') { | |||
// Check if this form needs update | |||
var div = form.getElementsByTagName('div')[0]; | |||
var label = div.getElementsByTagName('label')[0]; | |||
if (label) { | |||
// This is the first time: remove label and do buton. | |||
div.removeChild(label); | |||
var dobutton = div.getElementsByTagName('input')[0]; | |||
div.removeChild(dobutton); | |||
// and add menu title | |||
var select = div.getElementsByTagName('select')[0]; | |||
var item = document.createElement('option'); | |||
item.appendChild(document.createTextNode(title)); | |||
item.value = 'show'; | |||
select.insertBefore(item, select.options[0]); | |||
select.selectedIndex = 0; | |||
} | |||
} | |||
} | |||
} | } | ||
//--> | //--> | ||
第94行: | 第94行: | ||
<body lang="en" dir="ltr"> | <body lang="en" dir="ltr"> | ||
<script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script> | |||
<script xmlns="" type="text/javascript"><![CDATA[ | |||
_uacct = "UA-737845-5"; | |||
urchinTracker(); | |||
]]></script> | |||
<div id="header"> | <div id="header"> | ||
<div id="mastwrap"><div id="masthead"> | <div id="mastwrap"><div id="masthead"> | ||
第109行: | 第109行: | ||
<label for="searchinput">Search:</label> | <label for="searchinput">Search:</label> | ||
<input id="searchinput" type="text" name="value" value="" size="20" | <input id="searchinput" type="text" name="value" value="" size="20" | ||
onfocus="searchFocus(this)" onblur="searchBlur(this)" | |||
onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search"> | |||
<input id="titlesearch" name="titlesearch" type="submit" | <input id="titlesearch" name="titlesearch" type="submit" | ||
value="Titles" alt="Search Titles"> | |||
<input id="fullsearch" name="fullsearch" type="submit" | <input id="fullsearch" name="fullsearch" type="submit" | ||
value="Text" alt="Search Full Text"> | |||
</div> | </div> | ||
</form> | </form> | ||
第128行: | 第128行: | ||
<div id="sisternav"> | |||
<ul> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.06" | |||
accesskey="t">6.06 LTS</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.10" | |||
accesskey="t">6.10</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/7.04" | |||
accesskey="t">7.04</a> | |||
</li> | |||
<li id="current"> | |||
<a href="https://help.ubuntu.com/community" | |||
accesskey="t">Community Docs</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</div></div> | </div></div> | ||
第195行: | 第195行: | ||
<li><a href="/community/SSH?action=edit&template=TransparentTemplate">TransparentTemplate</a></li> | <li><a href="/community/SSH?action=edit&template=TransparentTemplate">TransparentTemplate</a></li> | ||
</ul> | </ul> | ||
</p> | |||
</td> | </td> | ||
<td style="vertical-align: top;"> | <td style="vertical-align: top;"> | ||
第214行: | 第214行: | ||
<li><a href="/community/VNCOverSSH">VNCOverSSH</a></li> | <li><a href="/community/VNCOverSSH">VNCOverSSH</a></li> | ||
</ul> | </ul> | ||
</p> | |||
</td> | </td> | ||
</tr> | </tr> | ||
第231行: | 第231行: | ||
<div id="footer"> | <div id="footer"> | ||
<div id="ubuntulinks"> | |||
© 2007 <a href="http://www.canonical.com">Canonical Ltd</a>. Ubuntu, Kubuntu, Edubuntu and Canonical are registered trademarks of Canonical Ltd.<br /> | |||
<a href="http://www.ubuntu.com/feedback">Feedback</a> — | |||
<a href="http://www.ubuntu.com/legal">Legal</a> — | |||
<a href="https://wiki.ubuntu.com/wiki/credits">Credits</a><!-- — | |||
<a href="http://www.ubuntu.com/sitemap">Site Map</a>--> | |||
</div> | |||
2007年5月24日 (四) 14:49的版本
文章出处: |
{{#if: | VPN {{{2}}} | https://help.ubuntu.com/community/SSH VPN }} |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/af | • {{#if: UbuntuHelp:SSH VPN|Afrikaans| [[::SSH VPN/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/ar | • {{#if: UbuntuHelp:SSH VPN|العربية| [[::SSH VPN/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/az | • {{#if: UbuntuHelp:SSH VPN|azərbaycanca| [[::SSH VPN/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/bcc | • {{#if: UbuntuHelp:SSH VPN|جهلسری بلوچی| [[::SSH VPN/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/bg | • {{#if: UbuntuHelp:SSH VPN|български| [[::SSH VPN/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/br | • {{#if: UbuntuHelp:SSH VPN|brezhoneg| [[::SSH VPN/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/ca | • {{#if: UbuntuHelp:SSH VPN|català| [[::SSH VPN/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/cs | • {{#if: UbuntuHelp:SSH VPN|čeština| [[::SSH VPN/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/de | • {{#if: UbuntuHelp:SSH VPN|Deutsch| [[::SSH VPN/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/el | • {{#if: UbuntuHelp:SSH VPN|Ελληνικά| [[::SSH VPN/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/es | • {{#if: UbuntuHelp:SSH VPN|español| [[::SSH VPN/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/fa | • {{#if: UbuntuHelp:SSH VPN|فارسی| [[::SSH VPN/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/fi | • {{#if: UbuntuHelp:SSH VPN|suomi| [[::SSH VPN/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/fr | • {{#if: UbuntuHelp:SSH VPN|français| [[::SSH VPN/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/gu | • {{#if: UbuntuHelp:SSH VPN|ગુજરાતી| [[::SSH VPN/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/he | • {{#if: UbuntuHelp:SSH VPN|עברית| [[::SSH VPN/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/hu | • {{#if: UbuntuHelp:SSH VPN|magyar| [[::SSH VPN/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/id | • {{#if: UbuntuHelp:SSH VPN|Bahasa Indonesia| [[::SSH VPN/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/it | • {{#if: UbuntuHelp:SSH VPN|italiano| [[::SSH VPN/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/ja | • {{#if: UbuntuHelp:SSH VPN|日本語| [[::SSH VPN/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/ko | • {{#if: UbuntuHelp:SSH VPN|한국어| [[::SSH VPN/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/ksh | • {{#if: UbuntuHelp:SSH VPN|Ripoarisch| [[::SSH VPN/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/mr | • {{#if: UbuntuHelp:SSH VPN|मराठी| [[::SSH VPN/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/ms | • {{#if: UbuntuHelp:SSH VPN|Bahasa Melayu| [[::SSH VPN/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/nl | • {{#if: UbuntuHelp:SSH VPN|Nederlands| [[::SSH VPN/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/no | • {{#if: UbuntuHelp:SSH VPN|norsk| [[::SSH VPN/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/oc | • {{#if: UbuntuHelp:SSH VPN|occitan| [[::SSH VPN/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/pl | • {{#if: UbuntuHelp:SSH VPN|polski| [[::SSH VPN/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/pt | • {{#if: UbuntuHelp:SSH VPN|português| [[::SSH VPN/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/ro | • {{#if: UbuntuHelp:SSH VPN|română| [[::SSH VPN/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/ru | • {{#if: UbuntuHelp:SSH VPN|русский| [[::SSH VPN/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/si | • {{#if: UbuntuHelp:SSH VPN|සිංහල| [[::SSH VPN/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/sq | • {{#if: UbuntuHelp:SSH VPN|shqip| [[::SSH VPN/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/sr | • {{#if: UbuntuHelp:SSH VPN|српски / srpski| [[::SSH VPN/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/sv | • {{#if: UbuntuHelp:SSH VPN|svenska| [[::SSH VPN/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/th | • {{#if: UbuntuHelp:SSH VPN|ไทย| [[::SSH VPN/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/tr | • {{#if: UbuntuHelp:SSH VPN|Türkçe| [[::SSH VPN/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/vi | • {{#if: UbuntuHelp:SSH VPN|Tiếng Việt| [[::SSH VPN/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/yue | • {{#if: UbuntuHelp:SSH VPN|粵語| [[::SSH VPN/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/zh | • {{#if: UbuntuHelp:SSH VPN|中文| [[::SSH VPN/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/zh-hans | • {{#if: UbuntuHelp:SSH VPN|中文(简体)| [[::SSH VPN/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:SSH VPN | UbuntuHelp:SSH VPN | {{#if: | :}}SSH VPN}}/zh-hant | • {{#if: UbuntuHelp:SSH VPN|中文(繁體)| [[::SSH VPN/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:SSH VPN|:SSH VPN|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :SSH VPN/zh | | {{#ifexist: SSH VPN/zh | | {{#ifeq: {{#titleparts:SSH VPN|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:SSH VPN|1|-1|}} | zh | | }}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
SSH
This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.
Create new empty page
Page templates: |
Existing pages with similar names: |
|
|