特殊:Badtitle/NS100:System Tools:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
无编辑摘要
Oneleaf留言 | 贡献
无编辑摘要
第1行: 第1行:
{{From|https://help.ubuntu.com/community/System Tools}}
{{From|https://help.ubuntu.com/community/System_Tools}}
{{Languages|UbuntuHelp:System Tools}}
{{Languages|UbuntuHelp:System_Tools}}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
[[Include(Applications/NavigationMenu)]]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="robots" content="index,nofollow">




<title>System - Community Ubuntu Documentation</title>


<script type="text/javascript">
Listed here are a number of applications available for system maintenance and analysis.
<!--// common functions


// We keep here the state of the search box
== Applications ==
searchIsDisabled = false;


function searchChange(e) {
* '''Debian Reference''' (debian-reference) - Documentation for debian-based distributions like Ubuntu
// Update search buttons status according to search box content.
* '''[http://rofi.pinchito.com/eiciel/ Eiciel]''' Graphical permissions application.
// Ignore empty or whitespace search term.
* '''[http://hardinfo.berlios.de/web/HomePage HardInfo]''' - Hardware information and benchmarking.
var value = e.value.replace(/\s+/, '');
* '''[http://www.getautomatix.com/ Automatix]''' - Independent application for the easy installation of certain applications and multimedia codecs, some of which are unavailable in the official repositories.
if (value == '' || searchIsDisabled) {
* '''Ubuntu Device Database''' - Hardware profiler that submits information to a database for hardware compatibility analysis.
searchSetDisabled(true);
} else {
searchSetDisabled(false);
}
}
 
function searchSetDisabled(flag) {
// Enable or disable search
document.getElementById('fullsearch').disabled = flag;
document.getElementById('titlesearch').disabled = flag;
}
 
function searchFocus(e) {
// Update search input content on focus
if (e.value == 'Search') {
e.value = '';
e.style.color = 'black';
searchIsDisabled = false;
}
}
 
function searchBlur(e) {
// Update search input content on blur
if (e.value == '') {
e.value = 'Search';
e.style.color = 'gray';
searchIsDisabled = true;
}
}
 
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;
}
}
}
}
//-->
</script>
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntu/css/common.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntu/css/screen.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntu/css/print.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntu/css/projection.css">
 
<link rel="Start" href="/community/UserDocumentation">
<link rel="Alternate" title="Wiki Markup" href="/community/System?action=raw">
<link rel="Alternate" media="print" title="Print View" href="/community/System?action=print">
<link rel="Search" href="/community/FindPage">
<link rel="Index" href="/community/TitleIndex">
<link rel="Glossary" href="/community/WordIndex">
<link rel="Help" href="/community/HelpOnFormatting">
</head>
 
<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="mastwrap"><div id="masthead">
<div id="logo"><a href="/community/UserDocumentation">Community Ubuntu Documentation</a></div>
 
<form id="searchform" method="get" action="">
<div>
<input type="hidden" name="action" value="fullsearch">
<input type="hidden" name="context" value="180">
<label for="searchinput">Search:</label>
<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"
value="Titles" alt="Search Titles">
<input id="fullsearch" name="fullsearch" type="submit"
value="Text" alt="Search Full Text">
</div>
</form>
<script type="text/javascript">
<!--// Initialize search form
var f = document.getElementById('searchform');
f.getElementsByTagName('label')[0].style.display = 'none';
var e = document.getElementById('searchinput');
searchChange(e);
searchBlur(e);
//-->
</script>
 
 
<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>
 
<ul class="extranav">
<li><a href="/community/UserDocumentation">User Documentation</a></li>
</ul>
<ul class="editbar">
<li><a href="/community/UserPreferences">Login to edit</a></li>
</ul>
 
</div>
 
<div id="page" lang="en" dir="ltr"><!-- start page -->
 
 
<h1 id="title"><a title="Click to do a full-text search for this title" href="/community/System?action=fullsearch&amp;value=linkto%3A%22System%22&amp;context=180">System</a></h1>
<div lang="en" id="content" dir="ltr">
<a id="top"></a>
<div lang="en" id="content" dir="ltr">
<a id="top"></a>
<p><strong>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.</strong> </p>
<a href="/community/System?action=edit">Create new empty page</a><p> </p>
<div>
<table>
<tr>
<td>
<p> <strong>Page templates:</strong> </p>
</td>
<td>
<p> <strong>Existing pages with similar names:</strong> </p>
</td>
</tr>
<tr>
<td style="vertical-align: top;">
<p> <ul>
<li><a href="/community/System?action=edit&amp;template=AideTemplate">AideTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=[[category:CategoryTemplate">CategoryTemplate</a></li>]]
<li><a href="/community/System?action=edit&amp;template=DocumentationTemplate">DocumentationTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=HelpTemplate">HelpTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=HilfeTemplate">HilfeTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=HomepageTemplate">HomepageTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=PagePersonnelleTemplate">PagePersonnelleTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=Pr%c3%a9sentationTemplate">PrésentationTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=SlideShowHandOutTemplate">SlideShowHandOutTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=SlideShowTemplate">SlideShowTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=SlideTemplate">SlideTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=SupportPapierD'UnePr%c3%a9sentationTemplate">SupportPapierD'UnePrésentationTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=ThuisbladTemplate">ThuisbladTemplate</a></li>
<li><a href="/community/System?action=edit&amp;template=TransparentTemplate">TransparentTemplate</a></li>
</ul>
</p>
</td>
<td style="vertical-align: top;">
<p> <ul>
<li><a href="/community/SysteemInfo">SysteemInfo</a></li>
</ul>
<ul>
<li><a href="/community/System_Tools">System Tools</a></li>
<li><a href="/community/SystemAdministration">SystemAdministration</a></li>
<li><a href="/community/SystemInfo">SystemInfo</a></li>
<li><a href="/community/SystemPagesGroup">SystemPagesGroup</a></li>
<li><a href="/community/SystemPagesInChineseGroup">SystemPagesInChineseGroup</a></li>
<li><a href="/community/SystemPagesInDanishGroup">SystemPagesInDanishGroup</a></li>
<li><a href="/community/SystemPagesInDutchGroup">SystemPagesInDutchGroup</a></li>
<li><a href="/community/SystemPagesInEnglishGroup">SystemPagesInEnglishGroup</a></li>
<li><a href="/community/SystemPagesInFinnishGroup">SystemPagesInFinnishGroup</a></li>
<li><a href="/community/SystemPagesInFrenchGroup">SystemPagesInFrenchGroup</a></li>
<li><a href="/community/SystemPagesInGermanGroup">SystemPagesInGermanGroup</a></li>
<li><a href="/community/SystemPagesInHebrewGroup">SystemPagesInHebrewGroup</a></li>
<li><a href="/community/SystemPagesInItalianGroup">SystemPagesInItalianGroup</a></li>
<li><a href="/community/SystemPagesInJapaneseGroup">SystemPagesInJapaneseGroup</a></li>
<li><a href="/community/SystemPagesInNorwegianBokmalGroup">SystemPagesInNorwegianBokmalGroup</a></li>
<li><a href="/community/SystemPagesInPolishGroup">SystemPagesInPolishGroup</a></li>
<li><a href="/community/SystemPagesInRussianGroup">SystemPagesInRussianGroup</a></li>
<li><a href="/community/SystemPagesInSerbianGroup">SystemPagesInSerbianGroup</a></li>
<li><a href="/community/SystemPagesInSimplifiedChineseGroup">SystemPagesInSimplifiedChineseGroup</a></li>
<li><a href="/community/SystemPagesInSpanishGroup">SystemPagesInSpanishGroup</a></li>
<li><a href="/community/SystemPagesInSwedishGroup">SystemPagesInSwedishGroup</a></li>
</ul>
<ul>
<li><a href="/community/BackupYourSystem">BackupYourSystem</a></li>
</ul>
</p>
</td>
</tr>
</table>
</div>
<a id="bottom"></a>
 
</div>
<a id="bottom"></a>
 
</div>
 
</div> <!-- end page -->
 
 
<div id="footer">
 
<div id="ubuntulinks">
&copy; 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> &mdash;
<a href="http://www.ubuntu.com/legal">Legal</a> &mdash;
<a href="https://wiki.ubuntu.com/wiki/credits">Credits</a><!-- &mdash;
<a href="http://www.ubuntu.com/sitemap">Site Map</a>-->
</div>
 
 
</div>
</body>
</html>


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年5月24日 (四) 17:56的版本

{{#ifexist: :System Tools/zh | | {{#ifexist: System Tools/zh | | {{#ifeq: {{#titleparts:System Tools|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:System Tools|1|-1|}} | zh | | }}

Include(Applications/NavigationMenu)


Listed here are a number of applications available for system maintenance and analysis.

Applications

  • Debian Reference (debian-reference) - Documentation for debian-based distributions like Ubuntu
  • Eiciel Graphical permissions application.
  • HardInfo - Hardware information and benchmarking.
  • Automatix - Independent application for the easy installation of certain applications and multimedia codecs, some of which are unavailable in the official repositories.
  • Ubuntu Device Database - Hardware profiler that submits information to a database for hardware compatibility analysis.