[baobab/mallard-documentation] I added three common problems tasks.



commit 6f10f66343d4b1e965ade556f98d976d42c1dba3
Author: Julita Inca <yrazes gmail com>
Date:   Sun Dec 25 18:13:53 2011 -0500

    I added three common problems tasks.

 help/C/multi-core.page      |   36 ++++++++++++++++++++++++++++++++++++
 help/C/no-come-up.page      |   33 +++++++++++++++++++++++++++++++++
 help/C/virtual-folders.page |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 102 insertions(+), 0 deletions(-)
---
diff --git a/help/C/multi-core.page b/help/C/multi-core.page
new file mode 100644
index 0000000..23698da
--- /dev/null
+++ b/help/C/multi-core.page
@@ -0,0 +1,36 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="multi-core">
+  <info>
+    <revision version="0.1" date="2011-12-25" status="stub"/>
+    <link type="guide" xref="index#problems"/>
+    <credit type="author copyright">
+      <name>Julita Inca</name>
+      <email>yrazes gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>Maybe you have multi-core computer, but only one disk needs to be scanned.</desc>
+  </info>
+
+  <title>Can I scan separately my disks if I have more than one?</title>
+
+  <comment>
+    <cite date="2011-12-25" href="mailto:yrazes gmail com">Julita Inca</cite>
+    <p>This assumes the reader knows how to use the 'df' command, or at least knows what is the 
+    disk is usually used. By the end of this page, the reader will be able to scan hard disk separately.</p>
+  </comment>
+
+  <p>It is possible that your computer have more than one hard disk inside, 
+  but you know it is only one or two usually used.</p><p>To custom hard disk scan:</p>
+
+  <steps>
+    <item><p>Clik <gui>Edit</gui> from the menu.</p></item>
+    <item><p>Select <gui>Preferences</gui>.</p></item>
+  </steps>
+  <note style="normal">
+    <p>Enable <gui><app>Monitor</app> changes to your <file>home</file> folder</gui> 
+    if you want to move all the information of <app>Monitor</app> to the actual <gui>Home</gui> folder.</p>
+    <p><app>Monitor</app> provides further realtime information of Linux logs.</p>
+  </note>
+</page>
diff --git a/help/C/no-come-up.page b/help/C/no-come-up.page
new file mode 100644
index 0000000..0dd0517
--- /dev/null
+++ b/help/C/no-come-up.page
@@ -0,0 +1,33 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="no-come-up">
+  <info>
+    <revision version="0.1" date="2011-12-25" status="stub"/>
+    <link type="guide" xref="index#problems" group="#first"/>
+    <credit type="author copyright">
+      <name>Julita Inca</name>
+      <email>yrazes gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>When you click on Disk Usage Analyzer icon and nothing happens.</desc>
+  </info>
+
+  <title>I click on Disk Usage Analyzer and nothing comes up</title>
+
+  <comment>
+    <cite date="2011-12-25" href="mailto:yrazes gmail com">Julita Inca</cite>
+    <p>This assumes the reader knows how to.... By the end of this page,
+    the reader will be able to use commands on terminal.</p>
+  </comment>
+
+  <p>Try these options:</p>
+
+  <list>
+    <item><p>Open a terminal and type:</p><code>gksudo</code></item>
+    <item><p>If you receive a segmentation fault message, remove the ~/.gconf/apps/baobab folder</p>.</item>
+  </list>
+  
+  <p>See more details <link href="https://help.ubuntu.com/community/Baobab";>here</link>.</p>
+
+</page>
diff --git a/help/C/virtual-folders.page b/help/C/virtual-folders.page
new file mode 100644
index 0000000..f8a3b5d
--- /dev/null
+++ b/help/C/virtual-folders.page
@@ -0,0 +1,33 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="virtual-folders">
+  <info>
+    <revision version="0.1" date="2011-12-25" status="stub"/>
+    <link type="guide" xref="index#problems"/>
+    <credit type="author copyright">
+      <name>Julita Inca</name>
+      <email>yrazes gmail com</email>
+      <years>2011</years>
+    </credit>
+
+    <desc>The list shown in terminal does not match with the graphic list in Disk Usage Analyzer.</desc>
+  </info>
+
+  <title>Why not all the folders are shown in the scan filesystem option?</title>
+
+  <comment>
+    <cite date="2011-12-25" href="mailto:yrazes gmail com">Julita Inca</cite>
+    <p>This assumes the reader knows about the folders that can be listed in the filesystem.
+    By the end of this page, the reader will be able to learn more about virtual folders.</p>
+  </comment>
+
+  <p>When you start or restart your computer there are some folders that are created with 0 size.
+  These folders contain information like timestamp and other features that only a root user can manage
+  because it affects the configuration of the kernel.</p>
+  <p><file>/proc</file> is one folder of that type, others like <file>/vmlinuz</file> also can be found
+  if you have installed a virtual machine in your computer.</p>
+
+  <note style="tip">
+   <p>You can learn more about these kind of folders <link href="http://unixhelp.ed.ac.uk/CGI/man-cgi?proc+5";>here</link></p>
+  </note>
+</page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]