<?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>Reflection Technology &#187; Linux</title>
	<atom:link href="http://www.reflections.co.nz/index.php/archives/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.reflections.co.nz</link>
	<description>the meanderings of an inquisitive mind ...</description>
	<lastBuildDate>Sun, 04 Apr 2010 19:37:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Wake on LAN mini HOWTO: Tools</title>
		<link>http://www.reflections.co.nz/index.php/archives/66</link>
		<comments>http://www.reflections.co.nz/index.php/archives/66#comments</comments>
		<pubDate>Sun, 17 Feb 2008 22:56:48 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.reflections.co.nz/?p=66</guid>
		<description><![CDATA[Wake on LAN mini HOWTO: Tools or use the Linux command etherwake -b mac-no-of-lan-interface-on-computer]]></description>
			<content:encoded><![CDATA[<p><a href="http://gsd.di.uminho.pt/jpo/software/wakeonlan/mini-howto/wol-mini-howto-3.html">Wake on LAN mini HOWTO: Tools</a></p>
<p>or use the Linux command</p>
<p>etherwake -b <b>mac</b>-no-of-lan-interface-on-computer</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reflections.co.nz/index.php/archives/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting a Windows Share from Linux</title>
		<link>http://www.reflections.co.nz/index.php/archives/35</link>
		<comments>http://www.reflections.co.nz/index.php/archives/35#comments</comments>
		<pubDate>Sun, 20 May 2007 06:31:22 +0000</pubDate>
		<dc:creator>Giovanni</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.reflections.co.nz/index.php/archives/35</guid>
		<description><![CDATA[I&#8217;m putting this here as I regularly forget the syntax and wading through the man page for mount isn&#8217;t the most transparent. Well it&#8217;s probably ok but with the millions of options: The following is all on one line: mount -t smbfs -o username=xxx &#160;&#160;&#160;//WinShareIPNo/public &#160;&#160;&#160;localMountDir So if I&#8217;m a local user on a Linux [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m putting this here as I regularly forget the syntax and wading through the man page for mount isn&#8217;t the most transparent. Well it&#8217;s probably ok but with the millions of options:</p>
<p>The following is all on one line:<br />
<code>mount -t smbfs -o username=xxx<br />
&nbsp;&nbsp;&nbsp;//WinShareIPNo/public<br />
&nbsp;&nbsp;&nbsp;localMountDir</code></p>
<p>So if I&#8217;m a local user on a Linux box, to mount a directory from the Windows running at IP <em>10.0.0.5</em> whose share name is <em>Public</em>, and mount it as <code>/mnt/public</code> on the local machine, the command would be:</p>
<p><code>mount -t smbfs -o username=Mary<br />
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//10.0.0.5/Public<br />
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/mnt/public</code></p>
<p>This was mainly for me but it might help someone &#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reflections.co.nz/index.php/archives/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
