<?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>Geeknizer &#187; usb</title>
	<atom:link href="http://geeknizer.com/tag/usb/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeknizer.com</link>
	<description>iPhone, Android, mobile, Technology news</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:56:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Enable USB-Host Controller on any Android [Samsung, HTC, Motorola]</title>
		<link>http://geeknizer.com/enable-usb-host-controller-on-android/</link>
		<comments>http://geeknizer.com/enable-usb-host-controller-on-android/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:22:22 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=9667</guid>
		<description><![CDATA[USB Host controller device profile enables your device to detect and attach other USB peripherals. E.g. with an Android Phone with USB host controller, you can connect USB pen drive,... <span class="meta-more"><a href="http://geeknizer.com/enable-usb-host-controller-on-android/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>USB Host controller device profile enables your device to <strong>detect and attach other USB peripherals</strong>. E.g. with an Android Phone with USB host controller, you can connect USB pen drive, USB mass storage, external Printers, keyboards, mouse and what not.</p>
<p><a href="http://geeknizer.com/wp-content/uploads/2012/02/UsbHostController-android.jpg"><img class="alignnone size-full wp-image-9669" title="UsbHostController-android" src="http://geeknizer.com/wp-content/uploads/2012/02/UsbHostController-android.jpg" alt="" width="400" height="196" /></a></p>
<p>XDA developer sztupy&#8217;s USB Host Controller takes advantage of native OTG Host functionality (available in many high-end Android devices) makes it easily accessible for the end user. The app is capable of  showing the connected usb devices, and lets you mount external harddisks and connect as mass storage devices to the filesystem.<br />
It does most of things very well and it has the ability to reload partition tables and reseting USB devices. It can also control the USB Host functionality of S5PC210 devices with the appropriate kernel patch.</p>
<p>USB Host API was made available for 3.x and above Android devices, but this app doesn&#8217;t depend on it and hence can run on older android 2.x devices, but requires root access.</p>
<p><a href="http://geeknizer.com/wp-content/uploads/2012/02/usbhost-controller.jpg"><img class="alignnone size-full wp-image-9670" title="usbhost-controller" src="http://geeknizer.com/wp-content/uploads/2012/02/usbhost-controller.jpg" alt="" width="500" height="389" /></a></p>
<p>If your device doesn&#8217;t have native USB OTG functionality, there are kernel patches for some older devices to enable the functionality, most notably for:</p>
<ul>
<li>5PC210 based Samsung phones (Galaxy S, Captivate, Nexus S)</li>
<li>QSD8250 based HTC phones (G1, Nexus One, Desire, Incredible)</li>
</ul>
<p><a href="http://geeknizer.com/wp-content/uploads/2012/02/usb-host-controller-android.jpg"><img class="alignnone size-full wp-image-9671" title="usb-host-controller-android" src="http://geeknizer.com/wp-content/uploads/2012/02/usb-host-controller-android.jpg" alt="" width="400" height="240" /></a></p>
<p>You can find appropriate kernel drivers for these phones here:<br />
- Hummingbird / <a href="http://forum.xda-developers.com/showthread.php?t=1450298">Samsung phones</a><br />
- Snapdragon / <a href="http://api.viglink.com/api/click?format=go&amp;drKey=1359&amp;loc=http%3A%2F%2Fforum.xda-developers.com%2Fshowthread.php%3Ft%3D1468531&amp;v=1&amp;libid=1328206104339&amp;out=http%3A%2F%2Fsven.killig.de%2Fandroid%2FN1%2F2.2%2Fusb_host%2F&amp;ref=http%3A%2F%2Fwww.xda-developers.com%2Fandroid%2Fusb-host-controller%2F&amp;title=%5BAPP%5D%5B2.1%2B%5D%5BROOT%5D%20Usb%20Host%20Controller%200.42%20-%20xda-developers&amp;txt=http%3A%2F%2Fsven.killig.de%2Fandroid%2FN1%2F2.2%2Fusb_host%2F&amp;jsonp=vglnk_jsonp_13282066862561">HTC phones</a></p>
<p><strong>USB Host Controller mode on Samsung Galaxy S [Video]:</strong></p>
<p><object style="height: 390px; width: 640px;" width="640" height="360"><param name="movie" value="https://www.youtube.com/v/Yqfk7BOd8J4?version=3&amp;feature=player_embedded" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="https://www.youtube.com/v/Yqfk7BOd8J4?version=3&amp;feature=player_embedded" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>App ran well on Galaxy S, galaxy SII, Galaxy Note in our tests.</p>
<p>To give it a try, <strong><a href="https://market.android.com/details?id=hu.sztupy.android.usbhostcontroller" target="_blank">download</a></strong> USB Host controller from Android Market.</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us <a href="http://twitter.com/geeknizer"><strong>@geeknizer </strong>on Twitter</a> OR on <a href="https://www.facebook.com/geeknizer"><strong>Facebook</strong> Fanpage</a>, <a href="https://plus.google.com/b/117636454220284616721/"><strong>Google+</strong></a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/enable-usb-host-controller-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypass 3G, 4G LTE USB Tethering detection on Android</title>
		<link>http://geeknizer.com/bypass-3g-4g-lte-usb-tethering-detection-on-android/</link>
		<comments>http://geeknizer.com/bypass-3g-4g-lte-usb-tethering-detection-on-android/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 14:07:08 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[tether]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=9416</guid>
		<description><![CDATA[Your carrier may offer you unlimited 3G, LTE data service as long as its used on the phone, but the moment you try tethering it your PC / laptop, they... <span class="meta-more"><a href="http://geeknizer.com/bypass-3g-4g-lte-usb-tethering-detection-on-android/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>Your carrier may offer you unlimited 3G, LTE data service as long as its used on the phone, but the moment you try tethering it your PC / laptop, they start charging for it or worse, limit the data.</p>
<p>Koushik dutta, a developer, has figured out a way to bypass this Tether detection used by AT&amp;T, sprint, and others. He released an app which offers user &#8220;undetectable tethering&#8221; and the app is called  <em>ClockworkMod Tether</em> Alpha.</p>
<p><img class="alignnone size-full wp-image-9418" title="tether-android" src="http://geeknizer.com/wp-content/uploads/2012/01/tehter-android.jpg" alt="" width="324" height="537" /></p>
<p><strong>ClockworkMod Tether</strong> doesn&#8217;t need your Android phone to be rooted, and allows Windows, Mac and Linux users to utilize the 3G or 4G LTE connection of an Android as if it were a proxy, as opposed to a Wifi/ usb access point router. Technically, it actually spoof carriers checking for the TTL (Time To Live) data coming from a desktop, which is unique for every OS. It modifies the IP packets transferring from PC and changes the TTL values in the TCP/IP header.</p>
<p>The computer app installs a virtual connection which understands how to communicate with the proxy on the phone.</p>
<p>However, app will self-destruct on 7th January 2012 in order to encourage users to purchase the paid the version. Bluetooth tethering is also in the pipeline.</p>
<p>Go ahead and try the Alpha version from <a href="https://plus.google.com/103583939320326217147/posts/1Yy1jb9z4TA" target="_blank">here</a> on Google+ post.</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/geeknizer"><strong>@geeknizer</strong>on Twitter</a> OR on <a href="https://www.facebook.com/geeknizer">Facebook Fanpage</a>, <strong><a href="https://plus.google.com/b/117636454220284616721/" target="_blank">Google+</a></strong>:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/bypass-3g-4g-lte-usb-tethering-detection-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual-core Android PC in USB Thumb drive</title>
		<link>http://geeknizer.com/dual-core-android-pc-in-usb/</link>
		<comments>http://geeknizer.com/dual-core-android-pc-in-usb/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 16:48:31 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[dual core phones]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=9146</guid>
		<description><![CDATA[With Tegra 3, you would be able to carry a PC-level power in your pocket, but what if you could carry a powerful PC in a thumb drive. FXI technologies... <span class="meta-more"><a href="http://geeknizer.com/dual-core-android-pc-in-usb/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://geeknizer.com/htc-zeta-2-5ghz-tegra3/">Tegra 3</a>, you would be able to carry a PC-level power in your pocket, but what if you could carry a powerful PC in a thumb drive.</p>
<p><img class="alignnone size-full wp-image-9150" title="FXI-Cotton-Candy-i2" src="http://geeknizer.com/wp-content/uploads/2011/11/FXI-Cotton-Candy-i2.jpg" alt="" width="654" height="400" /></p>
<p>FXI technologies has prepared a USB stick-sized portable computer prototype, powered by a dual-core 1.2-GHz Samsung Exynos ARM CPU (same as in the Galaxy S II), 802.11n Wi-Fi, Bluetooth, HDMI-out and a microSD card slot for memory. Its merely 21 gram and enables “Any Screen Computing,” the ability to turn any TV, laptop, phone, tablet, or set-top box into a dumb terminal for its Android operating system.</p>
<p><img class="alignnone size-full wp-image-9151" title="Cotton-Candy-Connected-hdmi" src="http://geeknizer.com/wp-content/uploads/2011/11/Cotton-Candy-Connected-hdmi.jpg" alt="" width="472" height="338" /></p>
<p><strong>Cotton Candy</strong> has a USB 2.0 connector on one end and an HDMI jack on the other. When connected to an HDTV, it uses the HDMI port for video, the USB for power, and Bluetooth to connect to a keyboard, mouse, or tablet for controlling the operating system. The device outputs 1080p from its Android 2.3 operating system and is powerful enough to play 1080p video or stream HD clips from the Web.</p>
<p><object style="height: 390px; width: 640px;" width="640" height="360"><param name="movie" value="http://www.youtube.com/v/XsMNbGZOYvk?version=3&amp;feature=player_embedded" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/v/XsMNbGZOYvk?version=3&amp;feature=player_embedded" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>&nbsp;</p>
<p>When USB is connected to a PC / Mac, you can launch Cotton Candy’s Android environment in a secure window while you use your desktop OS outside the window. You can even transfer files between your notebook’s native OS, just like you would do with USB pen drive.</p>
<p>The device will be able to connect to tablets, smartphones, and even set top boxes via USB or Bluetooth. It will be able to turn even an iPhone or an iPad into a terminal for its environment &#8211; Android running on iPhone!</p>
<p>Ideally, it should be connected with a USB hub to connect directly to a monitor, keyboard, and mouse to launch its OS. Its a good thing to have on the go, while you are at work or office.</p>
<p><img class="alignnone size-full wp-image-9152" title="Cotton-Candy" src="http://geeknizer.com/wp-content/uploads/2011/11/Cotton-Candy.jpg" alt="" width="568" height="400" /></p>
<p>Future versions of Cotton candy would run ARM flavors of Linux like Ubuntu and even ARM version of Windows 8. USB 3, and <a href="http://geeknizer.com/nvidia-tegra-3-gaming-graphics-demo/">Tegra 3</a> are also in the queue.</p>
<p>There&#8217;s no price for Cotton Candy yet but when produced in the market, would be less than $200. Awesome deal for PC ont he go.</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/geeknizer"><strong>@geeknizer</strong>on Twitter</a> OR on <a href="https://www.facebook.com/geeknizer">Facebook Fanpage</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/dual-core-android-pc-in-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Bootable USB, DVD drive for OS X Lion Installation</title>
		<link>http://geeknizer.com/make-bootable-usb-dvd-drive-os-x-lion-installation/</link>
		<comments>http://geeknizer.com/make-bootable-usb-dvd-drive-os-x-lion-installation/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 04:28:35 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[osx-lion]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=8317</guid>
		<description><![CDATA[OS X Lion is just around the corner, and you must be rolling your sleeves to try it out. Lion would be exclusively available via Mac App Store to download... <span class="meta-more"><a href="http://geeknizer.com/make-bootable-usb-dvd-drive-os-x-lion-installation/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-8319" href="http://geeknizer.com/make-bootable-usb-dvd-drive-os-x-lion-installation/mac-os-x-lion/"><img class="alignright size-full wp-image-8319" title="Mac-OS-X-Lion" src="http://geeknizer.com/wp-content/uploads/2011/07/Mac-OS-X-Lion.jpg" alt="" width="230" height="140" /></a>OS X Lion is just around the corner, and you must be rolling your sleeves to try it out.<br />
Lion would be exclusively available via Mac App Store to download and no disks would be made available. But, we like to create disks, USBs for OS installers. Truth be told, it’s actually pretty easy to do, no special skills required.<br />
<em></em></p>
<p><em>Official statement: </em></p>
<p><em></em>You need Snow Leopard to install, you can&#8217;t upgrade directly from any other polder version.<br />
<em></em></p>
<p><em>What This guide will let you achieve:</em></p>
<ul>
<li><strong>Clean install or upgrade any Mac installation. </strong></li>
<li>Another reason to use this guide is if you have no or slow internet. <strong>Offline Installations of Mac OS X Lion.</strong></li>
</ul>
<p><strong>How to Make OS X Lion Bootable USB, DVD disk</strong></p>
<p><strong>Step 1.</strong> (When released) Purchase and download OS X Lion from the Mac App Store. Locate the Lion installer (should be in your downloads) and right-click and select “Show Package Contents.”</p>
<p><strong>Step 2. </strong>Navigate inside the “Contents/SharedSupport” and inside locate the installer, “InstallESD.dmg”.</p>
<p><strong>Step 3. </strong>Copy “InstallESD.dmg” to the desktop.</p>
<p><strong>Step 4. (For DVD disk)</strong> Open Disk Utility, Click on the Burn button. browse and select “InstallESD.dmg”<br />
Now insert a blank (singlelayer) 4.7GB DVD and wait for the disk to burn.</p>
<p><strong>Step 5. (USB disk drive)</strong> Insert your USB pendrive and Open DiskUtility. Select your pendrive from left menu and click on the &#8220;restore&#8221; tab on the right. Browse and select the “InstallESD.dmg” you kept on dekstop and click Restore.</p>
<p><img class="alignnone" src="http://geeknizer.com/wp-content/uploads/diskUtility-Lion_thumb.jpg" alt="" width="362" height="315" /></p>
<p>You are all set! You can use this USB pendrive, DVD disc to make installations on any mac, macbook and work as an original one.</p>
<p>Related: <a href="http://geeknizer.com/install-mac-os-lion-10-7-on-pc-hackintosh/">Install OS X Lion on PC</a></p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/hackintosh">Hackintosh</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us <a href="http://twitter.com/geeknizer"><strong>@geeknizer </strong>on Twitter</a> OR on <a href="https://www.facebook.com/geeknizer">Facebook Fanpage</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/make-bootable-usb-dvd-drive-os-x-lion-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Light Peak Technology [Thunderbolt]</title>
		<link>http://geeknizer.com/what-is-light-peak-technology/</link>
		<comments>http://geeknizer.com/what-is-light-peak-technology/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 16:09:17 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[HDMI]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[LightPeak]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[USB 3.0]]></category>

		<guid isPermaLink="false">http://geeknizer.com/what-is-light-peak-technology</guid>
		<description><![CDATA[Light Peak is the future of connectivity whether its display, data or any other mode of communications, LightPeak delivers fastest data transfers we&#8217;ve seen so far on the computers. If... <span class="meta-more"><a href="http://geeknizer.com/what-is-light-peak-technology/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/lightpeak-intel.jpg"><img class="alignleft size-full wp-image-7098" title="lightpeak-intel" src="http://geeknizer.com/wp-content/uploads/lightpeak-intel.jpg" alt="" width="240" height="158" /></a>Light Peak is the future of connectivity whether its display, data or any other mode of communications, LightPeak delivers fastest data transfers we&#8217;ve seen so far on the computers.</p>
<p>If you know about <a href="http://geeknizer.com/tag/hdmi">HDMI</a>, <a href="http://geeknizer.com/tag/usb-3-0">USB 3.0</a>, you might actually feel the inferiority of those technologies, as <strong>LightPeak</strong> takes over.</p>
<p><strong>LightPeak</strong> is <a href="http://geeknizer.com/tag/intel">Intel </a>proprietary Optical cable interface to connect peripheral bus giving throughputs upto 10Gigabit/s and have a potential of extending to 100Gb/s over a period of next few years.  At 10Gb/s, you could transfer a full-length <a href="http://geeknizer.com/tag/blu-ray">Blu-Ray</a> movie in less than 30 seconds. Optical technology also allows for smaller connectors and longer, thinner, and more flexible cables than currently possible. Light Peak also has the ability to run multiple protocols simultaneously over a single cable, enabling the technology to connect devices such as peripherals, displays, disk drives, docking stations, and more.</p>
<p><a href="http://geeknizer.com/wp-content/uploads/light-peak-intel.jpg"><img class="alignnone size-full wp-image-7099" title="light-peak-intel" src="http://geeknizer.com/wp-content/uploads/light-peak-intel.jpg" alt="" width="500" height="518" /></a></p>
<p>A typical computer system involves a large number of interfaces namely SATA, SCSI, USB, Firewire, PCI Express &#8211; each one dedicated to its scope with limited bandwidth capabilities. LightPeak would clear of this mess by providing one unified interface to connect almost anything &#8211; whether it&#8217;s a <strong>Display panel/Monitor or a external/internal harddrive</strong>, they all work on LightPeak, and they work much faster than before.</p>
<p><object style="height: 390px; width: 640px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/1ox_inwLSl0?version=3" /><param name="allowfullscreen" value="true" /><embed style="height: 390px; width: 640px;" type="application/x-shockwave-flash" width="100" height="100" src="http://www.youtube.com/v/1ox_inwLSl0?version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Apart from unifying communications, it would make interfaces cheaper Light Peak, unlike most fiber ICs, was designed to be lithographically created directly on a CMOS IC, which can reduce size and manufacturing costs. However, the LightPeak will not replace existing HDMI, DisplayPort technologies immediately, it would be gradual.</p>
<p>The Light Peak cable contains a pair of optical fibers (each 62.5 micron wide) that are used for upstream and downstream traffic. This means that Light Peak offers a maximum of 10 Gbit/s in each direction at the same time i.e. 10Gbps Full duplex. The maximum length of the cable can run upto 100meters, requiring repeaters beyond that.</p>
<p>Since LightPeak cables has decent max length, they have also been looked as 10Gigabit Ethernet killers. 10Gigabit ethernet is way more costly, but its hard to actually transition all future networks to a new physical layer.</p>
<p><strong>Apple&#8217;s Thunderbolt Technology</strong></p>
<p>Apple is doing a rebranding for the LightPeak technology to <strong>Thunderbolt High Speed I/O</strong>. The rumor gears are really starting to churn with regard Apple&#8217;s upcoming MacBook Pro refresh and now we have a purported leak of the upcoming spec sheet for the new 13-inch model. The Thunderbolt port would look much like the Mini DisplayPort but has a tidy little lightning logo next to it.</p>
<p><strong><a href="http://geeknizer.com/wp-content/uploads/thunderbolt-technology.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="thunderbolt-technology" src="http://geeknizer.com/wp-content/uploads/thunderbolt-technology_thumb.jpg" border="0" alt="thunderbolt-technology" width="282" height="352" /></a><a href="http://geeknizer.com/wp-content/uploads/thunderbolt-specs.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="thunderbolt-specs" src="http://geeknizer.com/wp-content/uploads/thunderbolt-specs_thumb.jpg" border="0" alt="thunderbolt-specs" width="500" height="323" /></a><a href="http://geeknizer.com/wp-content/uploads/thunderbolt-macbook.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="thunderbolt-macbook" src="http://geeknizer.com/wp-content/uploads/thunderbolt-macbook_thumb.jpg" border="0" alt="thunderbolt-macbook" width="600" height="199" /></a></strong></p>
<p><strong>Update: </strong>Apple has <a href="http://www.apple.com/pr/library/2011/02/24mbp.html" target="_blank">announced</a> new MacBook Pros with Thunderbolt technology.</p>
<p><a href="http://geeknizer.com/wp-content/uploads/features_thunderbolt_icon.jpg"><img title="features_thunderbolt_icon" src="http://geeknizer.com/wp-content/uploads/features_thunderbolt_icon.jpg" alt="" width="95" height="121" /></a></p>
<blockquote><p>“The new MacBook Pro brings next generation dual and quad Core processors, high performance graphics, Thunderbolt technology and FaceTime HD to the great design loved by our pro customers,” said Philip Schiller, Apple’s senior vice president of Worldwide Product Marketing. “Thunderbolt is a revolutionary new I/O technology that delivers an amazing 10 gigabits per second and can support every important I/O standard which is ideal for the new MacBook Pro.”</p>
<p>Imagine accessing multiple streams of uncompressed HD video — from your notebook — at speeds that let you edit an HD feature film in real time. That’s how Thunderbolt technology will connect the next generation of high-performance peripherals to the next generation of computers — starting with MacBook Pro. Ultrafast and ultraflexible, the Thunderbolt pipeline is more than 12 times faster than FireWire 800 and up to 20 times faster than USB 2.0, and it offers unprecedented expansion capabilities. It changes what you can do on a notebook.</p>
<p>The Thunderbolt port will give you plug-and-play performance with a whole new world of Thunderbolt peripherals, as well as with the Apple LED Cinema Display and other Mini DisplayPort peripherals. You can daisy-chain as many as six devices, including your display. And with support for video and eight-channel audio, it’s easy to connect HDMI-compatible devices — like your TV and home stereo — using the HDMI adapter you already have. Current VGA, DVI, and DisplayPort adapters are also supported.</p></blockquote>
<p><a href="http://geeknizer.com/wp-content/uploads/thunderbolt-macbook1.jpg"><img class="alignnone size-full wp-image-7111" title="thunderbolt-macbook" src="http://geeknizer.com/wp-content/uploads/thunderbolt-macbook1.jpg" alt="" width="660" height="365" /></a><a href="http://geeknizer.com/wp-content/uploads/features_thunderbolt.jpg"><img class="alignnone size-full wp-image-7109" title="features_thunderbolt" src="http://geeknizer.com/wp-content/uploads/features_thunderbolt.jpg" alt="" width="660" height="238" /></a></p>
<p>For latest <a href="http://geeknizer.com/tag/hardware">Hardware</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/android">android</a>, Tech news<strong> </strong><strong><a href="http://twitter.com/taranfx"><strong>@taranfx</strong> on Twitter</a> </strong>and <a href="http://facebook.com/taranfx" target="_blank"><strong>Facebook</strong> Fanpage</a> you can also subscribe to use below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/what-is-light-peak-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock PC with USB drive</title>
		<link>http://geeknizer.com/lock-pc-with-usb-drive/</link>
		<comments>http://geeknizer.com/lock-pc-with-usb-drive/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 10:56:56 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://geeknizer.com/lock-pc-with-usb-drive</guid>
		<description><![CDATA[There are 100 of better ways to lock your PC than using a password. You can use camera based facial recognition, you can use voice activation and even USB key.... <span class="meta-more"><a href="http://geeknizer.com/lock-pc-with-usb-drive/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/usb-key.jpg"><img class="alignleft" title="usb-key" border="0" alt="usb-key" src="http://geeknizer.com/wp-content/uploads/usb-key_thumb.jpg" width="245" height="179" /></a>There are 100 of better ways to lock your PC than using a password. You can use camera based facial recognition, you can use voice activation and even USB key. While others can be faked and broken easily, USB drive is the most fool proof way.</p>
<p>Predator, an application for windows, locks your system when you are not there, even if your Windows session is still opened. It uses&#160; a regular USB flash drive as an access control device. </p>
<p>Simply Download and install Predator, and pair a USB drive with it. With the USB drive plugged in, you can continue to work, but as soon as it is removed, the screen fades and your PC locks, and keyboard/mouse input is disabled. Plug it back in, and normal usage is restored.</p>
<p><strong>     <br /></strong></p>
<p><strong>Features:</strong></p>
<p><strong></strong></p>
<ul>
<li>Can be unlocked with a custom password in case USB is lost. </li>
<li>Alarm is triggered if wrong password is entered. </li>
<li>All events are logged, you will know if intruders have tried to use your PCs. </li>
<li>The Security codes recorded on your USB drive are frequently changed. Even if someone clones your USB, you are still safe. </li>
</ul>
<p><strong>     <br /></strong></p>
<p><strong>Install And Configure Predator:</strong></p>
<p><strong></strong></p>
<ul>
<li>First download <strong>Predator</strong> from <a href="http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.6.tar.bz2">here</a></a>, install it &amp; launch it </li>
<li>A window will open to set up password and request for USB flash drive insertion, click <strong>OK</strong>. </li>
</ul>
<p><a href="http://geeknizer.com/wp-content/uploads/predator-alert.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="predator-alert" border="0" alt="predator-alert" src="http://geeknizer.com/wp-content/uploads/predator-alert_thumb.jpg" width="244" height="124" /></a></p>
<ul>
<li>Now you are on Preference window, configure all settings and <strong>create a Key</strong>. </li>
</ul>
<p><a href="http://geeknizer.com/wp-content/uploads/predator.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="predator" border="0" alt="predator" src="http://geeknizer.com/wp-content/uploads/predator_thumb.jpg" width="604" height="537" /></a></p>
<ul>
<li>Click <strong>OK</strong> to save you settings. </li>
</ul>
<p>Now restart&#160; Predator to monitor your system. And you are now secure!</p>
<p>We write about <a href="http://geeknizer.com/tag/guide">Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/ipad">iPad</a>, Android, <a href="http://geeknizer.com/tag/open-source">Open Source</a> and latest in Tech <a href="http://twitter.com/taranfx">@taranfx (Twitter)</a> or subscribe below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/lock-pc-with-usb-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Reverse Engineer USB [Kinect]</title>
		<link>http://geeknizer.com/reverse-engineer-usb/</link>
		<comments>http://geeknizer.com/reverse-engineer-usb/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 16:27:13 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[gizmos]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/reverse-engineer-usb</guid>
		<description><![CDATA[The  hottest thing among geeks and programmers is reverse engineering USB devices. These days, the most popular topic is the Xbox Kinect hacks and here we&#8217;ve a guide on How... <span class="meta-more"><a href="http://geeknizer.com/reverse-engineer-usb/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/reverse-engineer.jpg"><img class="alignleft size-full wp-image-6322" title="reverse-engineer" src="http://geeknizer.com/wp-content/uploads/reverse-engineer.jpg" alt="" width="245" height="184" /></a>The  hottest thing among geeks and programmers is reverse engineering USB devices.</p>
<p>These days, the most popular topic is the <a href="http://geeknizer.com/best-kinect-hackmod">Xbox Kinect hacks</a> and here we&#8217;ve a guide on How to Reverse engineer a USB.</p>
<p>USB is a very complex protocol, much more complicated than Serial or Parallel, SPI and even I2C. USB uses only two wires but they are not used as &#8216;receive&#8217; and &#8216;transmit&#8217; like serial, data is bidirectional and differential. What that means is that the data sent depends on the <em>difference </em>in voltage between the two data lines <strong>D+</strong> and <strong>D-.</strong></p>
<p>The fact that USB is also very structured makes it hackable, easy to reverse engineer &#8212;  Its easy to grab the format of packets agreed upon and you don&#8217;t have to bother about checksums, they are pretty much abstract. Since every computer now made has a USB host core, that does a lot of the tough work for you, and there are many software libraries to assist you in doing a lot with USB.</p>
<p><strong>How to Reverse Engineer Xbox Kinect Motor</strong>:</p>
<p>First thing first, you will need a Linux or Mac machine to get your first hands on USB debugging. Both these unix environments has a powerful tool called <strong>lsusb</strong>.</p>
<p>For linux, run <strong>lsusb -vv</strong> (ultra verbose) for Mac, run <strong>system_profiler SPUSBDataType</strong></p>
<p>First thing you will have to grab  is this <strong>PID, VID</strong>. Every type USB device must have a unique VID and PID. The VID is the manufacturer. In this case, <strong>0x045e</strong> is the VID for Microsoft. All Microsoft products will have that VID. Each product has a different PID, so all Kinect Motors use PID <strong>0x02b0</strong> this doesn&#8217;t differ between two Kinects, they&#8217;ll both have the same PID.</p>
<p>Second thing that goes is the <strong>descriptor. </strong>A descriptor is a sort of &#8216;menu&#8217; of what the device can do and how it likes to transfer data. In general, each device has one descriptor.</p>
<p><strong>Learning in detail:</strong></p>
<p>You can read the complete detailed guide at <a rel="nofollow" href="http://ladyada.net/learn/diykinect/">ladyada</a>.<strong> </strong>It goes into depth on how USB works, how to record the communication, what to look for, how to deconstruct what you’ve found, and how to put it all to use. This is all done with real world data from the Kinect so you could easily follow along at home.  There is source code available so you can <a href="https://github.com/OpenKinect/libfreenect">download example</a> and see how to control the device as well.</p>
<p>This a great tutorial. I&#8217;m sure you can become a good usb hacker by the time you are done reading it.</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>,<a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/taranfx"><strong>@taranfx </strong>on Twitter</a> OR:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/reverse-engineer-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount iPhone, iPod Touch, iPad as USB drive [Windows, Mac]</title>
		<link>http://geeknizer.com/mount-iphone-as-usb-drive/</link>
		<comments>http://geeknizer.com/mount-iphone-as-usb-drive/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 15:56:34 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/mount-iphone-as-usb-drive</guid>
		<description><![CDATA[You can wirelessly share iPhone/ iPod touch data to your  Windows/Mac, but it doesn&#8217;t suit massive data transfers. What you need is a way to Mount iPhone, iPod touch, or... <span class="meta-more"><a href="http://geeknizer.com/mount-iphone-as-usb-drive/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/iphone-usb-drive.jpg"><img class="alignleft size-full wp-image-6183" title="iphone-usb-drive" src="http://geeknizer.com/wp-content/uploads/iphone-usb-drive.jpg" alt="" width="245" height="206" /></a>You can wirelessly share iPhone/ iPod touch data to your  Windows/Mac, but it doesn&#8217;t suit massive data transfers.</p>
<p>What you need is a way to <strong>Mount iPhone, iPod touch, or iPad as USB drive in Windows or Mac OS X</strong>,with Phone Disk.</p>
<p>With Phone Disk installed, your computer actually finds the iOS device in &#8220;disk mode.&#8221;, rather than the regular iTunes mode. After connecting, you are able to see the majority of your phone&#8217;s file contents, and can use any spare storage space on it as a straight-up portable drive.</p>
<p>The app enables high-speed usb data transfers. I&#8217;ve tested 7-8mbps for iPhone 4. What&#8217;s yours?</p>
<p>The app is available for Free until Dec. 1, so hurry up.</p>
<p><a href="http://www.macroplant.com/phonedisk/" target="_blank">Phone Disk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/mount-iphone-as-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I would Hack your PC, Mac with USB HID</title>
		<link>http://geeknizer.com/pc-mac-usb-hid-hack/</link>
		<comments>http://geeknizer.com/pc-mac-usb-hid-hack/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 18:48:45 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/pc-mac-usb-hid-hack</guid>
		<description><![CDATA[We live in the world full of serpents, overlook things for seconds and you are bitten to death. Trojans, viruses, malware are everywhere. They find new ways to enter our sacred computers some... <span class="meta-more"><a href="http://geeknizer.com/pc-mac-usb-hid-hack/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/2010/04/usb-hid.jpg"><img class="alignleft size-full wp-image-4715" title="usb hid" src="http://geeknizer.com/wp-content/uploads/2010/04/usb-hid.jpg" alt="usb hid" width="250" height="188" /></a>We live in the world full of serpents, overlook things for seconds and you are bitten to death.</p>
<p>Trojans, viruses, malware are everywhere. They find new ways to enter our sacred computers some way or the other. Talking about scenarios where hacker had physical access, traditionally, lame Autorun based USBs could install unwanted programs on your PCs the moment they are plugged, but those are easy to get rid of: Switch off autoplay. What if a <a href="http://geeknizer.com/tag/usb">USB </a>uses a cross-platform native profile to inject malicious programs into computers? &#8212; It becomes unstoppable.</p>
<p>One such device was demoed at this year&#8217;s Shmoocon, it&#8217;s called &#8220;Phantom Keystroker&#8221;. It&#8217;s a simple USB dongle form factor device, which when plugged to a computer uses USB HID class to identify itself as a Human interface mouse and keyboard from a  legit manufacturer and start execution of instructions, which would perhaps annoy the user by flashing LEDs on keyboards, and make the mouse behave as drunkard.</p>
<p>Since USB HID doesn&#8217;t need any drivers across all popular platforms (<a href="http://geeknizer.com/tag/linux">Linux</a>, <a href="http://geeknizer.com/tag/windows">Windows</a>, <a href="http://geeknizer.com/tag/mac-os">Mac OS</a>), it just works everywhere.</p>
<p><a href="http://www.hak5.org" target="_blank">Hak5 team </a>has extrapolated the idea with USB HID device to allow executing terminal commands quickly, without drawing as much attention from the user who sits in front of it. The user just turns his head for couple of seconds and  the hacker plugs in their programmable USB key stroke dongle, Boom! All sorts of command could be run.</p>
<p><strong>Why this behavior is Not considered &#8220;Bad&#8221; by Current Anti-viruses</strong></p>
<p>When we plug-in such USB HID device, it acts just like any other USB peripheral. It could identify itself as aLogitech HID keyboard, or a HID compliant Mouse. The moment it identifies itself, your computer assumes its you who is typing/clicking and has no idea about &#8220;these devices&#8221; being automated.</p>
<p>Daren and Snubs<a href="http://www.hak5.org" target="_blank"> from Hak5</a> had been working on such a project they call as &#8220;USB Rubber Ducky&#8221; with a soft duck attached at the Dongle.</p>
<p><strong>How this can be done?</strong></p>
<p>It could start with a cool Arduino hack, but implementing a USB HID with the standard Arduino is a bit of a pain (atleast for me). The alternative way (read  as &#8220;Better&#8221;)  is to use <a href="http://www.pjrc.com/teensy/" target="_blank">Teensy</a>, which lets you program  in C, or the easier Arduino development environment, and already supported USB HID out of the box! With the price tag of  $18, its ultra-affordable for enthusiasts and nightmare for potential victims.</p>
<p><a href="http://geeknizer.com/wp-content/uploads/2010/04/teensy.gif"><img class="alignleft size-full wp-image-4716" title="teensy" src="http://geeknizer.com/wp-content/uploads/2010/04/teensy.gif" alt="" width="692" height="225" /></a></p>
<p>When teensy is interfaced with a flash card, it could store multiple programs, which can then be dynamically loaded instead of reflashing the device everytime when you need to perform a different task. Also, one can store a large number of files/scripts that let you do more.</p>
<p>Watch the Video, from Hak5: <em>(video automatically starts from 12:xx, where main talk starts)</em></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="625" height="394" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/3pAIQZw1TeE&amp;start=742&amp;end=1329" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="625" height="394" src="http://www.youtube.com/v/3pAIQZw1TeE&amp;start=742&amp;end=1329" allowfullscreen="true"></embed></object></p>
<p>The possiblities are endless. You can create a CRON Job or schedule events to happen in a later time. e.g. running a script at a time in the future when it downloads and install a keylogger or perhaps damage/steal local files. Or it could be an instantaneous Auto-job that copies all executables from the USB flash for running on the local computer.</p>
<p><strong>What other Bad things are Possible:</strong></p>
<ul>
<li>Automate Brute-force Admin passwords on Windows server (Windows 2003 server doesn&#8217;t lockout when passwords are entered from keyboard, in our case USB HID device)</li>
<li>Brute-force BIOS passwords</li>
<li>Fake a BSOD and do anything in the background. Before User reboots PC (i.e. couple of seconds) damage is probably done.</li>
<li>Add a user to the box or the domain.( this is nasty)</li>
<li>Run a program that sets up a permanent back door.</li>
<li>Copy files to flash card</li>
<li>Go to a website they have a cookie for, and do some sort of transaction.</li>
</ul>
<p>Possibilities are endless, use your wild imagination.</p>
<p><strong>How about Good things?</strong></p>
<p>Apart from being an un-avoidable bad element, it can be a great pen-tester&#8217;s device and even an automation device. It could:</p>
<ul>
<li>Automate Pen-testing tasks</li>
<li>Perform certain tasks much faster than you can type, and that too without typos.</li>
<li>Schedule tasks</li>
</ul>
<p><strong>Potential Shortcomings?</strong></p>
<p>There is one disadvantage, though its not big. The first time you plugin the device, it takes few seconds (5-20s) to identify HID device and load the drivers. Though this is fully automated by all operating systems, this delay varies from OS to OS.</p>
<p><em>You can contribute</em></p>
<p>Obviously, there can be other good reasons why this project should go futher. If you&#8217;ve some brilliant ideas and happen to be a strong C, Arduino programmer, you can contribute to this project by <a href="http://www.hak5.org/iwanttodevelopfortheducky" target="_blank">filling a form at hak5</a> to register to receive a Free USB Rubber Ducky dev kit. Devkits will be delivered via via snail-mail around the world.</p>
<p>Related: <a href="http://geeknizer.com/diy-electronics-projects-with-android/">Arduino Alternative : Android based DIY projects</a></p>
<p>We write about <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/twitter">Twitter</a>, <a href="http://geeknizer.com/tag/security">Security</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/programming">Programming</a>, <a href="http://geeknizer.com/">Web</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>,<a href="http://geeknizer.com/tag/android">Android</a> and latest in Tech <a href="http://twitter.com/taranfx"><strong>@taranfx</strong> on Twitter</a> or by subscribing below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/pc-mac-usb-hid-hack/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make Bootable Pen Drive [Windows, Linux, Mac OS]</title>
		<link>http://geeknizer.com/create-bootable-live-usb-drives/</link>
		<comments>http://geeknizer.com/create-bootable-live-usb-drives/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 19:34:42 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/create-bootable-live-usb-drives</guid>
		<description><![CDATA[One of the biggest problems we face with CD/DVDs are that they are slow and unreliable. We tend to use Bootable/Live USB Drives as alternatives but we are clueless on... <span class="meta-more"><a href="http://geeknizer.com/create-bootable-live-usb-drives/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Bootable, Live USB" src="http://icons-search.com/img/yellowicon/Flat_Linux.zip/Flat_for_Linux-USB_HD-38-USB_HD_256x256.png-256x256.png" alt="" width="154" height="154" />One of the biggest problems we face with CD/DVDs are that they are slow and unreliable. We tend to use Bootable/Live USB Drives as alternatives but we are clueless on how to do it.</p>
<p>In this guide, we will walk you through all the possible ways:</p>
<p>1. <strong>Create </strong><a href="http://geeknizer.com/blog/how-to-install-windows-7-xp-vista-using-usb-flash-drive-faster"><strong>Windows XP, Windows Vista, Windows 7 Bootable USB</strong></a></p>
<p>2. <strong>Create </strong><a href="http://geeknizer.com/blog/how-to-run-live-windows-xp-from-a-portable-usb-drive-memory-stick"><strong>Live Portable USB  Windows XP</strong></a></p>
<p>3. <strong>Create Bootable USB for Ubuntu, and all other Linux Distros</strong></p>
<div style="text-align: justify;"><a style="font-weight: bold;" href="http://unetbootin.sourceforge.net/">UNetbootin</a> is a handy and <a href="http://geeknizer.com/blog/tag/open-source">Open source</a> util allows you to  create bootable Live <a href="http://geeknizer.com/blog/tag/usb">USB </a>drives for a variety of <a href="http://geeknizer.com/blog/tag/linux">Linux </a>distributions  from Windows or Linux.UNetbootin works out of the box for automatically downloading and loading: Ubuntu, Debian, Fedora, PCLinuxOS, Linux Mint,  Sabayon Linux, Gentoo, MEPIS, openSUSE, Zenwalk, Slax, Dreamlinux, Arch  Linux, Elive, CentOS, Damn Small Linux, Mandriva, SliTaz, FaunOS, Puppy  <a href="http://geeknizer.com/blog/tag/linux">Linux</a>, FreeBSD, gNewSense, Frugalware Linux, NetBSD but can work with  others too.</div>
<div style="text-align: justify;"><em>Note: If you need any help/assistance, contact </em><a href="http://twitter.com/taranfx" target="_blank"><em>us </em></a><strong><a href="http://twitter.com/taranfx" target="_blank"><em>@taranfx</em></a><em>.</em></strong></div>
<p style="text-align: justify;">UNetbootin can also be used to load various system utilities,  including:</p>
<ul style="text-align: justify;">
<li><a href="http://www.remote-exploit.org/backtrack.html">Backtrack</a>, a linux distro  for network analysis and penetration testing.</li>
<li><a href="http://sourceforge.net/projects/btmgr/">Smart Boot Manager (SBM)</a>, which can boot off CD-ROM and floppy drives on computers with a faulty BIOS.</li>
<li><a href="http://gujin.sourceforge.net/">Gujin</a>, a graphical bootloader that can also be used to boot various operating systems and media.</li>
<li><a href="http://partedmagic.com/">Parted Magic</a>, a partition manager  that can <a href="http://www.howtoforge.com/unetbootin_windows_ubuntu_fedora_p4">resize</a>,  repair, backup, and restore partitions.</li>
<li><a href="http://www.supergrubdisk.org/">Super Grub Disk</a>, a boot utility  that can <a href="http://ubuntuforums.org/showthread.php?t=690912">restore  and repair</a> overwritten and misconfigured GRUB installs or directly  boot various operating systems</li>
<li><a href="http://www.freedos.org/">FreeDOS</a>, which can run BIOS flash and other legacy DOS utilities.</li>
<li><a href="http://ophcrack.sourceforge.net/">Ophcrack</a>, a utility which  can recover Windows passwords.</li>
<li><a href="http://home.eunet.no/pnordahl/ntpasswd/">NTPasswd</a>, a utility  which can reset Windows passwords and edit the registry.</li>
</ul>
<p>The <a href="http://geeknizer.com/blog/tag/windows">Windows </a>and <a href="http://geeknizer.com/blog/tag/linux">Linux </a>version are very similar in UI. Run the executable, and select a distribution, floppy/<a href="http://geeknizer.com/blog/tag/hdd">hard disk</a> image, or kernel/initrd to load, select a target drive (USB Drive or  Hard Disk), then reboot once done.</p>
<p><img src="http://sourceforge.net/dbimage.php?id=167328" alt="screenshot" width="542" height="397" /></p>
<p>Before rebooting, make sure you set this USB drive as active.</p>
<pre>DISKPART &gt; list disk
&gt; select disk 1  --&gt; replace "1" with your USBdisk #
&gt; select partition 0
&gt; active</pre>
<p>Now reboot and go to the BIOS settings and change the startup order to boot from USB, you should boot into OS installer/Live boot into OS.</p>
<p><strong>4. Creating Bootable USB in Mac OS X (Leopard or higher) using DiskUtil</strong></p>
<ol type="1">
<li>Open a Terminal, Insert  your flash media and run <tt>diskutil list</tt> again and determine the  device node assigned to your flash media (e.g. /dev/disk2)</li>
<li>Run <tt>diskutil  unmountDisk /dev/disk</tt><em>N</em></li>
<li>Execute <tt>sudo dd if=/path/to/downloaded.img  of=/dev/disk</tt><em>N</em> <tt>bs=1m</tt></li>
<li>Run <tt>diskutil  eject /dev/disk</tt><em>N</em> and remove your flash media when the  command completes</li>
</ol>
<p>Also check <a title="Permanent Link to Make Bootable USB [OSx86, Snow  Leopard]" rel="bookmark" href="http://geeknizer.com/make-bootable-usb-mac-osx86-snow-leopard">Make Bootable USB [OSx86, Snow Leopard]</a></p>
<p>We keep on posting such extensive Tutorials in <a href="http://geeknizer.com/tag/guide">our guides section</a>: <a href="http://twitter.com/taranfx" target="_blank">Follow us </a><strong><a href="http://twitter.com/taranfx" target="_blank">@taranfx</a></strong> if you need any A<strong>ssistance</strong> or more <a href="http://geeknizer.com/tag/tips-n-tricks">Tips n Tricks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/create-bootable-live-usb-drives/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>50 USB 3.0 Products Announced</title>
		<link>http://geeknizer.com/usb-3-0-products/</link>
		<comments>http://geeknizer.com/usb-3-0-products/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 18:21:11 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[gizmos]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[USB 3.0]]></category>

		<guid isPermaLink="false">http://geeknizer.com/usb-3-0-products</guid>
		<description><![CDATA[Do you still own crappy USB 1.0 devices that are painfully slow? Or newer USB 2.0 devices that are actually faster than the interface? Time to trash them all, USB... <span class="meta-more"><a href="http://geeknizer.com/usb-3-0-products/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/2010/03/usb3.0.jpg"><img class="alignleft" title="usb-3.0" src="http://geeknizer.com/wp-content/uploads/2010/03/usb3.0_thumb.jpg" border="0" alt="usb-3.0" width="244" height="187" /></a> Do you still own crappy USB 1.0 devices that are painfully slow? Or newer USB 2.0 devices that are actually faster than the interface? Time to trash them all, <a href="http://geeknizer.com/tag/usb">USB</a> Implementers Forum (USB-IF) has finally approved 50 Products that are fully <a href="http://geeknizer.com/tag/usb-3-0">USB 3.0</a> compliant. the <a href="http://geeknizer.com/usb-3-0">SuperSpeed USB (3.0)</a> compliance on 50 devices means alot, specially in mass storage devices, PCIe , ExpressCard adapters.</p>
<p>As we <a href="http://geeknizer.com/usb-3-0">prompted earlier</a>, SuperSpeed USB delivers data transfer rates <a href="http://geeknizer.com/usb-3-0">up to 10x faster</a> than Hi-Speed USB and offers optimized power efficiency, increased power delivery and backward compatibility with the billions of USB-enabled computers and devices currently in use. The assortment of certified SuperSpeed USB products represents end-to-end solutions for consumers wanting the fastest USB experience available.</p>
<p><a href="http://cts.businesswire.com/ct/CT?id=smartlink&amp;url=http%3A%2F%2Fwww.usb.org%2Fkcompliance%2Fview%2Fcatalog_search%2Fsselect_item%2Fprocess%2Frefresh%3Freferring_url%3Dhttp%253A%2F%2Fwww.usb.org%2Fhome%26dev_categories%3DAll%2520Categories%26retail_categories%3DAll%2520Categories%26hispeed%3Dsuperspeed%26step%253Aint%3D2%26tab_data_namespace%3D71466779A4RIKTED2E&amp;esheet=6198720&amp;lan=en_US&amp;anchor=SuperSpeed+USB+product+page&amp;index=1&amp;md5=2e4699b5db6d82bdae1eaaca108b175a">SuperSpeed USB product page</a> on the USB-IF Web site highlights most of the products getting the certification.</p>
<p>The most deserving devices in the list are HP&#8217;s Envy 15 laptop and WD&#8217;s My Book 3.0 (not <a href="http://geeknizer.com/westerndigital-my-book-ii-4tb-terabyte-hdd-review-benchmarked">WD My book ii</a>)external hard drive, but that the vast majority are adapters says a lot about how early this format is. Of the 50 said to be certified only 45 are listed on the site, meaning there are five left unidentified, ready for a stunning, blue-plugged unveiling.</p>
<p>We write Latest in <a href="http://geeknizer.com/tag/hardware">Hardware</a>: <a href="http://geeknizer.com/tag/intel">Intel</a>, <a href="http://geeknizer.com/tag/amd">AMD</a>, <a href="http://geeknizer.com/tag/nvidia">Nvidia</a>, <a href="http://geeknizer.com/tag/research">Research</a>,Gadgets: <a href="http://geeknizer.com/tag/android">Android</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/google">Google</a> and<a href="http://geeknizer.com/tag/guide">Tech Guides</a>, Tech News<a href="http://twitter.com/taranfx"> @taranfx on Twitter</a> and:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/usb-3-0-products/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make Bootable USB [OSx86, Snow Leopard]</title>
		<link>http://geeknizer.com/make-bootable-usb-mac-osx86-snow-leopard/</link>
		<comments>http://geeknizer.com/make-bootable-usb-mac-osx86-snow-leopard/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 13:57:17 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hackintosh - Install Mac OS on PC]]></category>
		<category><![CDATA[OSx86]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/make-bootable-usb-mac-osx86-snow-leopard</guid>
		<description><![CDATA[There could be infinite number of reasons why you would like to install Mac OSx86 or Native Snow Leopard from a Bootable USB stick. The most Obvious reasons I can... <span class="meta-more"><a href="http://geeknizer.com/make-bootable-usb-mac-osx86-snow-leopard/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Snow Leopard USB" src="http://farm5.static.flickr.com/4064/4258868789_30c40edaf3_o.jpg" alt="" width="174" height="177" />There could be infinite number of reasons why you would like to install Mac <strong>OSx86</strong> <em>or </em>Native <strong>Snow Leopard</strong> from a Bootable USB stick. The most Obvious reasons I can think of:</p>
<ul>
<li>Faster Installation</li>
<li>Installation for Netbooks/Smartbooks which have no optical drive</li>
<li>Damaged/faulty optical drive.</li>
<li>More reliable way of installation</li>
</ul>
<p>Whatever your reason is, here&#8217;s how you can proceed with making bootable USB.<br />
<!--adsensestart--><br />
<strong>Note</strong>: This guide can be used for installation of both Native/Hackintosh Retail Snow Leopard OR OSx86 distro like <a href="http://geeknizer.com/install-mac-os-x-leopard-osx86-on-pc-dual-boot-windows-7-vista-in-9-easy-steps">Leopard Kalyway 10.5.6</a> and <a href="http://geeknizer.com/how-to-install-snowosx-universal">SnowOSX v3.x Snow Leopard</a>. In other words no matter what version of Mac OS X you wish to install via USB, this method works.</p>
<p>The credit goes to <a rel="nofollow" href="http://www.insanelymac.com/forum/index.php?showtopic=154045" target="_blank">holyfield </a>for his basic guide. This guide is much more simplified and illustrated making it truly feasable for <em>just any one</em> to perform it.</p>
<p>Before you begin, Make sure you have the following ready with you:</p>
<ul>
<li>A USB stick of size equal or greater than the OSx86 distro (8GB or higher will work with all)</li>
<li>OSx86 Distro (like SnowOSX, Kalyway, iPC, iDeneb, etc) or RETAIL Snow Leopard Disc which you wish to install.</li>
<li>A Running Mac OS X (<a href="http://geeknizer.com/tag/hackintosh">hackintosh</a> or Native)</li>
<li>OSx86 Tools <a href="http://code.google.com/p/osx86tools/" target="_blank"><strong>Download</strong> from Google Code</a></li>
</ul>
<p><strong>Step 1. Prepairing USB Thumb Stick:</strong></p>
<p>Open Disk Utility from Applications &gt; Utilities &gt; DiskUtility.</p>
<p><strong>If creating Disk for Native Snow Leopard:</strong></p>
<p>Erase the disk with &#8220;Mac OS X (Journaled)&#8221; and the click Erase.</p>
<p><strong>If Creating for OSx86/ Hackintosh:</strong></p>
<p>Select your USB drive click &#8220;Partition&#8221; Tab. Change Volume Scheme to &#8220;1 Partition&#8221;.  Select Format &#8220;Mac OS X (Journaled)&#8221; with Partition map scheme &#8220;MBR&#8221; under &#8220;options&#8221; and Apply.</p>
<p><strong>Step 2. Restoring Snow Leopard/ OSx86 Disc/ISO/DMG to USB drive</strong></p>
<p>Insert your retail Snow Leopard/OSx86 Disc or mount the ISO/DMG you wish to use. Click &#8220;Restore&#8221; and select source and destination as shown below. I&#8217;m using My HP 16gb Usb named &#8220;Taranfx&#8221; in t he example below:</p>
<p><a href="http://farm5.static.flickr.com/4044/4258679137_307b6fd118_o.jpg" target="_blank"><img class="alignnone" title="Bootable USB Snow Leopard" src="http://farm5.static.flickr.com/4044/4258679137_307b6fd118_o.jpg" alt="" width="522" height="453" /></a></p>
<p>Hit Restore. This would take anywhere between 10 minutes (if using ISO/dmg) and 30 minutes (using DVD).</p>
<p><strong>Step 3. Making the USB Bootable </strong><em>[Not applicable if your are installing Native Snow Leopard]</em></p>
<p>Now run the OSx86 Tools that you downloaded initially. Select &#8220;Install EFI/Run FDISK&#8221;  and then select disk to use i.e. USB and &#8220;EFI to install&#8221; followed by &#8220;Install EFI&#8221; as shown below:</p>
<p><a href="http://farm5.static.flickr.com/4033/4259433880_3305b64c73_o.jpg" target="_blank"><img class="alignnone" title="Bootable USB OSx86" src="http://farm5.static.flickr.com/4033/4259433880_3305b64c73_o.jpg" alt="" width="532" height="486" /></a></p>
<p>That&#8217;s all. Enable USB boot in BIOS and reboot from USB, your installation should begin.</p>
<p>We keep on posting new Mac OS X <a href="http://geeknizer.com/tag/snow-leopard">Snow Leopard</a> and <a href="http://geeknizer.com/tag/hackintosh">Hackintosh</a>. You can stay in touch with updates <a href="http://twitter.com/taranfx" target="_blank"><strong>@taranfx</strong> on Twitter</a>.</p>
<p>If you are installing OSx86 Hackintosh, you can check our guides:</p>
<ul>
<li><a title="Permanent Link to How to Install Snow Leopard  [VMWare]" rel="bookmark" href="http://geeknizer.com/how-to-install-snow-leopard-vmware-workstation-windows">How to Install Snow Leopard [VMWare]</a></li>
<li><a title="Permanent Link to How to Install SnowOSX  Universal" rel="bookmark" href="http://geeknizer.com/how-to-install-snowosx-universal">How to Install SnowOSX Universal</a></li>
<li><a title="Permanent Link to Install Snow Leopard on PC  [USB]" rel="bookmark" href="http://geeknizer.com/install-snow-leopard-on-pc-easy">Install Snow Leopard RETAIL on PC [USB]</a></li>
<li><a title="Permanent Link to How to Install Snow Leopard on  PC [Hackintosh]" rel="bookmark" href="http://geeknizer.com/how-to-install-mac-os-x-snow-leopard-on-pc-dual-boot">How to Install Snow Leopard on PC [OSx86]</a></li>
<li><a title="Permanent Link to Understanding MAC OSx86 for  Dummies" rel="bookmark" href="http://geeknizer.com/understanding-mac-osx86-for-dummies">Understanding MAC OSx86 for Dummies</a></li>
<li><a href="http://geeknizer.com/install-mac-os-x-leopard-osx86-on-pc-dual-boot-windows-7-vista-in-9-easy-steps" target="_blank">Install Mac OS X Leopard on PC</a> [Leopard 10.5.6]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/make-bootable-usb-mac-osx86-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Chrome OS USB [Bootable]</title>
		<link>http://geeknizer.com/chrome-os-usb/</link>
		<comments>http://geeknizer.com/chrome-os-usb/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 21:40:33 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/chrome-os-usb</guid>
		<description><![CDATA[By now everyone must have tried out the Virtualized version of Chrome/Chromium OS in either VirtualBox or VMWare. But to the the real feel of the OS, which is the... <span class="meta-more"><a href="http://geeknizer.com/chrome-os-usb/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Chromium OS" src="http://23.media.tumblr.com/tumblr_ktedx4IzqH1qz6auio1_400.jpg" alt="" width="180" height="180" />By now everyone must have tried out the <a href="http://geeknizer.com/blog/how-to-install-chrome-os">Virtualized version of Chrome/Chromium OS</a> in either VirtualBox or VMWare. But to the the real feel of the OS, which is the Speed, you need to prepare a bootable USB that can plug into any PC/Mac and will run lightning fast.</p>
<blockquote><p><a title="Permanent Link to How to Install Chrome OS [VMWare  VirtualBox]" rel="bookmark" href="http://geeknizer.com/blog/how-to-install-chrome-os">How to Install Chrome OS [VMWare VirtualBox]</a></p></blockquote>
<blockquote><p><em>Tip: If you are totally new to chrome OS: </em><a href="http://geeknizer.com/blog/what-is-chrome-os"><em>What is Chrome OS</em></a><em> – Everything you need to know.</em></p></blockquote>
<p>If you have tried Virtualized version and doubted the speed, you must give the USB version a try:</p>
<p><a href="http://bit.ly/5ZxEtx" target="_blank"><strong>Download</strong></a><strong> </strong>[torrent]</p>
<p>Here&#8217;s how to Write the Image on the USB:</p>
<p><strong>For Windows:</strong><br />
Unzip using WinRar, Download <strong> </strong><strong><a href="https://launchpad.net/win32-image-writer" target="_blank">Image Writer</a> </strong>and launch it, select the image (chromiumos.img) and your USB drive letter from the drop down box. Click &#8220;Write&#8221;. The install image will then be copied to the drive. Once it&#8217;s done, close the program and you can then boot from the USB drive.</p>
<p><strong>For Mac:</strong><br />
Firstly, unmount the drive you want to install Chromium OS to. Place the downloaded file onto your desktop. Open System Profiler, click USB on the list at the side and then select the entry that represents your USB disk. Now look for the BSD Name column (http://bit.ly/5mG4WK). Remember what is written here. In my case, it is disk1, but in yours it may be different. Take care here as if you get it wrong, it could seriously mess things up. Once you have this, open up Terminal and<br />
type the following commands.</p>
<blockquote><p>cd Desktop<br />
tar -zxvf chromiumos.tar.gz<br />
cd chromiumos</p></blockquote>
<p>For the next command, replace X with the name of the disk you found earlier, ie disk1.</p>
<blockquote><p>sudo dd if=chromiumos.img of=/dev/X bs=4m</p></blockquote>
<p>This command will ask you to enter your password (the same one you enter when installing<br />
software for example), type it in and press enter. This command will take a while to run,<br />
about 20 minutes for me, and then will give you your shell prompt back once it has finished.<br />
Once it has, you can remove your USB drive and boot from it (but not on your Mac because<br />
I&#8217;ll tell you now that won&#8217;t work, yes I tried it)</p>
<p><em>Troubleshooting</em>:</p>
<p>If It says &#8220;<em>Resource Busy</em>&#8220;!, You forgot to dismount the drive. Do this, then retype the command and you should be fine.</p>
<p><strong>For Linux:</strong><br />
<span style="background-color: #ffffff;">Extract chromiumos.img and run the following command in the same directory as the file, where X is the device name of your USB drive.</span></p>
<blockquote><p>sudo dd if=chromiumos.img of=/dev/X bs=4M</p></blockquote>
<p>Once the command finishes, you can then boot from the USB drive.</p>
<p>[credits: <a rel="nofollow" href="http://carbon.hexxeh.net/chromiumos/" target="_blank">hexxeh</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/chrome-os-usb/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>[How to] Install Windows 7, XP using USB</title>
		<link>http://geeknizer.com/how-to-install-windows-7-xp-vista-using-usb-flash-drive-faster/</link>
		<comments>http://geeknizer.com/how-to-install-windows-7-xp-vista-using-usb-flash-drive-faster/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:35:37 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/?p=1772</guid>
		<description><![CDATA[Now that people are rushing towards installing Windows 7, here&#8217;s something that will increases speed of Installation. How many times you lost your patience while burning DVD/CD for each installation? You don&#8217;t... <span class="meta-more"><a href="http://geeknizer.com/how-to-install-windows-7-xp-vista-using-usb-flash-drive-faster/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://farm4.static.flickr.com/3466/3875274870_67410b5527.jpg" alt="" width="180" height="180" />Now that people are rushing towards installing <a href="http://geeknizer.com/blog/tag/windows-7" target="_blank">Windows 7</a>, here&#8217;s something that will increases speed of Installation.</p>
<p>How many times you lost your patience while burning DVD/CD for each installation? You don&#8217;t need to do that.</p>
<p>The Era of silly DVD/ CD is totally phased out, and will be<a href="http://geeknizer.com/blog/?p=1729" target="_blank"> replaced by BluRay Drives in the near future</a>.</p>
<p>So, <em>What is the best and the Fastest way of installation? </em><br />
Its USB drive! (Flash or External HDD). Here&#8217;s what you need to do. It&#8217;s simple but don&#8217;t make any blunders.</p>
<p>UPDATE: This guide has been updated to support all windows Installations.</p>
<p><strong>Method1: Using WinToFlash (Easier)</strong></p>
<p><strong>Step 1.</strong> download WinToFlash from here and unzip.</p>
<p>Mount the Windows installation image (using PowerISO) or if you have installation DVD/CD, then well and good.</p>
<p><strong>Step 2. </strong>Run the exe</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.geckoandfly.com/wp-content/uploads/2009/09/win_flash_usb_windows_installation_file_dvd.jpg" alt="" width="468" height="262" /><strong></strong></p>
<p style="text-align: left;"><strong>Step 3. </strong>Select the source and target drive and hit next.</p>
<p style="text-align: left;"><img class="aligncenter" src="http://s40.radikal.ru/i087/0908/4f/4a08e56662b5.jpg" alt="" width="640" height="435" /></p>
<p>There you go, it`ll finish up automatically with a bootable USB.</p>
<p>Reboot into BIOS. Change settings to Enable &#8220;Boot from USB&#8221;, and give it the highest precedence. Save settings and reboot, You would reboot into installation.</p>
<p><strong>Method 2: via inbuilt DiskPart (Harder) </strong><em>Try this only if you have problems with Method 1</em></p>
<p><strong>Step 1. Preparing USB drive</strong></p>
<p>Open command prompt, from Start &gt; run &gt; cmd. If you are on vista or Windows 7, you might need to run it as elevated administrator. You can do this by creating shortcut to &#8220;cmd&#8221; on desktop then right click &gt; &#8220;Run as Administrator&#8221;.</p>
<p>Enter following commands -</p>
<p>&gt; Diskpart</p>
<p>DISKPART&gt; LIST DISK</p>
<p>Disk ###  Status         Size     Free     Dyn  Gpt<br />
&#8212;&#8212;&#8211;  &#8212;&#8212;&#8212;&#8212;-  &#8212;&#8212;-  &#8212;&#8212;-  &#8212;  &#8212;<br />
Disk 0    Online           93 GB    13 MB<br />
<strong>Disk 1    Online           8 GB    6 MB</strong></p>
<p>Note down the number corresponding Disk number. <strong>1</strong> in my case</p>
<p>DISKPART&gt; SELECT DISK <strong>1</strong></p>
<p>&gt;CLEAN<br />
&gt;CREATE PARTITION PRIMARY<br />
&gt;SELECT PARTITION 1     &#8211;<span style="color: #808080;"> <em>This 1 remains same always.</em></span><br />
&gt;ACTIVE<br />
&gt;FORMAT FS=FAT32<br />
&gt;ASSIGN<br />
&gt;EXIT</p>
<p><strong>Step 2. Copy Installed CD/DVD contents to USB drive</strong></p>
<p>&gt; xcopy e:\*.* /s/e/f f:\</p>
<p>where e:\ is your source DVD drive, f:\ is target USB drive</p>
<p><strong>Step 3.Changing BIOS Settings</strong></p>
<p>Reboot into BIOS. Change settings to Enable &#8220;Boot from USB&#8221;, and give it the highest precedence. Save settings and reboot, You would reboot into installation.</p>
<p>Wasn&#8217;t that easy? You can try More <strong>How To</strong> Guides Below -</p>
<p><a title="Permanent Link to How to Run Live Windows XP from a Portable USB Drive (Memory Stick)" rel="bookmark" href="../?p=1692" target="_blank">How to Run Live Windows XP from a Portable USB Drive (Memory Stick)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/how-to-install-windows-7-xp-vista-using-usb-flash-drive-faster/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>[How to] Make Chrome Portable</title>
		<link>http://geeknizer.com/how-to-make-chrome-portable/</link>
		<comments>http://geeknizer.com/how-to-make-chrome-portable/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 10:26:51 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/how-to-make-chrome-portable</guid>
		<description><![CDATA[What if we could take our favourite browser along with us, wherever we go, whicheever PC we use, all those same settings, bookmarks, themes, plugins. Earlier we had shown you... <span class="meta-more"><a href="http://geeknizer.com/how-to-make-chrome-portable/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Chrome Portable" src="http://1.bp.blogspot.com/_r9kRdupsocI/SMN0BbteDkI/AAAAAAAADsc/LHe3uez7te0/s1600/Chrome+USB+thumb+drive.jpeg" alt="" width="192" height="156" />What if we could take our favourite browser along with us, wherever we go, whicheever PC we use, all those same settings, bookmarks, themes, plugins.</p>
<p>Earlier we had shown you <a href="http://geeknizer.com/blog/make-firefox-35-portable" target="_blank">how to make Firefox portable</a>. Here comes a quick one for Google Chrome.</p>
<p>PortableApps.com—the folks who convert just about every popular application to a portable one you can carry with you on your thumb drive—have just released Google Chrome Portable 3.0, the portable version of Chrome&#8217;s latest stable release.</p>
<p><span style="background-color: #ffffff;">Finally, if you&#8217;re planning to use Chrome Portable as your default browser, use <span style="background-color: #ffffff;">DefaultBrowser <em>[</em><a href="http://geeknizer.com/blog/tag/xp" target="_blank"><em>Windows XP</em></a><em> only]</em>. <a href="http://windowsxp.mvps.org/defaultbrowser.htm" target="_blank">DefaultBrowser </a>is a simple utility that allows you to set a portable browser as your system default and easily reverse the process when necessary.</span></span></p>
<p>Chrome Portable is a free download, Windows only: <a href="http://nchc.dl.sourceforge.net/project/portableapps/Google%20Chrome%20Portable/Google%20Chrome%20Portable%203.0.195.27/GoogleChromePortable_3.0.195.27_online.paf.exe" target="_blank">Download</a> or v<span style="background-color: #ffffff;">isit: <span style="background-color: #ffffff;"><a href="http://portableapps.com/apps/internet/google_chrome_portable">homepage</a></span></span></p>
<p><span style="background-color: #ffffff;"><span style="background-color: #ffffff;"><em style="font-style: italic;">Subscribe to </em><a href="http://twitter.com/taranfx" target="_blank"><em style="font-style: italic;">Twitter updates</em></a><em style="font-style: italic;">, or </em><a href="http://feeds2.feedburner.com/taranfx" target="_blank"><em style="font-style: italic;">RSS</em></a><em style="font-style: italic;">, join </em><em style="font-style: italic;"><a href="http://www.facebook.com/pages/Taranfx/286037690264" target="_blank">Facebook </a> </em><em style="font-style: italic;">fan page for more Tech Tips N Tricks and updates.</em></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/how-to-make-chrome-portable/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Wireless USB with CablesToGo Extender</title>
		<link>http://geeknizer.com/wireless-usb-with-cablestogo-extender/</link>
		<comments>http://geeknizer.com/wireless-usb-with-cablestogo-extender/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:34:17 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[gizmos]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/wireless-usb-with-cablestogo-extender</guid>
		<description><![CDATA[USB&#8217;s have around for more than a decade and when I look back at the no. of gadgets/peripherals that connect via it, it&#8217;s huge. How do I keep my SOHO... <span class="meta-more"><a href="http://geeknizer.com/wireless-usb-with-cablestogo-extender/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.blogcdn.com/www.engadget.com/media/2009/10/cables-to-gousb-wireless-1.jpg" alt="" width="210" height="96" />USB&#8217;s have around for more than a decade and when I look back at the no. of gadgets/peripherals that connect via it, it&#8217;s huge. How do I keep my SOHO stuff managed without having wire clutter, or What if I need to move my printer to a a farther place? Wireless USB to the rescue.</p>
<p><span>The Cables To Go has come up with a  Wireless </span><a href="http://geeknizer.com/blog/tag/usb" target="_blank">USB</a><span> Superbooster Extender  that allows users to wirelessly connect a USB device such as a printer, scanner, camera  to their PC or laptop and access it from up to 150 feet away. The good thing about this wireless is that it doesn&#8217;t need the “line of sight” and hence can work across walls, rooms. </span></p>
<p><span> </span></p>
<p>The device creates its own <a href="http://geeknizer.com/blog/tag/wireless" target="_blank">Wireless</a> network between the host adapter and the device adapter, which also takes ccare of eliminating any interference if multiple offices by using proper Hopping algorithm(DSSS), and yes, it&#8217;s not standard 802.11abg Wifi.</p>
<p>Specs: USB 1.1 (don&#8217;t expect good data transfers over it)</p>
<p>wireless: 2.4 GHz, Direct Sequence Spread Spectrum (DSSS)</p>
<p>With <a href="http://geeknizer.com/blog/tag/usb-30" target="_blank">USB 3.0</a> coming, USB 1.1 looks so outdated.</p>
<p><span style="background-color: #ffffff;">Price is bit on the higher side,$189.99. But I guess good for those who need it.You can buy it <a href="http://www.cablestogo.com/product.asp?cat_id=3803&amp;sku=29597#" target="_blank">here</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/wireless-usb-with-cablestogo-extender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Windows XP Live USB</title>
		<link>http://geeknizer.com/how-to-run-live-windows-xp-from-a-portable-usb-drive-memory-stick/</link>
		<comments>http://geeknizer.com/how-to-run-live-windows-xp-from-a-portable-usb-drive-memory-stick/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 21:58:12 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[portability]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/?p=1692</guid>
		<description><![CDATA[Though Windows has evolved and we have Windows 7, which is pretty good based on review, but for justified reasons, we still need Windows XP around for PCs with low... <span class="meta-more"><a href="http://geeknizer.com/how-to-run-live-windows-xp-from-a-portable-usb-drive-memory-stick/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://2.bp.blogspot.com/_y5-bAaFXO3U/SB7FeqjrhRI/AAAAAAAAAVk/Qb7NGotm9dc/s320/usb.jpeg" alt="" width="224" height="152" />Though Windows has evolved and we have <a href="http://geeknizer.com/blog/?tag=windows-7" target="_blank">Windows 7</a>, <a href="http://geeknizer.com/blog/?p=1527" target="_blank">which is pretty good based on review</a>, but for justified reasons, we still need Windows XP around for PCs with low configuration and ofcourse for Speed.</p>
<p>Now you have one more reason to love XP &#8212; It&#8217;s portable, bootable LIVE from USB drive.</p>
<p>The idea of XP LIVE USB is interesting and infact very easy provided you follow the instructions below -</p>
<p>The good thing about this method is, you don&#8217;t need hefty 700mb XP installer, its pretty small -54MB</p>
<p><a href="http://rapidshare.com/files/9137603/WliveUSB.rar" target="_blank">Download here</a> and proceed with instructions:</p>
<p><strong>Step 1</strong>. Un-Rar the file and you will get 7 extracted files. The first 2 files are the manual in Germany &amp; Russian language. You might not found the English documentation because <a href="http://www.nu2.nu/pebuilder/" target="_blank">bartPE</a> seems developed by a Germany. First of all, we need to provide a USB stick with minimal size of 256MB. Incase you are wondering what the heck is BartPE- It&#8217;s a utility using which this image is built. The process of creating BartPE image is complex, and I&#8217;m not discussing about it here.</p>
<p><strong>Step 2</strong>. Then, make a fresh quick format with hpusbfw.exe tool included in the packages. Format using this utility with the settings shown in the image below.</p>
<p><img class="alignleft" src="http://www.trickspedia.com/wp-content/uploads/2007/12/xpusb1.jpg" alt="xpusb1.jpg" width="181" height="240" /></p>
<p><strong>Step 3.</strong> After the format is done, Copy all the files from a folder on USB stick. Reboot the system &amp; make sure that you enable the USB boot giving USB higher precedence in BIOS settings &#8211; while the USB memory  is still plugged in. Let the computer boot from it. The boot process speed depends upon your USB storage speed. It was pretty decent for me.</p>
<p><strong>Step 4. </strong>There&#8217;s no step 4, when you boot into windows, You are done. <img src='http://geeknizer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The default desktop background is covered by dark bartPE pictures. In the left corner are showing up a “Go” button &#8212; representing a Start button in a real Windows. Click on it, it will raise a list of simple menu pointing to the default applications such as Windows Wordpad, the Calculator program, Paint image editor &amp; a file manager called A43 replacing the Windows Explorer instead.</p>
<p>Note that this USB live also equipped with the fully functionality of command prompt. It’s DOS is actually same as the one from a real <a href="http://geeknizer.com/blog/?tag=xp" target="_blank">Windows XP</a>.</p>
<p>Look at the picture below, &#8220;About&#8221; link from Paint program</p>
<p><img class="alignright" src="http://www.trickspedia.com/wp-content/uploads/2007/12/xpusb6.jpg" alt="xpusb6.jpg" width="280" height="232" /></p>
<p>It shows you exact same About page as the one you might found in a real Windows XP. However, it is in Germany. Don&#8217;t worry about that. Anyway, you don&#8217;t even want to read it.</p>
<p>It has great advantages, eg: portability, In emergency-to rescue the system,etc. it’s NOT legally allowed to do so, do it at your own risk.</p>
<p>Happy Portability!</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/how-to-run-live-windows-xp-from-a-portable-usb-drive-memory-stick/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Make Firefox 3.5 Portable</title>
		<link>http://geeknizer.com/make-firefox-35-portable/</link>
		<comments>http://geeknizer.com/make-firefox-35-portable/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:07:33 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox 3.5]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/?p=1324</guid>
		<description><![CDATA[No doubt, you must have upgraded to Firefox 3.5 based on my previous review. And now, good things are taken to a next step. Now, Firefox gets portable. You can... <span class="meta-more"><a href="http://geeknizer.com/make-firefox-35-portable/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://portableapps.com/files/images/logos/firefox.png" alt="" width="128" height="128" />No doubt, you must have upgraded to Firefox 3.5 based on my <a href="http://geeknizer.com/blog/?p=1291" target="_blank">previous review</a>. And now, good things are taken to a next step. Now, Firefox gets portable. You can install it once on your USB pen drive with all those plugins, bookmarks, themes, and take it from one PC to another without losing any of them.</p>
<p><a title="Click here to read more posts tagged FIREFOX 3.5 PORTABLE" href="http://portableapps.com/apps/internet/firefox_portable" target="_blank">Firefox 3.5 Portable</a> Edition is officially available for download. checkout the detailed Install guide <a href="http://portableapps.com/support/firefox_portable" target="_blank">here</a>. Installation and use is easy, requires few user tweaks mentioned in the guide, its not full self-installation.</p>
<p>This download is from PortableApps.com which are famous for their previous <a href="http://portableapps.com/news/2009-03-02_-_suite_1.5" target="_blank">Portable Apps Suite</a>. which bundles all the <a href="http://geeknizer.com/blog/?p=1323" target="_blank">popular OpenSource softwares</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/make-firefox-35-portable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>USB 3.0 comes closer to reality with 5Gbps</title>
		<link>http://geeknizer.com/usb-30-comes-closer-to-reality-with-5gbps/</link>
		<comments>http://geeknizer.com/usb-30-comes-closer-to-reality-with-5gbps/#comments</comments>
		<pubDate>Mon, 25 May 2009 19:51:52 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Ports]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[USB 3.0]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/?p=962</guid>
		<description><![CDATA[USB 3.0 has been expected to &#8220;arrive&#8221; for a considerable amount of time, but due to the lengthy draft certification process, and general lack of pressure to get 3.0 &#8220;SuperSpeed&#8221;... <span class="meta-more"><a href="http://geeknizer.com/usb-30-comes-closer-to-reality-with-5gbps/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.betanews.com/media/3307.jpg" alt="" width="250" height="154" />USB 3.0 has been expected to &#8220;arrive&#8221; for a considerable amount of time, but due to the lengthy draft certification process, and general lack of pressure to get 3.0 &#8220;SuperSpeed&#8221; devices out in the market, it wasn&#8217;t expected to become widespread until 2010. However, with NEC&#8217;s new host controller, the arrival of the new USB standard could arrive soon.</p>
<p>The host controller is a chip which connects the host system such as a PC to external storage, peripherals or other systems, and NEC&#8217;s new host controller (µPD720200) is based on the SuperSpeed USB standard which was finalized in November of 2008, more than eight years after the USB 2.0 spec was released.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/usb-30-comes-closer-to-reality-with-5gbps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DIY Bicycle-Powered USB Device Charger</title>
		<link>http://geeknizer.com/diy-bicycle-powered-usb-device-charger/</link>
		<comments>http://geeknizer.com/diy-bicycle-powered-usb-device-charger/#comments</comments>
		<pubDate>Tue, 12 May 2009 16:37:40 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Eco-friendly]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[gizmos]]></category>
		<category><![CDATA[bicycle powered]]></category>
		<category><![CDATA[charger]]></category>
		<category><![CDATA[dynamo]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://taranfx.com/blog/?p=757</guid>
		<description><![CDATA[Last week we took a look at MightyMintyBoost, a solar-powered USB charger. If you liked the idea but can&#8217;t count on the sun shining, this USB charger runs on the... <span class="meta-more"><a href="http://geeknizer.com/diy-bicycle-powered-usb-device-charger/">Read more &#187;</a></span>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://cache.gawker.com/assets/images/lifehacker/2009/05/bike-charger.jpg" alt="" width="425" height="272" />Last week we took a look at <a href="http://taranfx.com/blog/wp-admin/post.php?action=edit&amp;post=696">MightyMintyBoost</a>, a solar-powered USB charger. If you liked the idea but can&#8217;t count on the sun shining, this USB charger runs on the power of your bicycle pedals.</p>
<p>Like the solar-powered charger, this pedal-powered charger is based off the previously mentioned MintyBoost charger (which is simply powered by AA batteries). As opposed to the <span class="tagautolink autolink">MintyBoost</span>, which is built to be as easy to assemble as possible, the geek quotient that lies within this Instructable is high. That said, if you&#8217;ve got the chops, time, and cash to pull it off (the motor they used cost a whopping $275), it&#8217;s a really fun idea.</p>
<p><a href="http://www.instructables.com/id/How-to-Charge-Any-USB-Device-by-Riding-Your-Bike/?ALLSTEPS">How to Charge Any USB Device by Riding Your Bike</a> [Instructables]</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/diy-bicycle-powered-usb-device-charger/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

