<?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/"
	>

<channel>
	<title>Digital Pixies Technologies</title>
	<atom:link href="http://www.digitalpixies.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalpixies.com/blog</link>
	<description></description>
	<pubDate>Wed, 18 Aug 2010 17:01:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure file transfer with resuming.</title>
		<link>http://www.digitalpixies.com/blog/2010/08/18/secure-file-transfer-with-resuming/</link>
		<comments>http://www.digitalpixies.com/blog/2010/08/18/secure-file-transfer-with-resuming/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 17:00:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://www.digitalpixies.com/blog/?p=139</guid>
		<description><![CDATA[I recently came across an office internet feed that was unreliable. SCP has no resuming capability so I went looking around the net for an answer. The following command works with different ssh port. I couldn&#8217;t get the speed limit working however.

rsync --partial --progress -e 'ssh -p 22' yourusername@someserver.com:somefolder/somefile.ext somelocaldestinationfolder

This also works in mac.
]]></description>
			<content:encoded><![CDATA[<p>I recently came across an office internet feed that was unreliable. SCP has no resuming capability so I went looking around the net for an answer. The following command works with different ssh port. I couldn&#8217;t get the speed limit working however.</p>
<p><code><br />
rsync --partial --progress -e 'ssh -p 22' yourusername@someserver.com:somefolder/somefile.ext somelocaldestinationfolder<br />
</code></p>
<p>This also works in mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/08/18/secure-file-transfer-with-resuming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enabling NTFS write in OSX</title>
		<link>http://www.digitalpixies.com/blog/2010/07/01/enabling-ntfs-write-in-osx/</link>
		<comments>http://www.digitalpixies.com/blog/2010/07/01/enabling-ntfs-write-in-osx/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 00:23:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://www.digitalpixies.com/blog/2010/07/01/enabling-ntfs-write-in-osx/</guid>
		<description><![CDATA[found this info from: http://www.macosxhints.com/article.php?story=20090913140023382
get the uuid from:
diskutil info /Volumes/volume_name
sudo vim /etc/fstab
enter
UUID=123-456-789 none ntfs rw
replace the uuid with the one from the diskutil
this will work with bootcamp&#8217;s partition only if you did not use win7&#8217;s installer to repartition the drive.
also when removing the windows bootcamp. you need to use the win7 installer disk and remove [...]]]></description>
			<content:encoded><![CDATA[<p>found this info from: http://www.macosxhints.com/article.php?story=20090913140023382</p>
<p>get the uuid from:<br />
diskutil info /Volumes/volume_name</p>
<p>sudo vim /etc/fstab</p>
<p>enter</p>
<p>UUID=123-456-789 none ntfs rw</p>
<p>replace the uuid with the one from the diskutil</p>
<p>this will work with bootcamp&#8217;s partition only if you did not use win7&#8217;s installer to repartition the drive.</p>
<p>also when removing the windows bootcamp. you need to use the win7 installer disk and remove the windows partition as well as possibly the bootup system partition. mac&#8217;s bootcamp assistant will not be able to remove the windows system partition for one reason or another. this would result in having to reformat the mac to rectify the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/07/01/enabling-ntfs-write-in-osx/feed/</wfw:commentRss>
		</item>
		<item>
		<title>City TV in HD (aka CKVU-HD)</title>
		<link>http://www.digitalpixies.com/blog/2010/03/29/city-tv-in-hd-aka-ckvu-hd/</link>
		<comments>http://www.digitalpixies.com/blog/2010/03/29/city-tv-in-hd-aka-ckvu-hd/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 21:17:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://www.iswild.com/blog/2010/03/29/city-tv-in-hd-aka-ckvu-hd/</guid>
		<description><![CDATA[Vancouver get&#8217;s it&#8217;s 5th HD channel now. it shows up as 10.1 and according to Wikipedia, it went online earlier this month. I don&#8217;t watch this channel much but it&#8217;s still nice to finally see another channel go live. I am still waiting for NBC/FOX Vancouver affiliate stations to go online. Time to rescan your [...]]]></description>
			<content:encoded><![CDATA[<p>Vancouver get&#8217;s it&#8217;s 5th HD channel now. it shows up as 10.1 and according to Wikipedia, it went online earlier this month. I don&#8217;t watch this channel much but it&#8217;s still nice to finally see another channel go live. I am still waiting for NBC/FOX Vancouver affiliate stations to go online. Time to rescan your ATSC.</p>
<p>http://en.wikipedia.org/wiki/Citytv</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/03/29/city-tv-in-hd-aka-ckvu-hd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sharepoint/WSS3 with Active Directories</title>
		<link>http://www.digitalpixies.com/blog/2010/03/05/sharepointwss3-with-active-directories/</link>
		<comments>http://www.digitalpixies.com/blog/2010/03/05/sharepointwss3-with-active-directories/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 01:23:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[Active Directory]]></category>

		<category><![CDATA[ldap]]></category>

		<category><![CDATA[sharepoint]]></category>

		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://www.iswild.com/blog/2010/03/05/sharepointwss3-with-active-directories/</guid>
		<description><![CDATA[been beating around this problem until I finally found a solution on the net that worked.
http://msmvps.com/blogs/obts/archive/2006/09/27/143831.aspx
near the bottom there&#8217;s reference to setting the default provider and using the  tag in the providers. that seemed to get things going for me. I am not sure why I had to depend on finding solutions on the [...]]]></description>
			<content:encoded><![CDATA[<p>been beating around this problem until I finally found a solution on the net that worked.</p>
<p>http://msmvps.com/blogs/obts/archive/2006/09/27/143831.aspx</p>
<p>near the bottom there&#8217;s reference to setting the default provider and using the <clear /> tag in the providers. that seemed to get things going for me. I am not sure why I had to depend on finding solutions on the internet for something conceivably should be offered out of the box&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/03/05/sharepointwss3-with-active-directories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>working with Windows networks from Ubuntu</title>
		<link>http://www.digitalpixies.com/blog/2010/03/05/working-with-windows-networks-from-ubuntu-or-osx/</link>
		<comments>http://www.digitalpixies.com/blog/2010/03/05/working-with-windows-networks-from-ubuntu-or-osx/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:03:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[computername]]></category>

		<category><![CDATA[lmhosts]]></category>

		<category><![CDATA[netbios]]></category>

		<category><![CDATA[winbind]]></category>

		<category><![CDATA[wins]]></category>

		<guid isPermaLink="false">http://www.iswild.com/blog/2010/03/05/working-with-windows-networks-from-ubuntu-or-osx/</guid>
		<description><![CDATA[hostname resolution doesn&#8217;t get offered out of the box. you&#8217;ll need to apt-get install winbind and update /etc/nsswitch.conf to include &#8220;wins&#8221; in the &#8220;hosts&#8221; declaration.
hosts: files dns wins
after that you&#8217;re good to go. ping and use windows computernames freely and scoff at any linux users who insist running netbios/wins/lmhosts is a dead way of communicating [...]]]></description>
			<content:encoded><![CDATA[<p>hostname resolution doesn&#8217;t get offered out of the box. you&#8217;ll need to apt-get install winbind and update /etc/nsswitch.conf to include &#8220;wins&#8221; in the &#8220;hosts&#8221; declaration.</p>
<p>hosts: files dns wins</p>
<p>after that you&#8217;re good to go. ping and use windows computernames freely and scoff at any linux users who insist running netbios/wins/lmhosts is a dead way of communicating between computers. I will happily function effectively within companies that still use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/03/05/working-with-windows-networks-from-ubuntu-or-osx/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Killing multiple processes through word matching</title>
		<link>http://www.digitalpixies.com/blog/2010/02/26/killing-multiple-processes-through-word-matching/</link>
		<comments>http://www.digitalpixies.com/blog/2010/02/26/killing-multiple-processes-through-word-matching/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 19:48:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[kill; grep; ps]]></category>

		<guid isPermaLink="false">http://www.iswild.com/blog/2010/02/26/killing-multiple-processes-through-word-matching/</guid>
		<description><![CDATA[I needed to kill something running in ubuntu. saw many processes. the key programs used is ps, grep, and kill.

kill -9 `ps -ef&#124;grep -v "grep"&#124;grep "somesearchstring"&#124;awk ' { print $2 } '`

]]></description>
			<content:encoded><![CDATA[<p>I needed to kill something running in ubuntu. saw many processes. the key programs used is ps, grep, and kill.<br />
<code><br />
kill -9 `ps -ef|grep -v "grep"|grep "somesearchstring"|awk ' { print $2 } '`<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/02/26/killing-multiple-processes-through-word-matching/feed/</wfw:commentRss>
		</item>
		<item>
		<title>USB RAM Adapter</title>
		<link>http://www.digitalpixies.com/blog/2010/02/05/usb-ram-adapter/</link>
		<comments>http://www.digitalpixies.com/blog/2010/02/05/usb-ram-adapter/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:14:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[readyboost]]></category>

		<category><![CDATA[USB RAM Adapter]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.iswild.com/blog/2010/02/05/usb-ram-adapter/</guid>
		<description><![CDATA[Working on a new USB device. basically instead of a usb memory card reader/writer, it&#8217;s a usb RAM reader/writer. Why on earth would you want this? Well, basically for performance through  expanding your system&#8217;s available memory either by virtual memory or Vista/Windows7&#8217;s readyboost.
This is specifically marketed towards VMWare users who require ALOT of ram. Rather [...]]]></description>
			<content:encoded><![CDATA[<p>Working on a new USB device. basically instead of a usb memory card reader/writer, it&#8217;s a usb RAM reader/writer. Why on earth would you want this? Well, basically for performance through  expanding your system&#8217;s available memory either by virtual memory or Vista/Windows7&#8217;s readyboost.</p>
<p>This is specifically marketed towards VMWare users who require ALOT of ram. Rather than incurring high disk IO in the guest operating system, some random writes can be offset to RAM thus resulting in a faster responding Virtual Machine while minimizing disk I/O.</p>
<p>Exchange Server is one such example. There&#8217;s a great amount of disk I/O and on top of that, Exchange is a notorious memory hog.</p>
<p>Alternatively, one may use existing usb flash drives. however the lifespan on writes on flash ram is alot shorter forcing one to replace flash sticks as often as one would replace a flashlight battery.</p>
<p>If this interests you. I am taking orders now. Please contact me directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/02/05/usb-ram-adapter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple iPad. Who is it for?</title>
		<link>http://www.digitalpixies.com/blog/2010/01/29/apple-ipad-who-is-it-for/</link>
		<comments>http://www.digitalpixies.com/blog/2010/01/29/apple-ipad-who-is-it-for/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:04:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[ipad]]></category>

		<category><![CDATA[Moses Tablet]]></category>

		<category><![CDATA[Not Jesus Phone Killer]]></category>

		<guid isPermaLink="false">http://www.iswild.com/blog/2010/01/29/apple-ipad-who-is-it-for/</guid>
		<description><![CDATA[Alot of buzz around iPad before and after it&#8217;s launch. Most of what I expected was there. Some missing features left me wondering why I would bother getting this.
Some of the expected features (I thought) would have been:
Webcam (if not 2 for potential 3D)
Why no webcam? I was even expecting 2. Wouldn&#8217;t it be great [...]]]></description>
			<content:encoded><![CDATA[<p>Alot of buzz around iPad before and after it&#8217;s launch. Most of what I expected was there. Some missing features left me wondering why I would bother getting this.</p>
<p>Some of the expected features (I thought) would have been:</p>
<p>Webcam (if not 2 for potential 3D)<br />
Why no webcam? I was even expecting 2. Wouldn&#8217;t it be great if this thing could be used for augmented reality?</p>
<p>Cellular voice phone capabililities<br />
When paired with a bluetooth headset, you essentially have yourself a phone. I doubt that will make for a useful phone.. but at least it&#8217;s an option.</p>
<p>USB port<br />
noticable lack of peripheral support unless it was an apple product. They clamped down on software and hardware. Worth noting though, with an adapter, you get usb port to use a webcam, however I don&#8217;t believe you get to plug ANY usb devices. This is basically an iphone OS after all.</p>
<p>Full Webbrowser<br />
like the iphone, the browser in this is nice and slick to scroll around. However flash is absent, and DHTML and Javascript support isn&#8217;t complete. It&#8217;s enough to view most websites, but leaves me wanting a desktop OS with a browser of my choosing with all the bells and whistles.</p>
<p>Not a Tablet<br />
No pen input. Therefore no handwriting. Buttons and inputting will be somewhat large similar to existing iphone UI.</p>
<p>So who is it for?<br />
Really it&#8217;s just made for the print media businesses. They wanted a device that they can sell subscriptions of their content without direct competition from websites. Certainly with the crippled browsing capabilities and locked down approach to apps and subscription approach to content in itunes clearly works to limit the consumer of choice. The demoed subscription content looks virtually identical to a typical website one would see from the mobile safari if flash and video capabilities were available. Should this device captivate a large enough audience. We should see alot more iphone/ipad friendly websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/01/29/apple-ipad-who-is-it-for/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cheap 3D effects are not the way to go.</title>
		<link>http://www.digitalpixies.com/blog/2010/01/12/cheap-3d-effects-are-not-the-way-to-go/</link>
		<comments>http://www.digitalpixies.com/blog/2010/01/12/cheap-3d-effects-are-not-the-way-to-go/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 22:43:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[3D]]></category>

		<category><![CDATA[filming 3D]]></category>

		<category><![CDATA[Star Wars 3D]]></category>

		<category><![CDATA[Superman 3D]]></category>

		<guid isPermaLink="false">http://www.iswild.com/blog/2010/01/12/cheap-3d-effects-are-not-the-way-to-go/</guid>
		<description><![CDATA[A posting at wired got me worried. We&#8217;re starting to see alot of cheap 3D tricks to catch in on the rush. These half hearted attempts at giving 3D could undermine the entire effort in making 3D video a mainstream delivery.
http://www.wired.com/underwire/2010/01/star-wars-3d-retrofit/
I saw superman in 3D which was a lame attempt at doing this very thing. [...]]]></description>
			<content:encoded><![CDATA[<p>A posting at wired got me worried. We&#8217;re starting to see alot of cheap 3D tricks to catch in on the rush. These half hearted attempts at giving 3D could undermine the entire effort in making 3D video a mainstream delivery.<br />
http://www.wired.com/underwire/2010/01/star-wars-3d-retrofit/</p>
<p>I saw superman in 3D which was a lame attempt at doing this very thing. having only parts of the movie in 3D. And what&#8217;s worst is that the 3D effect was basically 2D live action animated objects superimposed onto each other. In effect, you get what you see from Paper Mario. or something similar to a 3D birthday popup card. Lame indeed. To the movie execs, please do not encourage this. Star Wars in true 3D would be great. But I would wait another 10 years if they would perfect it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/01/12/cheap-3d-effects-are-not-the-way-to-go/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free RemoteApp like service through SeamlessRDP</title>
		<link>http://www.digitalpixies.com/blog/2010/01/11/free-remoteapp-like-service-through-seamlessrdp/</link>
		<comments>http://www.digitalpixies.com/blog/2010/01/11/free-remoteapp-like-service-through-seamlessrdp/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 18:10:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[technical]]></category>

		<category><![CDATA[RemoteApp]]></category>

		<category><![CDATA[SeamlessRDP]]></category>

		<guid isPermaLink="false">http://www.iswild.com/blog/2010/01/11/free-remoteapp-like-service-through-seamlessrdp/</guid>
		<description><![CDATA[In an effort to get RemoteApp behaviour on my Mac OSX and Viliv S5 I looked into SeamlessRDP. After spending countless hours trying various configurations I&#8217;ve come to a conclusion. It works! but only with WinXP sp2 (sp3 unconfirmed). Vista and Win7 do not work. Server 2003 and Server 2008 of course will work provided [...]]]></description>
			<content:encoded><![CDATA[<p>In an effort to get RemoteApp behaviour on my Mac OSX and Viliv S5 I looked into SeamlessRDP. After spending countless hours trying various configurations I&#8217;ve come to a conclusion. It works! but only with WinXP sp2 (sp3 unconfirmed). Vista and Win7 do not work. Server 2003 and Server 2008 of course will work provided you have the TS license. The source of the problem seems to be that the RDP host is ignoring the application execution request unless it was &#8220;server 2003 or above&#8221; or WinXP. Vista and Win7 appears to be hard coded to ignore regardless of my attempts to change the behaviour through group policies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpixies.com/blog/2010/01/11/free-remoteapp-like-service-through-seamlessrdp/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
