<?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>bytesandsuch.com &#187; file sharing</title>
	<atom:link href="http://bytesandsuch.com/tag/file-sharing/feed/" rel="self" type="application/rss+xml" />
	<link>http://bytesandsuch.com</link>
	<description>reviews, tips, &#38; comments</description>
	<lastBuildDate>Fri, 04 May 2012 20:17:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Opera Unite</title>
		<link>http://bytesandsuch.com/2009/06/opera-unite/</link>
		<comments>http://bytesandsuch.com/2009/06/opera-unite/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 20:01:20 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[Opera Unite]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://bytesandsuch.com/?p=112</guid>
		<description><![CDATA[About two weeks I provided a brief review of Opera 10. This release is still in beta but a new feature has been added that has been named &#8220;Opera Unite.&#8221; Opera claims that this innovative feature will &#8220;re-invent the web.&#8221; I don&#8217;t think so. Unites imply  integrates a webserver  into the browser. Webservers are an [...]]]></description>
			<content:encoded><![CDATA[<p>About two weeks I provided a brief review of <a title="Opera" href="http://www.labs.opera.com" target="_blank">Opera 10</a>. This release is still in beta but a new feature has been added that has been named &#8220;Opera Unite.&#8221; Opera claims that this innovative feature will &#8220;re-invent the web.&#8221; I don&#8217;t think so. Unites imply  integrates a webserver  into the browser. Webservers are an old idea. In fact, before the Internet was invented we had &#8220;Bulletin Board Systems&#8221; which provided similar functionality.</p>
<p>What can you do with a webserver? Basically your computer becomes a website and can be accessed from other computers with a browser. Opera offers three levels of service, photo sharing, file sharing and full website serving. Keep in mind that all of this can be provided by third party vendors. <a title="Dropbox" href="http://www.getdropbox.com" target="_blank">Dropbox</a>, for example, will give you a similar ability to share files and provides 2 GB of free space. This blog is hosted by a remote server at a cost of about $8 a month. The downside of using your own computer as a server is that it shuts down when your offline. On the other hand, it is free, there is no storage limit and your computer has a static (unchanging) URL.</p>
<p>When you use Unite, others using the service are displayed to you. This hints that Opera is seeking to become a provider of a social networking service. This could be quite popular. So far I have not been able to connect to anyone displayed on my screen, so this feature is still buggy.</p>
<p>No, Opera has not re-inveted the web, but the concept is innovative and should be very useful at times. Try it out. BTW: On my linux system I found that the Linux &#8220;tarball&#8221; could be uncompressed and the resulting binary could be run without installation. A nice way to test beta software.</p>
]]></content:encoded>
			<wfw:commentRss>http://bytesandsuch.com/2009/06/opera-unite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy ISO Handling</title>
		<link>http://bytesandsuch.com/2009/03/easy-iso-handling/</link>
		<comments>http://bytesandsuch.com/2009/03/easy-iso-handling/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 14:47:31 +0000</pubDate>
		<dc:creator>don</dc:creator>
				<category><![CDATA[Linux Advocacy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bytesandsuch.com/?p=62</guid>
		<description><![CDATA[ISO 9660 The ISO 9660 standard was developed over 20 years ago. It is the official standard for CD-ROM. A physical CD conforming to the standard can be read by any CD-ROM drive in any OS and if it happens to be a music CD, it will play in any CD player.  The file extension [...]]]></description>
			<content:encoded><![CDATA[<h6>ISO 9660</h6>
<p>The ISO 9660 standard was developed over 20 years ago. It is the official standard for CD-ROM. A physical CD conforming to the standard can be read by any CD-ROM drive in any OS and if it happens to be a music CD, it will play in any CD player.  The file extension &#8220;.iso&#8221; indicates an image file conforming to the standard. This image, when burned to a CD will result in a physical CD conforming to the standard. This is incredibly handy. These .iso files can be shared via the internet. A CD holds about 700MB of data. A 1 GB USB flash drive will easily hold an 700 MB image and a larger flash drive can hold more. Furthermore, if a software utility is used to mount the image it is often not necessary to burn the image to a physical CD.  In previous articles I discussed using Knoppix and Puppy Linux booted from flash drives instead of CD&#8217;s.</p>
<h6>Windows Support</h6>
<p>Windows does not provide support for the .iso format out of the box. Microsoft does provide a free &#8220;power toy&#8221; that will add some support. Other than that, Windows users have a little freeware and a lot of shareware to handle .iso files. A freeware called <a title="magic disk" href="http://magiciso.com" target="_blank">MagicDisc</a> will allow the mounting of images and another called <a title="ImgBurn" href="http://www.imgburn.com" target="_blank">ImgBurn</a> will burn iso images to CD&#8217;s. Follow the links, download the installers from the home pages and you should have enough software to handle most of your iso needs. Stay away from shareware that &#8220;bastardizes&#8221; the format. Nero will create .nrg files and Power ISO will create .daa files. They will do little for you and will cost you a few dollars for legal use.</p>
<h6>Linux Support</h6>
<p>Linux, on the other hand, has built-in support. Users who insist on a graphical tool should consider <a title="acetoneiso2" href="http://sourceforge.net/projects/acetoneiso2" target="_blank">AcetoneISO2</a>, a very versatile toolbox that will handle every iso related task that you may ever encounter. On the other hand there are a few simple command line tools to handle basic iso tasks.</p>
<h6>Mounting An Image</h6>
<p>1. Open a terminal window.</p>
<p>2. Create a mount point for the image.</p>
<p><strong>sudo mkdir media/iso</strong></p>
<p>This directory can be deleted later, but since you are likely to use it again you may as well leave it.</p>
<p>3. Issue the mount command.</p>
<p><strong>sudo mount -o loop /path/to/myiso.iso  /media/iso</strong></p>
<p>The .iso file is now mounted. If you&#8217;re using Ubuntu it will appear in the Places menu. It will also appear on the File Systems tab of the System Monitor. If it is a music CD image you can play it. If it is data you can edit it. Have fun!</p>
<p>4. When you are done with the file you should unmount it.</p>
<p><strong>sudo umount /media/iso/</strong></p>
<h6>Create an iso image of a CD</h6>
<p>1. Insert the CD. Linux will mount the CD. You can see it in the System Monitor if you like.</p>
<p>2. Unmount the device and create the iso.</p>
<p><strong>sudo umount /dev/cdrom dd if=/dev/cdrom of=myiso.iso bs=1024</strong></p>
<h6>Create an ISO From a Folder</h6>
<p><strong>mkisofs -r -o myiso.iso /path/to/myfolder/</strong></p>
<h6>Summary</h6>
<p>ISO files enable CD sharing via the internet. In many cases the actual creation of a physical CD can be avoided. Linux supports the format natively but free tools are also available to Windows users so that basic iso operations are accomplished easily in either operating system.</p>
]]></content:encoded>
			<wfw:commentRss>http://bytesandsuch.com/2009/03/easy-iso-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

