<?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>openmissoula.org &#187; cli</title>
	<atom:link href="http://www.openmissoula.org/archives/tag/cli/feed" rel="self" type="application/rss+xml" />
	<link>http://www.openmissoula.org</link>
	<description>supporting use of free and open source software by lawyers</description>
	<lastBuildDate>Fri, 09 Jul 2010 18:31:54 +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>Half A Dozen Linux Lawyer Problems Solved</title>
		<link>http://www.openmissoula.org/archives/150</link>
		<comments>http://www.openmissoula.org/archives/150#comments</comments>
		<pubDate>Mon, 23 Mar 2009 02:43:07 +0000</pubDate>
		<dc:creator>late_rabbit</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[poverty law]]></category>
		<category><![CDATA[attorney]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[laywer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell prompt]]></category>

		<guid isPermaLink="false">http://www.openmissoula.org/archives/150</guid>
		<description><![CDATA[

1.    Description.	OpenOffice files unreadable from shell.
      Solution.	odt2txt unreadable_file &#124; less
2.    Description.	File on remote server unreadable from local host.
      Solution.	mkdir /mnt/stuff
      			sudo sshfs user@userserver.no-ip.info:/home/user/Desktop/matters /mnt/stuff
			cd /mnt/stuff
			ls -l
			fusermount -u /mnt/stuff
3.    Description.	eGroupWare calendar and [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.openmissoula.org/wp-content/tux9.gif' title='tux9.gif'><img src='http://www.openmissoula.org/wp-content/tux9.thumbnail.gif' alt='tux9.gif'  align=left /></a>
</p>
<p>1.    Description.	OpenOffice files unreadable from shell.</p>
<p>      Solution.	odt2txt unreadable_file | less</p>
<p>2.    Description.	File on remote server unreadable from local host.</p>
<p>      Solution.	mkdir /mnt/stuff<br />
      			sudo sshfs user@userserver.no-ip.info:/home/user/Desktop/matters /mnt/stuff<br />
			cd /mnt/stuff<br />
			ls -l<br />
			fusermount -u /mnt/stuff</p>
<p>3.    Description.	eGroupWare calendar and contacts unreadable from local host.</p>
<p>      Solution.	ssh -L 4444:192.168.0.65:80 user@userserver.no-ip.info<br />
      			firefox</p>
<p>http://localhost:4444</p>
<p>4.    Description.	Unable to read or write file.</p>
<p>      Solution.	sudo chmod 0777 unreadable_file</p>
<p>5.    Description.	Missing an executable.</p>
<p>      Solution.	sudo apt-get install missing_executable</p>
<p>6.    Description.	Need to reboot from shell.</p>
<p>      Solution.	sudo shutdown -r now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openmissoula.org/archives/150/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
