<?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>mainesysadmin.com &#187; x64</title>
	<atom:link href="http://mainesysadmin.com/tag/x64/feed/" rel="self" type="application/rss+xml" />
	<link>http://mainesysadmin.com</link>
	<description>SysAdmin in Maine</description>
	<lastBuildDate>Wed, 06 Jan 2010 16:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HowTo &#8211; install FreeNX on Ubuntu 7.10 x64</title>
		<link>http://mainesysadmin.com/2008/02/11/how-to-install-freenx-on-ubuntu-710-x64/</link>
		<comments>http://mainesysadmin.com/2008/02/11/how-to-install-freenx-on-ubuntu-710-x64/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 19:57:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/02/11/how-to-install-freenx-on-ubuntu-710-x64/</guid>
		<description><![CDATA[I found this url in the endless ubuntuforms.org.  These steps worked great for me.  In order to get this working correctly you must know your external ip and/or dns name and also have ssh installed with the correct port (22) forwarded to the machine in question.
Start by setting up your repos:
Add the following [...]]]></description>
			<content:encoded><![CDATA[<p>I found this url in the endless ubuntuforms.org.  These steps worked great for me.  In order to get this working correctly you must know your external ip and/or dns name and also have ssh installed with the correct port (22) forwarded to the machine in question.</p>
<p>Start by setting up your repos:<br />
Add the following to  /etc/apt/sources.list</p>
<p><em>deb <a href="http://www.datakeylive.com/ubuntu" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.datakeylive.com');">http://www.datakeylive.com/ubuntu</a> gutsy main<br />
deb-src <a href="http://www.datakeylive.com/ubuntu" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.datakeylive.com');">http://www.datakeylive.com/ubuntu</a> gutsy main</em></p>
<p>This next step failed for myself, but is only the repo apt-key and didn&#8217;t cause the install to fail:</p>
<p><em>wget http://www.datakeylive.com/ubuntu/dists/gutsy/wjeremy.key | sudo apt-key add -</em></p>
<p>Then run good ol: <em> sudo apt-get update</em></p>
<p>This next step will install the packages required:</p>
<p><em>sudo apt-get install expect openssh-server tcl8.4 libxcomp2 libxcompext2 libxcompshad nxlibs nxagent nxproxy nxclient freenx</em></p>
<p>You can check to make sure it installed correctly by executing:</p>
<p><em>sudo apt-get -f install</em></p>
<p><em>sudo apt-cache show expect openssh-server tcl8.4 libxcomp2 libxcompext2 libxcompshad nxlibs nxagent nxproxy nxclient freenx | grep &#8220;Unable&#8221;</em></p>
<p>I needed to add the following to the bottom of /etc/X11/xorg.conf (make sure to back your&#8217;s up first!)</p>
<p><em> Section &#8220;Files&#8221;</em></p>
<p><em># path to defoma fonts<br />
FontPath     &#8220;/usr/share/fonts/X11/misc&#8221;<br />
FontPath     &#8220;/usr/share/fonts/X11/100dpi/:unscaled&#8221;<br />
FontPath     &#8220;/usr/share/fonts/X11/75dpi/:unscaled&#8221;<br />
FontPath     &#8220;/usr/share/fonts/X11/Type1&#8243;<br />
FontPath     &#8220;/usr/share/fonts/X11/100dpi&#8221;<br />
FontPath     &#8220;/usr/share/fonts/X11/75dpi&#8221;<br />
FontPath     &#8220;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&#8221;<br />
EndSection</em></p>
<p>You&#8217;ll need to download the following file ( i used my home directory)</p>
<p><a href="http://www.datakeylive.com/ubuntu/dists/gutsy/main/source/nxcupsd-wrapper" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.datakeylive.com');"><em>nxcupsd-wrapper</em></a></p>
<p>You need to set the permissions on that last file downloaded to make it work right:</p>
<p><em>chmod a+x nxcupsd-wrapper<br />
sudo chmod 755 /usr/lib/cups/backend/ipp</em></p>
<p>Now you need to add a user that is able to remote in; replace xxxx with username:</p>
<p><em>sudo nxserver &#8211;adduser xxxx</em></p>
<p>On your remote machine make sure to install the client and you&#8217;re good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/02/11/how-to-install-freenx-on-ubuntu-710-x64/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ubuntu x64 7.10 gutsy and ATI x300 w/ compiz</title>
		<link>http://mainesysadmin.com/2008/02/09/ubuntu-x64-710-gutsy-and-ati-x300-w-compiz/</link>
		<comments>http://mainesysadmin.com/2008/02/09/ubuntu-x64-710-gutsy-and-ati-x300-w-compiz/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 23:25:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/2008/02/09/ubuntu-x64-710-gutsy-and-ati-x300-w-compiz/</guid>
		<description><![CDATA[Finally I found a few instructions which made this configuration easy and smooth.
http://www.chr05210084.com/content/install-compiz-fusion-ubuntu-gutsy-using-ati-video-card
1. Enable fgrlx driver.
Install linux-restricted-modules and restricted-manager provied in the restricted repositories:
 sudo apt-get update
 sudo apt-get install linux-restricted-modules-generic restricted-manager
Open the restricted drivers manager in &#8220;System -&#62; Administration -&#62; Restricted Drivers Manager&#8221; and select &#8220;ATI accelerated graphics driver&#8221;.
 2. Install xserver-xgl package
sudo apt-get [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I found a few instructions which made this configuration easy and smooth.</p>
<p><a href="http://www.chr05210084.com/content/install-compiz-fusion-ubuntu-gutsy-using-ati-video-card" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.chr05210084.com');">http://www.chr05210084.com/content/install-compiz-fusion-ubuntu-gutsy-using-ati-video-card</a></p>
<p><strong>1. Enable fgrlx driver.</strong><br />
Install linux-restricted-modules and restricted-manager provied in the restricted repositories:<br />
<em> sudo apt-get update</em><br />
<em> sudo apt-get install linux-restricted-modules-generic restricted-manager</em></p>
<p>Open the restricted drivers manager in &#8220;System -&gt; Administration -&gt; Restricted Drivers Manager&#8221; and select &#8220;ATI accelerated graphics driver&#8221;.<br />
<strong> 2. Install xserver-xgl package</strong></p>
<p><em>sudo apt-get install xserver-xgl</em></p>
<p><strong>3. Install compiz</strong></p>
<p class="codeblock"><em> sudo apt-get install compizconfig-settings-manager compiz compiz-core compiz-fusion-plugins-main compiz-fusion-plugins-extra compiz-gnome compiz-plugins libcompizconfig-backend-gconf libcompizconfig0</em></p>
<p><strong>4. Reboot</strong><br />
<strong> 5. Log in. 3D effects should be enabled!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/02/09/ubuntu-x64-710-gutsy-and-ati-x300-w-compiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
