<?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>oh god, why'd it break‽ &#187; install</title>
	<atom:link href="http://yokohead.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://yokohead.com</link>
	<description>screwing around with technology</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Ubuntu 8.10 from scratch</title>
		<link>http://yokohead.com/2009/01/installing-ubuntu-810-from-scratch/</link>
		<comments>http://yokohead.com/2009/01/installing-ubuntu-810-from-scratch/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 23:25:49 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://yokohead.com/?p=52</guid>
		<description><![CDATA[Managed to completely screw something up that caused flash to stop working,  my drives no longer want to mount,  and probably one or two others things that I didn&#8217;t bother to find out first.  On top of that ever since I switched USB ports on my mouse fiddling around a week or [...]]]></description>
			<content:encoded><![CDATA[<p>Managed to completely screw something up that caused flash to stop working,  my drives no longer want to mount,  and probably one or two others things that I didn&#8217;t bother to find out first.  On top of that ever since I switched USB ports on my mouse fiddling around a week or so back my cursor has jumped around randomly on boot until I restart X and for the life of me couldn&#8217;t figure that one out either.</p>
<p>Instead,  I took the Windows troubleshooting route and installed from scratch.  Unfortunately,  even when it booted up off the CD my mouse was still skipping around &#8211; and this behavior has carried over to the new installation as well.  I will certainly be fixing this first once I get my standard setup going again.</p>
<ul>
<li>installed Ubuntu 8.10 from CD using a guided full disk and default settings</li>
<li>installed updates as of Jan 25, 2009 (223 updates)</li>
</ul>
<p>Rebooted after installing updates &#8211; when X came back up the mouse was skipping like usual,  hit ctrl-alt-backspace to restart and received this error:  &#8220;<em>The greeter application appears to be crashing.  Attempting to use a different one.  &lt;OK&gt;</em>&#8221; Clicking OK would reload X &#8211; and 3 times in a row I saw this error,  4th time loaded fine and the mouse was not skipping.</p>
<ul>
<li>installed NVIDIA accelerated graphics driver (version 177) [Recommended]</li>
<li>restarted</li>
</ul>
<p>Mouse skipped on boot again (grr) &#8211; this time X restarted without any errors.</p>
<p>Fiddled with System -&gt; Preferences -&gt; NVIDIA settings until I realized that I needed to save my X configuration for the twinview setup I wanted which can&#8217;t be done unless it&#8217;s in root.  Reran out of terminal as <strong>sudo nvidia-settings</strong>, saved conf, restarted X.</p>
<p>Installed VLC so I could watch The Shield while I cleaned house.</p>
<ul>
<li>Was annoyed that my terminal shortcut keys weren&#8217;t in,  went to System -&gt; Preferences -&gt; Keyboard Shortcuts and set terminal to CTRL+&lt;super&gt;L</li>
<li>
<pre>sudo apt-get install vlc</pre>
</li>
</ul>
<p>Spat up 47 packages to install + these recommended (nas libdvdcss2 debhelper libqt4-dev mozilla-plugin-vlc videolan-doc)</p>
<ul>
<li>
<pre>sudo apt-get install mozilla-plugin-vlc</pre>
</li>
<li>ALT+F2 type: vlc &lt;enter&gt;</li>
</ul>
<p>Dammit.  Just remember The Shield is on my roommate&#8217;s vista machine.  Need to mount his share.</p>
<p>Search: <a href="http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=com.ubuntu%3Aen-US%3Aunofficial&amp;hs=UJE&amp;q=mount+shared+vista+drive+ubuntu&amp;btnG=Search">http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=com.ubuntu%3Aen-US%3Aunofficial&amp;hs=UJE&amp;q=mount+shared+vista+drive+ubuntu&amp;btnG=Search</a></p>
<p>Click: <a href="http://ubuntuforums.org/showthread.php?t=373917">http://ubuntuforums.org/showthread.php?t=373917</a></p>
<ul>
<li>
<pre>mkdir ~/shares</pre>
</li>
<li>
<pre>mkdir ~/shares/vista</pre>
</li>
</ul>
<p>I didn&#8217;t use smbfs as was said on the forum link &#8211; earlier when I was reading about samba for windows networking I found that cifs was the more up-to-date and better option,  I&#8217;ll try and find the link to where I found that later.  Regardless,  the command is the same.</p>
<ul>
<li>
<pre>sudo mount -t cifs -o username=$USER,password=$PASSWORD //VistaMachineName/downloads /home/kyle/shares/Vista</pre>
</li>
</ul>
<p>I don&#8217;t like automounting drives =/</p>
<ul>
<li>
<pre>alias vista='sudo mount -t cifs -o username=$USER,password=$PASSWORD //VistaMachineName/downloads /home/kyle/shares/Vista'</pre>
</li>
</ul>
<p>Awesome.  Watching The Shield and vacuuming!</p>
]]></content:encoded>
			<wfw:commentRss>http://yokohead.com/2009/01/installing-ubuntu-810-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
