<?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>Webtronica.net &#187; Windows Vista</title>
	<atom:link href="http://webtronica.net/tag/windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtronica.net</link>
	<description>An exploration of webdesign</description>
	<lastBuildDate>Fri, 26 Feb 2010 03:05:09 +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>Connect Windows (vista or 7) to a linux share &#8211; Ubuntu</title>
		<link>http://webtronica.net/2010/02/connect-windows-vista-or-7-to-a-linux-share-ubuntu/</link>
		<comments>http://webtronica.net/2010/02/connect-windows-vista-or-7-to-a-linux-share-ubuntu/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:04:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[share folder]]></category>

		<guid isPermaLink="false">http://webtronica.net/?p=42</guid>
		<description><![CDATA[Have you ever thought it would be great to have a linux dropbox to share files from computer to computer in your network? Well, I did and found it was a bit difficult to set up right off the bat!
Sharing Folders on Ubuntu Linux
Before you share any folders, you will need to do a little [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever thought it would be great to have a linux dropbox to share files from computer to computer in your network? Well, I did and found it was a bit difficult to set up right off the bat!</p>
<h3>Sharing Folders on Ubuntu Linux</h3>
<p>Before you share any folders, you will need to do a little setup on ubuntu. After some digging, I found the following blog that explains this setup.</p>
<p><a title="connect windows to linux share" href="http://www.goitexpert.com/general/connect-vista-to-a-linux-share--ubuntu/" target="_blank">http://www.goitexpert.com/general/connect-vista-to-a-linux-share&#8211;ubuntu/</a></p>
<p>The blog article goes on to say that there are two things that need to be done. First make sure your samba version is 3.0.22 or higher. Second you need to give samba a username and password. This will be the username and password that windows will use to connect to the share.</p>
<p><strong> </strong><div><div class="wp-synhighlighter-expanded"><a name="#codesyntax1"></a><a style="wp-synhighlighter-title" href="#codesyntax1"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="pascal" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">sudo smbpasswd <span style="color: #339933;">-</span>a username</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li></ol></pre></div></div><em><strong></strong></em></p>
<p>Once you have samba upgraded and configured a username and password, you can start sharing folders and files. To Share folders or files, you need to right click on the item and go to sharing options. Then enable sharing.</p>
<h3>Connecting to the Share via Windows Vista or Windows 7</h3>
<p>In windows you need to go to your network. If your lucky, it will show up in the list of servers, but you will probably have to plug the local alias or local ip into the address bar.</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax2"></a><a style="wp-synhighlighter-title" href="#codesyntax2"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="pascal" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">\\server<span style="color: #339933;">-</span><span style="color: #000000; font-weight: bold;">name</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li></ol></pre></div></div><br />
or<br />
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax3"></a><a style="wp-synhighlighter-title" href="#codesyntax3"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="pascal" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">\\192.168.1.#</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li></ol></pre></div></div></p>
<p>Windows should now bring up a login window. I don&#8217;t know if it matters about the host in this login prompt, but I didn&#8217;t bother taking chances. I entered my username as</p>
<p>server-name\username</p>
<p>And voila, you can now access your linux shared folder. Amazing!</p>
]]></content:encoded>
			<wfw:commentRss>http://webtronica.net/2010/02/connect-windows-vista-or-7-to-a-linux-share-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

