<?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>arcster.com Blog &#187; linux newbie</title>
	<atom:link href="http://blog.arcster.com/blog/index.php/tag/linux-newbie/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arcster.com</link>
	<description>These fragments I have shored against my ruins</description>
	<lastBuildDate>Sun, 11 Sep 2011 00:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Shun Virtual PC 2007 if you want Ubuntu</title>
		<link>http://blog.arcster.com/2010/03/shun-virtual-pc-2007-if-you-want-ubuntu/</link>
		<comments>http://blog.arcster.com/2010/03/shun-virtual-pc-2007-if-you-want-ubuntu/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 21:11:20 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[linux newbie]]></category>
		<category><![CDATA[Virtual PC]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=154</guid>
		<description><![CDATA[I wish I had read the Ubuntu forum posting about Microsoft Virtual PC before wasting an hour+ of my life trying to get Ubuntu 9.10 to work on Microsoft Virtual PC 2007. Everything installed fine, but I could get the &#8230; <a href="http://blog.arcster.com/2010/03/shun-virtual-pc-2007-if-you-want-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wish I had read the Ubuntu forum <a href="https://help.ubuntu.com/community/HowToConfigureUbuntuForMicrosoftVirtualPC2004" target="_blank">posting about Microsoft Virtual PC</a> before wasting an hour+ of my life trying to get Ubuntu 9.10 to work on Microsoft Virtual PC 2007.</p>
<p>Everything installed fine, but I could get the network to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/03/shun-virtual-pc-2007-if-you-want-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Linux/regexp tips</title>
		<link>http://blog.arcster.com/2010/02/quick-linuxregexp-tips/</link>
		<comments>http://blog.arcster.com/2010/02/quick-linuxregexp-tips/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:00:51 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[linux newbie]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=128</guid>
		<description><![CDATA[To get info on your environment: env to do a case-insensitive searc for .pm files in /usr and subfolders: find /usr -iname '*.pm' To get a terminal type xfce4-terminal in the Alt+F2 box To find a string of alpha characters &#8230; <a href="http://blog.arcster.com/2010/02/quick-linuxregexp-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To get info on your environment: env</p>
<p>to do a case-insensitive searc for .pm files in /usr and subfolders:<br />
<code>find /usr -iname '*.pm'</code><br />
To get a terminal type xfce4-terminal in the Alt+F2 box</p>
<p>To find a string of alpha characters between 100 and 200 characters long in finnwake.txt:</p>
<pre>grep "[A-Za-z]\{100,200\}" finnwake.txt</pre>
<p>To find words between 25 and 30 characters without vowels:</p>
<pre>grep -w "[^aeiouy]\{25,30\}" finnwake.txt</pre>
<p>to exit a MAN screen, use q</p>
<p>to page down in a MAN screen, use f</p>
<p>to page up in a MAN screen, use b</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2010/02/quick-linuxregexp-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making progress with Linux</title>
		<link>http://blog.arcster.com/2009/06/making-progress-with-linux/</link>
		<comments>http://blog.arcster.com/2009/06/making-progress-with-linux/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:16:01 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[linux newbie]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/?p=120</guid>
		<description><![CDATA[Ok. I&#8217;ve calmed down a bit since my previous rant. Apparently there&#8217;s an issue running aptitude or synaptic (using Xubuntu Gutsy) on a secured wireless network. It just doesn&#8217;t seem to work. I&#8217;m sure there&#8217;s a fix for it and &#8230; <a href="http://blog.arcster.com/2009/06/making-progress-with-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok. I&#8217;ve calmed down a bit since my <a href="http://arcster.com/blog/2009/06/really-starting-to-hate-linux/">previous rant</a>.</p>
<p>Apparently there&#8217;s an issue running aptitude or synaptic (using Xubuntu Gutsy) on a secured wireless network. It just doesn&#8217;t seem to work. I&#8217;m sure there&#8217;s a fix for it and if I had hours of spare time, I&#8217;d find it.</p>
<p>Meanwhile, I took my laptop to a wireless network with a unsecure guest connection and was able to run</p>
<pre>sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts</pre>
<p>(Thanks to <a href="http://www.ubuntugeek.com/how-to-install-java-runtime-environment-jre-in-ubuntu.html">ubuntugeek </a>for that one) Then I did the same thing for sun-java6-jdk.</p>
<p>Then I used mousepad to write up a standard helloworld.java example. I went to my terminal and did</p>
<pre>sudo javac helloworld.java -d /home</pre>
<p>Without the -d I had no idea where the class file was going. Without the sudo I got permission errors.</p>
<p>then I ran</p>
<pre>java helloworld</pre>
<p>and it worked!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/06/making-progress-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really starting to hate Linux</title>
		<link>http://blog.arcster.com/2009/06/really-starting-to-hate-linux/</link>
		<comments>http://blog.arcster.com/2009/06/really-starting-to-hate-linux/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 03:53:53 +0000</pubDate>
		<dc:creator>arcster</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[linux newbie]]></category>

		<guid isPermaLink="false">http://arcster.com/blog/2009/06/really-starting-to-hate-linux/</guid>
		<description><![CDATA[Ubuntu is alot like Windows 3.1, except Windows 3.1 pretty much did what you wanted it to when it wasn&#8217;t crashing. Ubuntu doesn&#8217;t crash, but it doesn&#8217;t do anything. I admit I&#8217;m using really old hardware, but I&#8217;ve spent a &#8230; <a href="http://blog.arcster.com/2009/06/really-starting-to-hate-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu is alot like Windows 3.1, except Windows 3.1 pretty much did what you wanted it to when it wasn&#8217;t crashing.<br />
Ubuntu doesn&#8217;t crash, but it doesn&#8217;t do anything. I admit I&#8217;m using really old hardware, but I&#8217;ve spent a whole damn night just trying to install Java Runtime. I messed around with all these sudo apt-get commands and edited my stupid etc/apt/sources.list, but I still can&#8217;t download squat.<br />
I found a promising lead that says some people can use Firefox to connect to their wireless internet but the add/remove software app doesn&#8217;t work. So I edited my stupid etc/somethingorother.conf, but that didn&#8217;t work either.<br />
And Linux is better than Windows why?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arcster.com/2009/06/really-starting-to-hate-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

