<?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; arch</title>
	<atom:link href="http://tuts4tech.net/tag/arch/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>Installing Vmware Server on Arch Linux</title>
		<link>http://tuts4tech.net/2009/06/26/installing-vmware-server-on-arch-linux/</link>
		<comments>http://tuts4tech.net/2009/06/26/installing-vmware-server-on-arch-linux/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 13:16:46 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[2.0.1]]></category>
		<category><![CDATA[2.6.30]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[webbased management]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=360</guid>
		<description><![CDATA[In this tutorial we will be showing you how to install vmware server 2.0.1 on arch linux using kernel 2.6.30 before we begin you will need the tar.gz version of vmware server it can be freely downloaded from here We need to create some folders to store the vmware scripts so run the following as [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we will be showing you how to install vmware server 2.0.1 on arch linux using kernel 2.6.30<br />
before we begin you will need the tar.gz version of vmware server it can be freely downloaded from <a href="http://www.vmware.com/download/server/">here</a></p>
<ol>
<li>We need to create some folders to store the vmware scripts so run the following as root
<pre class="brush: bash; title: ; notranslate">mkdir -p /etc/rc.d/vmware.d/rc{0,1,2,3,4,5,6}.d</pre>
</li>
<li>We then need to make a symlink for lsmod
<pre class="brush: bash; title: ; notranslate">ln -s /bin/lsmod /sbin/</pre>
</li>
<li>We need to install some dependiencies
<pre class="brush: bash; title: ; notranslate">pacman -S libxtst libxt libxrender xinet</pre>
</li>
<li>Move your vmware server tarball file into /tmp and extract it
<pre class="brush: bash; title: ; notranslate">tar xzf VMware-server-2.0.1*.tar.gz</pre>
</li>
<li>Run vmware-install.pl
<pre class="brush: bash; title: ; notranslate">cd /tmp/vmware-server-distrib
./vmware-install.pl</pre>
</li>
<li>When it asks where the directories for rc0.d thru rc6.d are, use /etc/rc.d/vmware.d<br />When it asks where the init directory is, use /etc/rc.d<br />Select no when it asks you do you want to run vmware-config.pl</li>
<li>Now we need to download a patch so that it will run on kernel 2.6.30<br />
<h3>For 64bit users</h3>
<ol>
<li>
<pre class="brush: plain; title: ; notranslate">cd /tmp
wget tuts4tech.net/files/vmware-server.2.0.1_x64-modules-2.6.30-fix.sh
wget tuts4tech.net/files/vmware-server.2.0.1_x64-modules-2.6.30-fix.patch</pre>
</li>
<li>We now need to run vmware-server.2.0.1_x64-modules-2.6.30-fix.sh
<pre class="brush: plain; title: ; notranslate">sh vmware-server.2.0.1_x64-modules-2.6.30-fix.sh</pre>
</li>
</ol>
<h3>For 32bit users</h3>
<ol>
<li>
<pre class="brush: plain; title: ; notranslate">cd /tmp
wget tuts4tech.net/files/vmware-6.5.2-modules-2.6.30-fix.sh
wget tuts4tech.net/files/vmware-6.5.2-modules-2.6.30-fix.patch</pre>
</li>
<li>We now need to run vmware-6.5.2-modules-2.6.30-fix.sh<br />[test]sh vmware-6.5.2-modules-2.6.30-fix.sh[/test]</li>
</ol>
</li>
<li>Most of the default options should be ok for you when its finished you'll be able to access the web management console at http://your-servers-ip:8222</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/06/26/installing-vmware-server-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

