<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tuts4Tech &#187; setup</title>
	<atom:link href="http://tuts4tech.net/tag/setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting Up Arch Linux</title>
		<link>http://tuts4tech.net/2009/06/03/setting-up-arch-linux/</link>
		<comments>http://tuts4tech.net/2009/06/03/setting-up-arch-linux/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 16:54:35 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://tuts4tech.co.cc/?p=234</guid>
		<description><![CDATA[First of all update your system Install xorg If you have a nvidia graphics card then you need to install these If you have a ati card then you need to install these Create your system admin user Now we need to set a password for that user so type the following Install some packages [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>First of all update your system
<pre class="brush: plain; title: ; notranslate">pacman -Syu</pre>
</li>
<li>Install xorg
<pre class="brush: plain; title: ; notranslate">pacman -S xorg-server</pre>
</li>
<li>If you have a nvidia graphics card then you need to install these
<pre class="brush: plain; title: ; notranslate">pacman -S nvidia nvidia-utils</pre>
<p>If you have a ati card then you need to install these
<pre class="brush: plain; title: ; notranslate">pacman -S catalyst catalyst-utils</pre>
</li>
<li>Create your system admin user
<pre class="brush: plain; title: ; notranslate">useradd -m -G users,audio,lp,optical,storage,video,wheel,power -s /bin/bash YOUR-USER-NAME-HERE</pre>
<p>Now we need to set a password for that user so type the following
<pre class="brush: plain; title: ; notranslate">passwd YOUR-USER-NAME-HERE</pre>
</li>
<li>Install some packages
<pre class="brush: plain; title: ; notranslate">pacman -S hal mesa openssh gnome gdm firefox gnome-terminal gedit file-roller gconf-editor gcalctool evince nautilus-cd-burner gnome-volume-manager gnome-power-manager ttf-ms-fonts ttf-dejavu ttf-bitstream-vera ttf-liberation flashplugin jre archlinux-themes-gdm numlockx alsa-utils codecs gstreamer0.10 gstreamer0.10-python gstreamer0.10-ffmpeg gstreamer0.10-good gstreamer0.10-bad gstreamer0.10-ugly gstreamer0.10-good-plugins gstreamer0.10-ugly-plugins gstreamer0.10-bad-plugins gstreamer0.10-base gstreamer0.10-base-plugins gstreamer0.10-pitfdll skype rdesktop pidgin purple-plugin-pack pidgin-encryption pidgin-libnotify aspell-en nmap wireshark irssi filezilla openoffice-base gnome-themes-extras gtk2-themes-collection tango-icon-theme tango-icon-theme-extras archlinux-themes-gdm hwd sudo</pre>
</li>
<li>Generate a Xorg Config
<pre class="brush: plain; title: ; notranslate">hwd -xa</pre>
<p>If you have a nvidia graphics card do this aswell
<pre class="brush: plain; title: ; notranslate">nvidia-xconfig</pre>
</li>
<li>Configuring audio run the following and set your volume levels
<pre class="brush: plain; title: ; notranslate">alsamixer</pre>
<p>you can test you sound using
<pre class="brush: plain; title: ; notranslate">aplay /usr/share/sounds/alsa/Front_Center.wav</pre>
<p>and then when your happy with it run
<pre class="brush: plain; title: ; notranslate">alsactl store</pre>
<p>and finally add alsa to your daemons line of rc.conf
<pre class="brush: plain; title: ; notranslate">DAEMONS=(syslog-ng !network netfs crond fam hal networkmanager alsa)</pre>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/06/03/setting-up-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Serial Console</title>
		<link>http://tuts4tech.net/2009/06/01/enable-serial-console/</link>
		<comments>http://tuts4tech.net/2009/06/01/enable-serial-console/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 11:31:07 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bios]]></category>
		<category><![CDATA[hyperterminal]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[null modem cable]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[serial console]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://tuts4tech.co.cc/?p=218</guid>
		<description><![CDATA[This tutorial will show you how to set up a serial console on a Linux system, and connect to it via a null modem cable. This is quite useful as it allows you to easily get a console on the system if there are any problems with it and you cannot access it via ssh [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to set up a serial console on a Linux system, and connect to it via a null modem cable. This is quite useful as it allows you to easily get a console on the system if there are any problems with it and you cannot access it via ssh</p>
<p>Check that you have a serial port and it is enabled in your bios</p>
<pre class="brush: plain; title: ; notranslate">dmesg | grep tty</pre>
<p></p>
<pre class="brush: plain; title: ; notranslate">root@duffys-place:~# dmesg | grep tty
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A</pre>
<h3>Configuring Lilo</h3>
<ol>
<li>open up /etc/lilo.conf
<pre class="brush: plain; title: ; notranslate">nano /etc/lilo.conf</pre>
</li>
<li>Find the the serial line and change it to the following:
<pre class="brush: plain; title: ; notranslate">serial=0,38400n8</pre>
</li>
<li>Now edit your kernel settings so they include the line
<pre class="brush: plain; title: ; notranslate">append=&quot;console=ttyS0,38400n8&quot;</pre>
<p>
It should look something like this</p>
<pre class="brush: plain; title: ; notranslate">default=Linux
image=/vmlinuz
        label=Linux
        append = &quot;console=ttyS0,38400n8&quot;
        initrd=/initrd.img</pre>
</li>
<li>Run /sbin/lilo to apply the changes</li>
</ol>
<h3>Enable Logins</h3>
<ol>
<li>Open up /etc/inittab
<pre class="brush: plain; title: ; notranslate">nano /etc/inittab</pre>
<p>
and add the following line</p>
<pre class="brush: plain; title: ; notranslate">T0:2345:respawn:/sbin/getty -L ttyS0 38400 vt100</pre>
</li>
</ol>
<h3>Testing It</h3>
<ol>
<li>Plug one end of your null modem cable into your server and the other into your computer</li>
<li>Open your terminal client i used putty hyperterminal works fine too</li>
<li>Use the following settings:
<pre class="brush: plain; title: ; notranslate">Port: COM1 or COM2(what ever your serial port is)
Bits per second: 38400
Data bits: 8
Parity: None
Stop bits: 1
Flow control: None</pre>
</li>
<li>You should be able to see your console. If you have any issues feel free to leave a comment</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/06/01/enable-serial-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

