<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Learning Linux Together</title>
	<atom:link href="http://ubuntuforge.info/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuforge.info</link>
	<description>Just another Ubuntu weblog</description>
	<pubDate>Mon, 09 Jun 2008 10:04:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Convert an older Ubuntu installation</title>
		<link>http://ubuntuforge.info/convert-an-older-ubuntu-installation.html</link>
		<comments>http://ubuntuforge.info/convert-an-older-ubuntu-installation.html#comments</comments>
		<pubDate>Mon, 09 Jun 2008 09:45:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=23</guid>
		<description><![CDATA[To convert an older version (Ubuntu Gutsy (7.10), Feisty (7.04), Edgy (6.10) or Dapper (6.06)), follow these steps: Download this file on your desktop.  Open a terminal window (Applications→Accessories→Terminal) and move to the Desktop directory:
# cd ~/Desktop
]]></description>
			<content:encoded><![CDATA[<p>To convert an older version (Ubuntu Gutsy (7.10), Feisty (7.04), Edgy (6.10) or Dapper (6.06)), follow these steps: Download this <a class="urlextern" title="http://www.ubuntume.com/download/install-ubuntuME.sh" rel="nofollow" href="http://www.ubuntume.com/download/install-ubuntuME.sh">file</a> on your desktop.  Open a terminal window (Applications→Accessories→Terminal) and move to the Desktop directory:</p>
<p># cd ~/Desktop</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/convert-an-older-ubuntu-installation.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>HowTo Compile rTorrent From SVN In Ubuntu 8</title>
		<link>http://ubuntuforge.info/howto-compile-rtorrent-from-svn-in-ubuntu-8.html</link>
		<comments>http://ubuntuforge.info/howto-compile-rtorrent-from-svn-in-ubuntu-8.html#comments</comments>
		<pubDate>Sun, 01 Jun 2008 04:57:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<category><![CDATA[rTorrent]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=22</guid>
		<description><![CDATA[Torrent is a great way to transfer large files very quickly. However most torrent clients are gui based and have quite some impact on system resources (e.g. Azureus). rTorrent is a lightweight client running from the terminal. Being able to run it in a screen session (also upon boot) makes it ideal to also control [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 12pt; font-family: ">Torrent is a great way to transfer large files very quickly. However most torrent clients are gui based and have quite some impact on system resources (e.g. Azureus). rTorrent is a lightweight client running from the terminal. Being able to run it in a screen session (also upon boot) makes it ideal to also control it from a remote location</span></p>
<p><span id="more-22"></span></p>
<p><code><a class="dlimg" href="http://ubuntuforge.info/download/HowTo_Compile_rTorrent_From_SVN_In_Ubuntu_8.zip" title="Download HowTo Compile rTorrent From SVN In Ubuntu 8"><img src="http://ubuntuforge.info/wp-content/plugins/download-monitor/img/download.gif" alt="Download HowTo Compile rTorrent From SVN In Ubuntu 8" /></a></p>
<p class="dlstat">Downloaded a total of 0 times</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/howto-compile-rtorrent-from-svn-in-ubuntu-8.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)</title>
		<link>http://ubuntuforge.info/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-804-lts.html</link>
		<comments>http://ubuntuforge.info/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-804-lts.html#comments</comments>
		<pubDate>Sun, 01 Jun 2008 04:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<category><![CDATA[Courier]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Postfix]]></category>

		<category><![CDATA[SquirrelMail]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=21</guid>
		<description><![CDATA[This document describes how to install a mail server based on Postfix that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I&#8217;ll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.

The resulting Postfix [...]]]></description>
			<content:encoded><![CDATA[<p>This document describes how to install a mail server based on Postfix that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I&#8217;ll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.</p>
<p><span id="more-21"></span></p>
<p><span style="font-size: 12pt; font-family: ">The resulting Postfix server is capable of <strong>SMTP-AUTH</strong> and <strong>TLS</strong> and <strong>quota</strong> (quota is not built into Postfix by default, I&#8217;ll show how to patch your Postfix appropriately). Passwords are stored in <strong>encrypted</strong> form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of <strong>Amavisd</strong>, <strong>SpamAssassin</strong> and <strong>ClamAV</strong> so that emails will be scanned for spam and viruses. I will also show how to install <strong>SquirrelMail</strong> as a webmail interface so that users can read and send emails and change their passwords</span></p>
<p><code><a class="dlimg" href="http://ubuntuforge.info/download/Virtual_Users_And_Domains_With_Postfix.zip" title="Download Virtual Users And Domains With Postfix"><img src="http://ubuntuforge.info/wp-content/plugins/download-monitor/img/download.gif" alt="Download Virtual Users And Domains With Postfix" /></a></p>
<p class="dlstat">Downloaded a total of 15 times</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-ubuntu-804-lts.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Setting Up PHPlist (Open-Source Newsletter Manager)</title>
		<link>http://ubuntuforge.info/setting-up-phplist-open-source-newsletter-manager.html</link>
		<comments>http://ubuntuforge.info/setting-up-phplist-open-source-newsletter-manager.html#comments</comments>
		<pubDate>Sun, 01 Jun 2008 04:01:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=20</guid>
		<description><![CDATA[This document describes how to set up PHPlist on Fedora, CentOS, Ubuntu and Debian. This howto should also work for other distributions with little modifications. Taken from the phplist page: &#8220;phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 12pt; font-family: ">This document describes how to set up PHPlist on Fedora, CentOS, Ubuntu and Debian. This howto should also work for other distributions with little modifications. Taken from the phplist page: &#8220;phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded more than 10 000 times per month and is listed in the top open source projects for vitality score on Freshmeat. phplist is sponsored by tincan.&#8221;</span></p>
<p><span id="more-20"></span></p>
<p><code><a class="dlimg" href="http://ubuntuforge.info/download/Setting_Up_PHPlist.zip" title="Download Setting Up PHPlist Version 1.0"><img src="http://ubuntuforge.info/wp-content/plugins/download-monitor/img/download.gif" alt="Download Setting Up PHPlist Version 1.0" /></a></p>
<p class="dlstat">Downloaded a total of 4 times</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/setting-up-phplist-open-source-newsletter-manager.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Install A TeamSpeak Server On Ubuntu</title>
		<link>http://ubuntuforge.info/install-a-teamspeak-server-on-ubuntu.html</link>
		<comments>http://ubuntuforge.info/install-a-teamspeak-server-on-ubuntu.html#comments</comments>
		<pubDate>Sun, 25 May 2008 12:11:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<category><![CDATA[TeamSpeak]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/install-a-teamspeak-server-on-ubuntu.html</guid>
		<description><![CDATA[This tutorial describes how to set up a TeamSpeak server on an Ubuntu Server system. Teamspeak has the ability to make more than one server by setting different ports for each server. The user that controls all these servers is called the SuperAdmin, he has the ability to make more servers and users with or [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial describes how to set up a TeamSpeak server on an Ubuntu Server system. Teamspeak has the ability to make more than one server by setting different ports for each server. The user that controls all these servers is called the SuperAdmin, he has the ability to make more servers and users with or without their rights.</p>
<p><span id="more-19"></span></p>
<p><code><a class="dlimg" href="http://ubuntuforge.info/download/Install_A_TeamSpeak_Server_On_Ubuntu.zip" title="Download Install A TeamSpeak Server On Ubuntu"><img src="http://ubuntuforge.info/wp-content/plugins/download-monitor/img/download.gif" alt="Download Install A TeamSpeak Server On Ubuntu" /></a></p>
<p class="dlstat">Downloaded a total of 8 times</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/install-a-teamspeak-server-on-ubuntu.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using Linux as a Router</title>
		<link>http://ubuntuforge.info/using-linux-as-a-router.html</link>
		<comments>http://ubuntuforge.info/using-linux-as-a-router.html#comments</comments>
		<pubDate>Sun, 25 May 2008 04:26:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<category><![CDATA[Linux as a Router]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=18</guid>
		<description><![CDATA[Linux can be a terrific &#8220;poor man’s&#8221; router. It takes a little more startup configuration than a typical hardware router, but once it is going, very little will stop it, at least in our experience. We’ve been using the router setup detailed below in production for six months now (a few months more worth of [...]]]></description>
			<content:encoded><![CDATA[<p>Linux can be a terrific &#8220;poor man’s&#8221; router. It takes a little more startup configuration than a typical hardware router, but once it is going, very little will stop it, at least in our experience. We’ve been using the router setup detailed below in production for six months now (a few months more worth of pilot-testing), and the only faults we’ve encountered were either service-provider related or due to water-soaked cables &#8212; unbelievable, but true, and a really long story I won’t get into here!</p>
<p><span id="more-18"></span></p>
<p><code><a class="dlimg" href="http://ubuntuforge.info/download/using_linux_as_a_router.zip" title="Download using linux as a router"><img src="http://ubuntuforge.info/wp-content/plugins/download-monitor/img/download.gif" alt="Download using linux as a router" /></a></p>
<p class="dlstat">Downloaded a total of 4 times</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/using-linux-as-a-router.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>setting up a qmail server</title>
		<link>http://ubuntuforge.info/setting-up-a-qmail-server.html</link>
		<comments>http://ubuntuforge.info/setting-up-a-qmail-server.html#comments</comments>
		<pubDate>Sun, 25 May 2008 04:02:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=17</guid>
		<description><![CDATA[Dan Bernstein&#8217;s qmail package is a fast, secure and state of the art mail transfer agent (MTA). However, people often have problems setting it up for large systems with virtual domain handling, POP-boxes and forwarding via dialup connections. Here are my thoughts on this and how we&#8217;ve handled it at SpaceNet.


Downloaded a total of 12 [...]]]></description>
			<content:encoded><![CDATA[<p>Dan Bernstein&#8217;s qmail package is a fast, secure and state of the art mail transfer agent (MTA). However, people often have problems setting it up for large systems with virtual domain handling, POP-boxes and forwarding via dialup connections. Here are my thoughts on this and how we&#8217;ve handled it at SpaceNet.</p>
<p><span id="more-17"></span></p>
<p><code><a class="dlimg" href="http://ubuntuforge.info/download/setting_up_a_qmail_servers.zip" title="Download setting up a qmail servers"><img src="http://ubuntuforge.info/wp-content/plugins/download-monitor/img/download.gif" alt="Download setting up a qmail servers" /></a></p>
<p class="dlstat">Downloaded a total of 12 times</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/setting-up-a-qmail-server.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Postinstallation Validation</title>
		<link>http://ubuntuforge.info/postinstallation-validation.html</link>
		<comments>http://ubuntuforge.info/postinstallation-validation.html#comments</comments>
		<pubDate>Fri, 23 May 2008 17:47:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<category><![CDATA[Postinstallation Validation]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=15</guid>
		<description><![CDATA[Red Hat Enterprise Linux 3 creates a number of files when  installation is complete. These files essentially document what happened. The  basic installation log file, /root/install.log, lists the packages that Anaconda  installed on your system. The boot information is stored in the /var/log/dmesg  file. The commands used by Anaconda to install [...]]]></description>
			<content:encoded><![CDATA[<p class="first-para">Red Hat Enterprise Linux 3 creates a number of files when  installation is complete. These files essentially document what happened. The  basic installation log file, /root/install.log, lists the packages that Anaconda  installed on your system. The boot information is stored in the /var/log/dmesg  file. The commands used by Anaconda to install Linux is stored in the  /root/anaconda-ks.cfg file. This can serve as a template for the Kickstart  process, which you can use to install RHEL 3 automatically on different  computers. I describe Kickstart in more detail later in this chapter.</p>
<p class="first-para"><span id="more-15"></span></p>
<div class="section">
<h3 class="sect3-title"><a name="370"></a><a name="wbp03ch03P73"></a>The Installation  Log File</h3>
<p class="first-para">The installation log file, /root/install.log, provides a  baseline. After you run Linux for some time, you&#8217;ve probably installed and  upgraded a number of additional packages. You can refer back to this file to  find the packages installed when Linux was installed on this computer.<a name="371"></a><a name="IDX-161"></a></p>
</div>
<div class="section">
<h3 class="sect3-title"><a name="372"></a><a name="wbp03ch03P75"></a>dmesg Boot  Messages</h3>
<p class="first-para">The /var/log/dmesg file contains boot messages duplicated  from the console output as seen each time Linux boots. These messages contain  hardware information, process initialization, and sequencing information, and  more, as shown in <a class="internaljump" href="#figure.DDU41">Figure 3-1</a>.</p>
<div class="figure"><a name="373"></a><a href="http://ubuntuforge.info/wp-content/uploads/2008/05/cpu.jpg"><img class="alignnone size-medium wp-image-16" title="cpu" src="http://ubuntuforge.info/wp-content/uploads/2008/05/cpu.jpg" alt="" width="610" height="352" /></a><a name="figure.DDU41"></a><span class="figuremediaobject"><a name="IMG_31" href="images/f03%2D01%5F0%2Ejpg" target="_parent"></a></span> <br style="line-height: 1;" /><span class="figure-title"><span class="figure-titlelabel">Figure 3-1: </span>dmesg boot  messages</span></div>
</div>
<div class="section">
<h3 class="sect3-title"><a name="374"></a><a name="wbp03ch03P78"></a>Graphical or Text  Login Screen</h3>
<p class="first-para">After the installation process is complete, the installation  script shuts down and reboots the computer. If you configured a graphical login,  Linux starts in runlevel 5, the X Window login screen. Alternatively, if you  configured a text login, Linux starts in runlevel 3.</p>
<table class="note" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="admon-check" valign="top"></td>
<td class="admon-title" width="88" valign="top">On The Job</td>
<td class="admon-body" valign="top">
<p class="first-para">If your X Window server is not configured properly, you can  press <em class="emphasis"><span class="smallcaps">CTRL-ALT-F2</span></em><strong class="bold"><em class="emphasis"> </em></strong>to go back to a text-based login  screen.</p>
</td>
</tr>
</tbody>
</table>
<p class="last-para">It&#8217;s easy to shift runlevels. The <strong class="bold"><a class="chapterjump" href="DDU0151.html#1524" target="_parent">init </a></strong><strong class="bold"><em class="emphasis">x</em></strong> command, where <em class="emphasis">x </em>represents the runlevel, modifies the Linux system accordingly. For example,  if you have a text login, the <strong class="bold"><a class="chapterjump" href="DDU0151.html#1524" target="_parent">init </a></strong>5 command should move Linux  to a graphical login screen, assuming you have the appropriate packages such as  GNOME and the X Window System installed. Alternatively, the <strong class="bold">init 3 </strong>command moves Linux to a text login screen.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/postinstallation-validation.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Installation Troubleshooting</title>
		<link>http://ubuntuforge.info/certification-objective-301-installation-troubleshooting.html</link>
		<comments>http://ubuntuforge.info/certification-objective-301-installation-troubleshooting.html#comments</comments>
		<pubDate>Fri, 23 May 2008 17:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux tutorial]]></category>

		<category><![CDATA[Installation Troubleshooting]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=14</guid>
		<description><![CDATA[There are actually many processes running and many parts to  the installation. The system logs everything to an installation log file and  separates related information between four of the five virtual console screens  supported during the installation.





Exam Watch

If your installation is trouble-free, you&#8217;ll have a few  minutes on your hands during [...]]]></description>
			<content:encoded><![CDATA[<p class="first-para">There are actually many processes running and many parts to  the installation. The system logs everything to an installation log file and  separates related information between four of the five virtual console screens  supported during the installation.</p>
<p class="first-para"><span id="more-14"></span></p>
<table class="note" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="admon-check" valign="top"></td>
<td class="admon-title" width="88" valign="top">Exam Watch</td>
<td class="admon-body" valign="top">
<p class="first-para">If your installation is trouble-free, you&#8217;ll have a few  minutes on your hands during the Installation and Configuration exam. I suggest  that you use that time to plan how you&#8217;ll configure the services per the  requirements of your particular exam. But pay attention to the following  sections. If your installation gets stuck, the console screens described can  quickly help you diagnose the problem.<a name="363"></a><a name="IDX-158"></a></p>
</td>
</tr>
</tbody>
</table>
<div class="section">
<h3 class="sect3-title"><a name="364"></a><a name="wbp03ch03P19"></a>The Console  Installation Output Screens</h3>
<p class="first-para">There are up to six consoles available during the  installation process. Each console tells a different story. What you see depends  slightly on whether you install in text or graphical mode. A network graphical  installation is something of a hybrid; it starts in text mode before connecting  to the network source and proceeding to the graphical installation.</p>
<p class="para">Text mode starts in the first virtual console. Graphical mode runs  in the seventh virtual console (console number 6 is not used). You can switch  between virtual consoles using the commands defined in <a class="internaljump" href="#table.DDU39">Table 3-1</a>. If you&#8217;re in text mode, you don&#8217;t need to use  the <span class="smallcaps">CTRL</span> key (but it does no harm). As you can see  in the table, each console is associated with a function key.</p>
<p><a name="365"></a><a name="table.DDU39"></a></p>
<table class="table" border="1" width="100%">
<caption class="table-title"><span class="table-title"><span class="table-titlelabel">Table 3-1: </span>Installation Virtual Consoles</span> </caption>
<thead>
<tr valign="top">
<th class="th" width="51%" align="left" scope="col">
<p class="table-para">Command</p>
</th>
<th class="th" width="49%" align="left" scope="col">
<p class="table-para">Console and Function</p>
</th>
</tr>
</thead>
<tbody>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">ctrl-alt-f1</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Text installation display; if you&#8217;re running in graphical  mode, it includes the basic commands to start graphics drivers.</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">ctrl-alt-f2</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Accesses a bash shell prompt; available after the first few  installation steps.</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">ctrl-alt-f3</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Lists the log of installation messages.</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">ctrl-alt-f4</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Displays all kernel messages, including detected hardware  and drivers.</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">ctrl-alt-f5</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Installation displays partition formatting; not available  until Anaconda formats the actual partitions.</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">ctrl-alt-f7</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Graphical installation display; active only if you&#8217;re  running the installation program in graphical  mode.</p>
</td>
</tr>
</tbody>
</table>
<p class="para">The messages on the third and fourth consoles can scroll by  quickly; fortunately, they&#8217;re collected in dedicated files which I&#8217;ll show you  shortly.</p>
<div class="section">
<h4 class="sect4-title">Installation bash</h4>
<p class="first-para">You can find a bash shell on the second console. It can help  you review what has been installed so far. Check it out for yourself with the  <span class="smallcaps">CTRL-ALT-F2 </span>command. You&#8217;ll see the following  installation boot prompt during the installation process:</p>
<pre class="programlisting">-/bin/sh-2.05b#</pre>
<p class="para">This prompt allows you to run standard bash commands on the system  as configured so far. Before Anaconda starts installing packages, you can  inspect a number of things at this prompt. The installation files from the CD or  network source will be mounted on the /mnt/source directory.<a name="366"></a><a name="IDX-159"></a></p>
<table class="note" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="admon-check" valign="top"></td>
<td class="admon-title" width="88" valign="top">Exam Watch</td>
<td class="admon-body" valign="top">
<p class="first-para">While installation proceeds, you&#8217;ll have a bit of &#8216;dead  time.&#8217; You can use this time to start configuring your RHEL 3 system. Just press  the <span class="smallcaps">Ctrl-Alt-F2 </span>command and you&#8217;ll see a shell.  You&#8217;ll find the standard root directory (/) mounted on the /mnt/sysimage  subdirectory during the installation process. You can edit the files of your  choice as soon as they&#8217;re installed.</p>
</td>
</tr>
</tbody>
</table>
<p class="para">You can also find a number of interesting files in the /tmp  directory; I&#8217;ve described the significant ones in <a class="internaljump" href="#table.DDU40">Table 3-2</a>.</p>
<table class="note" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="admon-check" valign="top"></td>
<td class="admon-title" width="88" valign="top">Exam Watch</td>
<td class="admon-body" valign="top">
<p class="first-para">If you&#8217;re installing from a Kickstart configuration file,  ks.cfg, you may be able to find it in the /tmp directory in the second virtual  console during the installation process. It could be helpful to read this file  during the Troubleshooting exam.</p>
</td>
</tr>
</tbody>
</table>
<p><a name="367"></a><a name="table.DDU40"></a></p>
<table class="table" border="1" width="100%">
<caption class="table-title"><span class="table-title"><span class="table-titlelabel">Table 3-2: </span>The /tmp Directory Contains  Configuration Files During the Installation Process</span> </caption>
<thead>
<tr valign="top">
<th class="th" width="51%" align="left" scope="col">
<p class="table-para">File from installation /tmp</p>
</th>
<th class="th" width="49%" align="left" scope="col">
<p class="table-para">Description</p>
</th>
</tr>
</thead>
<tbody>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">anaconda.log</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Contains a log of installation messages (from the third  console).</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">ks.cfg</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">If you&#8217;re installing from a Kickstart configuration file,  it&#8217;s stored in the /tmp directory.</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">modules.conf</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Includes detected hardware that requires a driver module  (frequently includes network cards).</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">netinfo</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Contains IP address information for configured network  cards.</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">syslog</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Includes a log of kernel messages (from the fourth  console).</p>
</td>
</tr>
<tr valign="top">
<td class="td" width="51%" align="left">
<p class="table-para">XF86Config.test</p>
</td>
<td class="td" width="49%" align="left">
<p class="table-para">Contains a temporary X Window configuration  file.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="section">
<h4 class="sect4-title">Other Consoles</h4>
<p class="first-para">The third console primarily lists detected hardware. If your  computer is having problems with something critical, such as the CD drive or  network card, you&#8217;ll see it here.</p>
<p class="para">The fourth console tells you more about detected hardware.  However, you may need to be a detective to understand these messages. For  example, if you see the following message:</p>
<pre class="programlisting">&lt;6&gt;pcnet32: 1 cards_found.</pre>
<p class="last-para">you might not know there&#8217;s a problem unless you remember that  there are two network cards on this computer. On the fifth console, you can see  what happens to your partitions; it lists the output of the <strong class="bold">mke2fs</strong> command, which can tell you if there&#8217;s a problem with your  partitions.<a name="368"></a><a name="IDX-160"></a></p>
</div>
<div class="section">
<h4 class="sect4-title">While Installing Software</h4>
<p class="first-para">Once Anaconda starts installing software, you&#8217;ll see the  Installing Packages screen, where you can watch as it actually installs Linux on  your computer. Once this process starts, press the <span class="smallcaps">CTRL-ALT-F2 </span>keys to return to the bash console. Now run  the following command:</p>
<pre class="programlisting">-/bin/sh-2.05b# cd /mnt/sysimage</pre>
<p class="last-para">You can now browse around the directory tree as it&#8217;s being  built.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/certification-objective-301-installation-troubleshooting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>linux dan Pesantren</title>
		<link>http://ubuntuforge.info/linux-dan-pesantren.html</link>
		<comments>http://ubuntuforge.info/linux-dan-pesantren.html#comments</comments>
		<pubDate>Tue, 13 May 2008 21:01:32 +0000</pubDate>
		<dc:creator>fatyu20</dc:creator>
		
		<category><![CDATA[linux for education]]></category>

		<guid isPermaLink="false">http://ubuntuforge.info/?p=4</guid>
		<description><![CDATA[Minggu tgl 11 mei 2008 yang lalu, rekan rekan dari Batam melakukan sosialisasi dan Implementasi LTSP, di sebuah pondok pesantren, ini adalah bentuk nyata bahwa pemberdayagunaan open source telah merambah kedunia pendidikan termasuk juga pesantren yang jarang terdengar hingar bingar sosialisasi sekedar &#8220;linux&#8221; habis sosialisasi linux, sekolah biasanya kan khianat linux lagi hee heee,  [...]]]></description>
			<content:encoded><![CDATA[<p>Minggu tgl 11 mei 2008 yang lalu, rekan rekan dari Batam melakukan sosialisasi dan Implementasi LTSP, di sebuah pondok pesantren, ini adalah bentuk nyata bahwa pemberdayagunaan open source telah merambah kedunia pendidikan termasuk juga pesantren yang jarang terdengar hingar bingar sosialisasi sekedar &#8220;linux&#8221; habis sosialisasi linux, sekolah biasanya kan khianat linux lagi hee heee,  idea ini pertama kali di sampaikan oleh dede [at] it batamer&#8221;s,</p>
<p><span id="more-4"></span></p>
<p>Gayung bersambut rekan rekan di batam, menyambutnya dengan suka cita, di mulailah oprek oprek LTSP sebleum langsung Implementasi ke ponpes tsbt, dengan Edubuntu 7.10, di bawah komando oleh <a href="http://juallinux.com/blog">Atha</a> [tuxkeren],</p>
<p>Setelah mendapat kabar dari Ata, bahwa oprek opek sudah berhasil, rekan dede menanyakan, kembali ke pihak ponpes &#8220;apakah yakin akan total migrasi&#8221; setelah mendapat jawaban meyakinkan, rekan rekan akhirnya sepakat untuk implementasi pada hari minggu 11 mei 2008,</p>
<p>Dengan penuh semangat  team yang terdiri dari <a href="http://juallinux.com/blog">Atha,</a> Asnan R, Abdul Yadi, <a href="http://eshabe.wordpress.com">Sihab</a>, <a href="http://deede32.wordpress.com">M.Dede</a>, Heri S, Rudy Y, Kadek P,  akhirnya tiba di ponpes tersebut, setelah ramah tamah dengan tuan rumah, Atha dengan sigap langsung melakukakan Installasi Server Edubuntu 7.10,  setelah melakuikan seting sana sini, akhirnya  projek ini berhasil dengan mulus, walau ada hambatan hardware yg tidak support menurut laporan dari rekan rekan Gelora, tp keseluruhan bisa running ,</p>
<p><a href="http://ubuntuforge.info/wp-content/uploads/2008/05/ggwl.jpg"><img class="aligncenter size-medium wp-image-5" src="http://ubuntuforge.info/wp-content/uploads/2008/05/ggwl-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>rekan rekan gelora dan pembina ponpes</p>
<p>Selamat atas keberhasiln Rekan-rekan Gelora, tanpa perlu  gembar gembor di media masa ternyata masih ada rekan rekan, yang langsung Action salute  ,dan   patut di contoh</p>
<p>Sumber : www.gelora-batam.org</p>
<p>kontributor from : gelora [at] batam</p>
<p>Editor by : ian_bhomert [at] yahoo [dot] com</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuforge.info/linux-dan-pesantren.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
