<?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>Danny Tsang &#187; Windows</title> <atom:link href="http://www.dannytsang.co.uk/index.php/tag/windows/feed/" rel="self" type="application/rss+xml" /><link>http://www.dannytsang.co.uk</link> <description>Eats and spits code by day</description> <lastBuildDate>Mon, 06 Feb 2012 00:01:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Lock &amp; Unlock Windows With Bluetooth</title><link>http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/</link> <comments>http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/#comments</comments> <pubDate>Mon, 10 Oct 2011 23:01:13 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bluetooth]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[phone]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=3794</guid> <description><![CDATA[Overview I&#8217;d love to automate as much as possible and also get some great UIs along the way (Minority Report / Iron Man anyone?). An article I came across from How To Geek was a step closer to the dream. &#8230; <a
href="http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/javame-with-bluetooth-gps/' rel='bookmark' title='JavaME With Bluetooth GPS'>JavaME With Bluetooth GPS</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/gps-on-computers/' rel='bookmark' title='GPS on Computers'>GPS on Computers</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/bluenext-bn-909gr-sirfstar-iii-chip/' rel='bookmark' title='BlueNext BN-909GR &amp; SirfStar III Chip'>BlueNext BN-909GR &#038; SirfStar III Chip</a></li></ol>]]></description> <content:encoded><![CDATA[<h3>Overview</h3><p>I&#8217;d love to automate as much as possible and also get some great UIs along the way (Minority Report / Iron Man anyone?). An article I came across from <a
href="http://www.howtogeek.com/67556/how-to-unlock-your-pc-by-being-nearby-with-a-bluetooth-phone/" target="_blank">How To Geek</a> was a step closer to the dream. Using a <a
href="http://www.dannytsang.co.uk/index.php/tag/bluetooth/" class="st_tag internal_tag" rel="tag" title="Posts tagged with bluetooth">bluetooth</a> device to lock and unlock your <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a>.</p><h3>Why Bluetooth</h3><p>Bluetooth is a short distance radio communication so this makes it ideal for detecting the distance. Wifi is a medium range so if it was employed for locking and unlocking the computer it will never happen till your out of the house or even further (which may work for some people). Near Field Communication and RFID are possible candidates but this is even shorter range than Bluetooth. Also it means having to touch in and out so that doesn&#8217;t work.</p><h3>BTProximity</h3><p>BTProximity by Dave Amenta is a free (as in beer) software for <a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> which allows a Bluetooth device to perform certain actions when a Bluetooth device comes and goes from range of the computer. Actions available include:</p><ul><li>Lock and Unlock</li><li><a
href="http://www.dannytsang.co.uk/index.php/tag/sleep/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sleep">Sleep</a></li><li>Shutdown</li><li>Hibernate</li></ul><p>The software monitors for a specified <a
href="http://www.dannytsang.co.uk/index.php/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">MAC</a> address of a Bluetooth device. This device can be paired or unpaired with the computer. There are settings to control how often it polls to check if the device is still in range and the number of tries and timeout in milliseconds before it performs an action. The latter setting allows for interferences or bad connections between the computer and the device.</p><p>The poll time allow for more frequent checks but at the detriment to more <a
href="http://www.dannytsang.co.uk/index.php/tag/power/" class="st_tag internal_tag" rel="tag" title="Posts tagged with power">power</a> use of the device but can detect the device a lot quicker.</p><p>One of the limitations with the software is that the Bluetooth adapter on the computer must use <a
href="http://www.dannytsang.co.uk/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>&#8217;s Bluetooth software stack. I&#8217;m currently using a Belkin F8T012 without the Belkin software installed on a <a
href="http://www.dannytsang.co.uk/index.php/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows 7">Windows 7</a> computer which works.</p><h3>Settings</h3><h3>Drawbacks</h3><p>One of the main cons for using this type of set up was the drain on the battery. I had tried to find a bluetooth device that was wearable and didn&#8217;t have to do much but connect to a computer. Alas there was hardly anything that existed.</p><p>Also sometimes the software failed to work and seems to not lock / unlock when the device is in range again. It constantly showed a red icon and I have only had it work once by selecting reset option from the right click menu of the tray icon.</p><h3>Summary</h3><p>The software works really well and does what it says. I&#8217;m fortunately enough to have a Bluetooth dongle which uses the Windows Bluetooth stack to enable the software to work. The icon in the task tray changes colour depending on if the device is detected within range or not. The only issue I have ran into, which may not be entirely the software&#8217;s problem is that it may unlock the computer when the Bluetooth device is within range but it does not wake my monitors up from standby. I know it has unlocked itself because Windows play the unlock sound and I can hear it through the speakers.</p><p><a
href="http://www.howtogeek.com/67556/how-to-unlock-your-pc-by-being-nearby-with-a-bluetooth-phone/" target="_blank">How To (Un)Lock Your PC By Being Nearby (With a Bluetooth Phone)</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/javame-with-bluetooth-gps/' rel='bookmark' title='JavaME With Bluetooth GPS'>JavaME With Bluetooth GPS</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/gps-on-computers/' rel='bookmark' title='GPS on Computers'>GPS on Computers</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/bluenext-bn-909gr-sirfstar-iii-chip/' rel='bookmark' title='BlueNext BN-909GR &amp; SirfStar III Chip'>BlueNext BN-909GR &#038; SirfStar III Chip</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SpiderOak Mini Review</title><link>http://www.dannytsang.co.uk/index.php/spideroak-mini-review/</link> <comments>http://www.dannytsang.co.uk/index.php/spideroak-mini-review/#comments</comments> <pubDate>Tue, 27 Sep 2011 23:01:03 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[cloud]]></category> <category><![CDATA[Dropbox]]></category> <category><![CDATA[encryption]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[spideroak]]></category> <category><![CDATA[sync]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=3766</guid> <description><![CDATA[Overview I was looking for a replacement to Dropbox after the EULA / T&#038;C changes and found SpiderOak to be a very attractive alternative. It&#8217;s a backup and folder sharing / sync software which runs on all 3 major platforms &#8230; <a
href="http://www.dannytsang.co.uk/index.php/spideroak-mini-review/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/sync-mozilla-thunderbird-using-dropbox/' rel='bookmark' title='Sync Mozilla Thunderbird Using Dropbox'>Sync Mozilla Thunderbird Using Dropbox</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/microsoft-foldershare-itunes-doesnt-work/' rel='bookmark' title='Microsoft FolderShare &amp; iTunes Doesn&#8217;t Work'>Microsoft FolderShare &#038; iTunes Doesn&#8217;t Work</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/dropbox-causes-duplicate-folders-in-mozilla-thunderbird/' rel='bookmark' title='Dropbox Causes Duplicate Folders In Mozilla Thunderbird'>Dropbox Causes Duplicate Folders In Mozilla Thunderbird</a></li></ol>]]></description> <content:encoded><![CDATA[<h3>Overview</h3><p>I was looking for a replacement to Dropbox after the EULA / T&#038;C changes and found <a
href="http://www.dannytsang.co.uk/index.php/tag/spideroak/" class="st_tag internal_tag" rel="tag" title="Posts tagged with spideroak">SpiderOak</a> to be a very attractive alternative. It&#8217;s a backup and folder sharing / sync software which runs on all 3 major platforms (Windows, Mac and <a
href="http://www.dannytsang.co.uk/index.php/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a>). In this article I will compare the differences between Dropbox and <a
href="http://www.dannytsang.co.uk/index.php/tag/spideroak/" class="st_tag internal_tag" rel="tag" title="Posts tagged with spideroak">SpiderOak</a>.</p><h3>Signup</h3><p>Registering for an account was fairly simply. Not much different to other sites around today. Entering the usual details of username, password and email address with a confirmation email after. The service provides 2GB for free which is the same as Dropbox but there is no possibility of extending this without paying. Dropbox has a referral feature which adds 250mb to your account. I have accumulated a few referrals in my time so I have more than the 2GB space but I use less than this currently (but close to the limit).</p><p>Dropbox only required a login for each <a
href="http://www.dannytsang.co.uk/index.php/tag/client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with client">client</a> to access the same account but SpiderOak required more.</p><h3>Desktop Software</h3><p>The user interface is not as user friendly as Dropbox but it is also a lot more powerful. Consider SpiderOak a <a
href="http://www.dannytsang.co.uk/index.php/tag/power/" class="st_tag internal_tag" rel="tag" title="Posts tagged with power">power</a> user tool. It splits items up by category of what you want it to do. There are:</p><ul><li>Status &#8211; What SpiderOak is currently doing on the machine</li><li>Backup &#8211; Used to manage backup of local directories</li><li>View &#8211; Look at items in the &#8220;cloud&#8221; (backups). The browser also includes revision of each file if multiple backups exist</li><li>Sync &#8211; Allow backups to be synchronized across multiple devices</li><li>Share &#8211; Allow other people access to files or upload to your SpiderOak</li></ul><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Overview.png" rel="lightbox[3766]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Overview-150x150.png" alt="" title="Overview" width="150" height="150" class="aligncenter size-thumbnail wp-image-4009" /></a><br
/> Starting with the Status tab, there are multiple tabs within this page. The first one is overview. This is a good indicator as to what is happening with the 3 main features of Spideroak: Backup, Sync and Share. There are small details within each status such as how many files are currently being upload and the remaining amount in backup, Number of &#8220;Syncers&#8221; in Sync and the number of sharers in Share. Moving to the Queue sub tab within the Status page shows the files that are waiting to be processed.<br
/> Actions<br
/> Logs show what happened in the past such as files being uploaded and downloaded, shared or sync&#8217;d and Stats just gives a summary of what the program has done.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Backup.png" rel="lightbox[3766]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Backup-150x150.png" alt="" title="Backup" width="150" height="150" class="aligncenter size-thumbnail wp-image-4008" /></a><br
/> Unlike Dropbox where a directory is placed on your <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> where everything is sync SpiderOak uses the more traditional method of allowing users to choose the folders to be uploaded. This is the job of the Backup tab.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/View.png" rel="lightbox[3766]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/View-150x150.png" alt="" title="View" width="150" height="150" class="aligncenter size-thumbnail wp-image-4014" /></a><br
/> The View tab shows a list of files in a tree node structure similar to <a
href="http://www.dannytsang.co.uk/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> Windows classic sidebar view. It&#8217;s quick and efficient but does not allow multiselect (to delete multiple backup files for example) nor any preview of the file. The view also shows the amount of space free and used by the backup in graphic form (where as the Status page show it in numeric format).</p><p>Sync allows multiple computers to share and keep files up to date with each other. This is the core of what Dropbox does.</p><p>SpiderOak also allows users to share access to other users. The difference with SpiderOak is that they allow other uses to login without a passwork. Also the public area is designated by yourself instead of SpiderOak where as Dropbox have public folders where files are shared and stored.</p><h3>Initial Upload</h3><p>As with any online backup systems there largest and longest part of process is the initial upload of the files. Fortunately SpiderOak compresses the files prior to upload making this process quicker. Dropbox does not do this making the initial upload longer. For some reason after every upload the files took a long to in the &#8220;finalizing&#8221; stage. Even if the file size was marked as 0 bytes? This occurred through the time I was using it.</p><h3>Subsequent Uploads</h3><p>Updating existing files for both services are fairly similar. Whilst Dropbox doesn&#8217;t compress the files to be uploaded it does upload only the changed bytes.</p><h3>Sync</h3><p>One disadvantage of SpiderOak is the the lack of LAN Sync. This greatly increases the speed of synchronization because the files are transfer over the network instead of out through the Internet and back again.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Syndication-Process.png" rel="lightbox[3766]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Syndication-Process-150x150.png" alt="" title="Syndication Process" width="150" height="150" class="aligncenter size-thumbnail wp-image-4023" /></a><br
/> I encountered a <a
href="http://www.dannytsang.co.uk/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> error 500 when I was adding a device which was running on <a
href="http://www.dannytsang.co.uk/index.php/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a> 10.04 LTS. It quit automatically but when I went to add it again the device had been added to the list. I then had to go back and select reinstalling device so that I could select the device from a list instead creating one. There was about 1-2 minutes while it was doing a 10 step process but eventually loaded the normal SpiderOak interface.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Sync-Select.png" rel="lightbox[3766]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Sync-Select-150x150.png" alt="" title="Sync Select" width="150" height="150" class="aligncenter size-thumbnail wp-image-4019" /></a><br
/> Once the second computer was up and running I had to set up a new backup directory. This directory would be where files are synchronized to. I used my Dropbox directory as a test. I disabled Dropbox on both computers but ensuring they were both synchronized. Once that was done my Windows computer already had a backup set up of the directory and everything was uploaded. When I tried to add the second Linux computer&#8217;s Dropbox directory it kept complaining I didn&#8217;t have enough space and kept popping up with a message to buy more space. I thought the &#8220;advanced de-duplication&#8221; would see it was the same directory with the same stuff in it as the Windows computer! Alas it didn&#8217;t. To get it to work I renamed the Dropbox directory and created an empty folder, added it to be backed up and then I was able to select the 2 Dropbox directories from each computer for synchronizing.</p><p>Couple hours later and it has managed to create the folders on the second computer but still no files. This is unacceptable!</p><h3>Pricing</h3><p>As of 13/09/2011</p><ul><li>2GB &#8211; Free</li><li>100GB &#8211; $10 per month or $100 per year for each 100GB</li></ul><p>In comparison Dropbox charges $9.99 per month for 50GB which makes SpiderOak cheaper.</p><h3>Summary</h3><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Preferences-Backup.png" rel="lightbox[3766]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Preferences-Backup-150x150.png" alt="" title="Preferences - Backup" width="150" height="150" class="aligncenter size-thumbnail wp-image-4010" /></a><br
/> Security perspective it&#8217;s great but the trade off for that is recovery. The version backup is a major bonus but again the trade off is space. The latter isn&#8217;t an issue because you can turn off versioning to keep the space down.</p><p>The biggest issue I had with it was the Sync. The fact that adding the second computer&#8217;s directory as a backup with existing files in it causes it to spontaneously show the popup is unacceptable. Whilst I believe the merge tool was built for this situation I think it&#8217;s a flawed model. Also the time it took to Sync the files across was too slow. It was during peak time so my bandwidth was throttled by Virgin Media it should at least start to synchronize files across. In the end I gave up and went back to Dropbox.</p> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/backup/' title='Backup'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Backup-150x150.png" class="attachment-thumbnail" alt="Backup" title="Backup" /></a> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/overview/' title='Overview'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Overview-150x150.png" class="attachment-thumbnail" alt="Overview" title="Overview" /></a> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/preferences-backup/' title='Preferences - Backup'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Preferences-Backup-150x150.png" class="attachment-thumbnail" alt="Preferences - Backup" title="Preferences - Backup" /></a> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/preferences-copy/' title='Preferences - Copy'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Preferences-Copy-150x150.png" class="attachment-thumbnail" alt="Preferences - Copy" title="Preferences - Copy" /></a> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/preferences-schedule/' title='Preferences - Schedule'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Preferences-Schedule-150x150.png" class="attachment-thumbnail" alt="Preferences - Schedule" title="Preferences - Schedule" /></a> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/queue/' title='Queue'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Queue-150x150.png" class="attachment-thumbnail" alt="Queue" title="Queue" /></a> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/view/' title='View'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/View-150x150.png" class="attachment-thumbnail" alt="View" title="View" /></a> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/sync-select/' title='Sync Select'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Sync-Select-150x150.png" class="attachment-thumbnail" alt="Sync Select" title="Sync Select" /></a> <a
href='http://www.dannytsang.co.uk/index.php/spideroak-mini-review/syndication-process/' title='Syndication Process'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/Syndication-Process-150x150.png" class="attachment-thumbnail" alt="Syndication Process" title="Syndication Process" /></a><p><a
href="http://lifehacker.com/5818908/dropbox-vs-the-alternatives-which-online-syncing-service-is-right-for-you" target="_blank">Dropbox vs. the Alternatives: Which Online Syncing Service Is Right for You?</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/sync-mozilla-thunderbird-using-dropbox/' rel='bookmark' title='Sync Mozilla Thunderbird Using Dropbox'>Sync Mozilla Thunderbird Using Dropbox</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/microsoft-foldershare-itunes-doesnt-work/' rel='bookmark' title='Microsoft FolderShare &amp; iTunes Doesn&#8217;t Work'>Microsoft FolderShare &#038; iTunes Doesn&#8217;t Work</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/dropbox-causes-duplicate-folders-in-mozilla-thunderbird/' rel='bookmark' title='Dropbox Causes Duplicate Folders In Mozilla Thunderbird'>Dropbox Causes Duplicate Folders In Mozilla Thunderbird</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/spideroak-mini-review/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Windows 8 Preview Unexpected Error Status: 0xc0000225</title><link>http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/</link> <comments>http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/#comments</comments> <pubDate>Wed, 21 Sep 2011 23:01:02 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[IO APIC]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[ORACLE]]></category> <category><![CDATA[virtualbox]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=4070</guid> <description><![CDATA[I tried installing Windows 8 Preview on Oracle VM VirtualBox but when it started it errored on a black screen with white writing and stopped. The error at the bottom says Status: 0xc0000225 Info: An unexpected error has occurred. The &#8230; <a
href="http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/cloning-hdd-in-virtualbox/' rel='bookmark' title='Cloning HDD In VirtualBox'>Cloning HDD In VirtualBox</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/virtualbox-with-ubuntu-review/' rel='bookmark' title='VirtualBox With Ubuntu Quick Review'>VirtualBox With Ubuntu Quick Review</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/waking-windows-7-controller-error/' rel='bookmark' title='Waking Windows 7 Controller Error'>Waking Windows 7 Controller Error</a></li></ol>]]></description> <content:encoded><![CDATA[<p>I tried installing <a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 8 Preview on <a
href="http://www.dannytsang.co.uk/index.php/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ORACLE">Oracle</a> <a
href="http://www.dannytsang.co.uk/index.php/tag/vm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vm">VM</a> <a
href="http://www.dannytsang.co.uk/index.php/tag/virtualbox/" class="st_tag internal_tag" rel="tag" title="Posts tagged with virtualbox">VirtualBox</a> but when it started it errored on a black screen with white writing and stopped.</p><p>The error at the bottom says <code>Status: 0xc0000225<br
/> Info: An unexpected error has occurred.</code></p><p>The problem was APIC setting had to be turned on. To do this:</p><ol><li>Select the VM from the list</li><li>Click Settings button on the toolbar</li><li>System category</li><li>Tick <strong>Enable <a
href="http://www.dannytsang.co.uk/index.php/tag/io-apic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IO APIC">IO APIC</a></strong></li></ol><p><a
href="http://www.kombitz.com/2011/09/16/status-0xc000025-error-when-installing-windows-8-developer-preview-on-virtualbox/" target="_blank">Status 0xc0000225 Error When Installing Windows 8 Developer Preview on VirtualBox</a></p> <a
href='http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/virtualbox-system-settings/' title='VirtualBox System Settings'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/09/VirtualBox-System-Settings-150x150.png" class="attachment-thumbnail" alt="VirtualBox System Settings" title="VirtualBox System Settings" /></a><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/cloning-hdd-in-virtualbox/' rel='bookmark' title='Cloning HDD In VirtualBox'>Cloning HDD In VirtualBox</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/virtualbox-with-ubuntu-review/' rel='bookmark' title='VirtualBox With Ubuntu Quick Review'>VirtualBox With Ubuntu Quick Review</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/waking-windows-7-controller-error/' rel='bookmark' title='Waking Windows 7 Controller Error'>Waking Windows 7 Controller Error</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Acer Aspire One D255E Mini Review</title><link>http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/</link> <comments>http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/#comments</comments> <pubDate>Tue, 16 Aug 2011 23:04:24 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Acer]]></category> <category><![CDATA[Aspire]]></category> <category><![CDATA[Asus]]></category> <category><![CDATA[asus eee pc]]></category> <category><![CDATA[asus eee pc 701]]></category> <category><![CDATA[Atom]]></category> <category><![CDATA[eRecovery]]></category> <category><![CDATA[Intel]]></category> <category><![CDATA[Laptop]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[netbooks]]></category> <category><![CDATA[SSD]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[USB]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=3774</guid> <description><![CDATA[Overview Our Asus EEE PC 701 SSD failed when I tried to upgrade it from Ubuntu 10.10 to 11.04. I was in the middle of an install when it failed to copy a file and then there after it could &#8230; <a
href="http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/ibm-t60-ubuntu-winner/' rel='bookmark' title='IBM T60 + Ubuntu = Winner'>IBM T60 + Ubuntu = Winner</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/virtualbox-with-ubuntu-review/' rel='bookmark' title='VirtualBox With Ubuntu Quick Review'>VirtualBox With Ubuntu Quick Review</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/back-to-windows-vista/' rel='bookmark' title='Back To Windows Vista'>Back To Windows Vista</a></li></ol>]]></description> <content:encoded><![CDATA[<h3>Overview</h3><p>Our <a
href="http://www.dannytsang.co.uk/index.php/tag/asus-eee-pc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with asus eee pc">Asus EEE PC</a> 701 <a
href="http://www.dannytsang.co.uk/index.php/tag/ssd/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SSD">SSD</a> failed when I tried to upgrade it from Ubuntu 10.10 to 11.04. I was in the middle of an install when it failed to copy a file and then there after it could not even boot from the HDD. Time for a replacement!</p><h3>Why Have A <a
href="http://www.dannytsang.co.uk/index.php/tag/laptop/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Laptop">Laptop</a> And Netbook?</h3><p>This all happened at a bad time because I was going on holiday soon and I was planning to take it with me. The EEE PC was a great travel companion because it was small, light and cheap which meant I had access to a <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> (and Internet where possible) on holiday whilst not too worried about having hundreds of pounds worth of <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> being damaged or stolen.</p><h3>Netbook Vs. Tablet</h3><p>When this all occurred, I was thinking of the possibility of replacement the netbook with a tablet. They fulfil more or less the same purpose of the netbook with a few pros and cons. Yes there is no keyboard for quick and comfortable typing and nor does it have the full range of applications a traditional desktop can offer but the boot time / always on and the optimized applications seem to counter those arguments (in my mind).</p><p>The biggest factor when I had decided was the price. Currently, a netbook can be had for aorund £230 and upwards. Cheaper for older models but tablets are currently are around £400+ excluding the Samsung Galaxy Tab 1010 but that has a 7&#8243; screen with possible no outlook of getting new Android OS updates. This pretty much meant netbook was the only choice.</p><h3>Linux Powered Netbook</h3><p>Being the Geek that I am, I almost always do research before purchasing anything more than in your weekly shop. For this replacement netbook it was no different. What I was surprised about was the lack of netbooks with Linux on them. All the recent ones were powered by <a
href="http://www.dannytsang.co.uk/index.php/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows 7">Windows 7</a> Starter edition. WHAT WENT WRONG!? I remember when netbooks just started out and almost all of them had Linux on them due to Microsoft&#8217;s License restrictions and more importantly the resource hog (compare to Linux) it was.</p><p>Alas the days of Linux powered machines look like they have gone and even Asus, the innovaters in netbooks are only selling Windows 7 on their machines. I was looking for a Ubuntu compatible device and it seemed it was fairly hard to find a 100% compatible netbook. I did encounter a <a
href="https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks" target="_blank">Ubuntu hardware wiki </a>which has a list of netbooks and their compatibilities but it was out of date but a good starting point.</p><p>The Chromebook was even less of an appeal and it&#8217;s untested. I cannot rely on having an Internet connection and have yet to hear the reviews or stories of it&#8217;s use. Availability was also an issue.</p><h3><a
href="http://www.dannytsang.co.uk/index.php/tag/acer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Acer">Acer</a> Aspire One D255E (Intel N455)</h3><p>After a long and hard search to find a Linux compatible system, I had decided to get the Acer D255E in red. There are 5 variants of the D25x which are D250 which is the first and oldest of the D25x range. Then came D255 which had the Intel Atom N255 processor. Then came the D255E which has the Intel Atom N450, N455 and N555. The main difference between the N45X and the N555 was the battery it came with. The latter having the larger 8 cell battery rated at 8 hours where was the former 2 have the 3 cell, 4 hours. The other smaller differences included DDR3 instead of DDR2 and slightly faster Front Side Bus (FSB). All in all I decided to go for the cheaper N455 version to save what was £30 at the time and coming in on budget of £200. This was a good result considering the inflation between 2007 and 2011 when I got the EEE PC 701 at the time.</p><p>From here on out I will be describing the D255E N455 only.</p><h3>Initial Setup</h3><p>I wanted to backup the system prior to doing anything in case I needed to return it. As per the usual Acer (and now pretty much all manufactures) has a recovery partition on their drive. Also the package did not include any restore media so if you break your Windows 7 Starter and your recovery partition, your out of luck because Windows 7 Starter is not available for purchase over the counter. People say you can contact Acer to get one if your willing to pay for the packaging and shipping costs but I think this is an oversight. All computers should come with system restore media. The good thing is you can create your own restore DVDs (note the plural!).</p><p>In order to create restore DVDs you must first boot into Windows and go through the registration to get to the Desktop. From there the start menu under Acer is Acer <a
href="http://www.dannytsang.co.uk/index.php/tag/erecovery/" class="st_tag internal_tag" rel="tag" title="Posts tagged with eRecovery">eRecovery</a> Management. Starting this program allows you to create and restore from discs. This does mean you need an external DVD writer plugged in. The program will guide you through creating the 3 recovery DVDs. Once it was done time to get the Ubuntu 11.04 ISO out.</p><h3>Installing Ubuntu 11.04</h3><p>I created a bootable Ubuntu 11.04 USB stick to install from rather than using an external drive. The install process was fairly painless although during the HDD partition stage, I had to quit and go back into Windows to make sure I was selecting the correct partition (and not over write the recover and Android partitions).</p><p>Everything worked out of the box with the exception of the microphone. It was not picking up any sound but I think this is a Pulse Audio issue. To fix this do the following:<br
/> <code>$ sudo apt-get update</p><p>$ sudo apt-get install pavucontrol</code><br
/> This will update the repository and install the pulse audio control panel. Once the install is complete, start the pulse audio control panel from the menu or by running the commal <code>pavucontrol</code><br
/> Then select Input and reduce the input volume for either right or left. As soon as you do this the input volume bar will suddenly become active.</p><p>Some multitouch features work on the touch pad such as the right click when tapping with 2 fingers but I was unable to get the 2 finger scrolling to work.</p><h3>Ubuntu 11.04</h3><p>I like the Unity shell and find it usable for day to day tasks. As with any new software it does need a bit of work. The Ubuntu Software Center is a vast improvement over the old</p><p>The AOD 255E has a height of 600 pixels which meant most of the minimal sized windows fix with the exception of the buttons at the bottom of windows (if any). This means it has only lost 178 pixels to make the lowest resolution of 768.</p><h3>Summary</h3><p>Overall I&#8217;m very happy with the setup. Although there are things that can be improved upon such as ability to update Android or even restore the Android partition. Also there is no way to enable the android dual boot feature without Windows. I hate the loss of space for the recovery partition and as I do not know what will be restored with the restore DVDs, I&#8217;ve decided to keep them there for the mean time but the combination of Android and recovery partition take up approximately 50GB!</p><p>The EEE PC SD <a
href="http://www.dannytsang.co.uk/index.php/tag/card-slot/" class="st_tag internal_tag" rel="tag" title="Posts tagged with card slot">card slot</a> was a lot deeper than the Aspire One which meant the card would be more or less sit flush to the edge of the computer. On this machine it sticks up by around 1cm which means the card cannot be left in there as extra space. This is a design flaw in my opinion.</p><p>I&#8217;m also more sensitive to the fact that it&#8217;s using a traditional HDD instead of a solid state so no more throwing it around whilst it&#8217;s on. The size of the netbook is a big step up compared to the <del
datetime="2011-07-20T10:41:51+00:00">old</del> original EEE PC. Also the extra screen size and resolution helps.</p> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-back/' title='AOD Back'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Back-150x150.jpg" class="attachment-thumbnail" alt="AOD Back" title="AOD Back" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-box-contents/' title='AOD Box Contents'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Box-Contents-150x150.jpg" class="attachment-thumbnail" alt="AOD Box Contents" title="AOD Box Contents" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-box-opened/' title='AOD Box Opened'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Box-Opened-150x150.jpg" class="attachment-thumbnail" alt="AOD Box Opened" title="AOD Box Opened" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-box/' title='AOD Box'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Box-150x150.jpg" class="attachment-thumbnail" alt="AOD Box" title="AOD Box" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-keyboard/' title='AOD Keyboard'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Keyboard-150x150.jpg" class="attachment-thumbnail" alt="AOD Keyboard" title="AOD Keyboard" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-opened/' title='AOD Opened'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Opened-150x150.jpg" class="attachment-thumbnail" alt="AOD Opened" title="AOD Opened" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-power-adapter/' title='AOD Power Adapter'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Power-Adapter-150x150.jpg" class="attachment-thumbnail" alt="AOD Power Adapter" title="AOD Power Adapter" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-power-pin/' title='AOD Power Pin'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Power-Pin-150x150.jpg" class="attachment-thumbnail" alt="AOD Power Pin" title="AOD Power Pin" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-power-plug/' title='AOD Power Plug'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Power-Plug-150x150.jpg" class="attachment-thumbnail" alt="AOD Power Plug" title="AOD Power Plug" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-sd-card/' title='AOD SD Card'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-SD-Card-150x150.jpg" class="attachment-thumbnail" alt="AOD SD Card" title="AOD SD Card" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod-spec/' title='AOD Spec'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-Spec-150x150.jpg" class="attachment-thumbnail" alt="AOD Spec" title="AOD Spec" /></a> <a
href='http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/aod/' title='AOD'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/07/AOD-150x150.jpg" class="attachment-thumbnail" alt="AOD" title="AOD" /></a><p><a
href="http://ubuntuforums.org/showthread.php?t=1624198" target="_blank">Acer Aspire One D255 microphone?</a></p><p><a
href="http://almlys.org/archives/847" target="_blank">Ubuntu 11.04 GNU/Linux on Acer Aspire One D255E</a></p><p><a
href="https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks" target="_blank">Ubuntu Hardware Wiki</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/ibm-t60-ubuntu-winner/' rel='bookmark' title='IBM T60 + Ubuntu = Winner'>IBM T60 + Ubuntu = Winner</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/virtualbox-with-ubuntu-review/' rel='bookmark' title='VirtualBox With Ubuntu Quick Review'>VirtualBox With Ubuntu Quick Review</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/back-to-windows-vista/' rel='bookmark' title='Back To Windows Vista'>Back To Windows Vista</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/acer-aspire-one-d255e-mini-review/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Synergy (Project) Windows To Windows</title><link>http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/</link> <comments>http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/#comments</comments> <pubDate>Tue, 19 Jul 2011 23:01:03 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[client]]></category> <category><![CDATA[keyboard]]></category> <category><![CDATA[monitor]]></category> <category><![CDATA[mouse]]></category> <category><![CDATA[server]]></category> <category><![CDATA[Synergy]]></category> <category><![CDATA[synergy software]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=3682</guid> <description><![CDATA[Overview It&#8217;s been a while since I have used a &#8220;stable&#8221; software which almost made me tear my hair out! As good as the concept of Synergy is the execution could have been better. All credit to the software and &#8230; <a
href="http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/logitech-g15-and-mx-revolution/' rel='bookmark' title='Logitech G15 and MX Revolution'>Logitech G15 and MX Revolution</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/numpad-not-working-under-gnome/' rel='bookmark' title='Numpad not working under Gnome'>Numpad not working under Gnome</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/keyboard/' rel='bookmark' title='Keyboard'>Keyboard</a></li></ol>]]></description> <content:encoded><![CDATA[<h3>Overview</h3><p>It&#8217;s been a while since I have used a &#8220;stable&#8221; software which almost made me tear my hair out! As good as the concept of Synergy is the execution could have been better. All credit to the software and it&#8217;s contributors/team for making it usable.</p><p>Synergy is a software that allows more than one machine share a keyboard and mouse. Just like having multiple monitors the mouse cursor will scroll off the edge of one <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> say the desktop and onto the other like a laptop.</p><h3>Features</h3><p>The best way to describe Synergy is the pictures from their website:<br
/> <img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Synergy.jpg" alt="" title="Synergy" width="548" height="200" class="aligncenter size-full wp-image-3689" /><br
/> The software is cross platform so the keyboard and mouse can be shared with <a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a>, Linux and <a
href="http://www.dannytsang.co.uk/index.php/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> computer all at the same time. In this post however I will be setting it up with 2 <a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> machines.</p><p>Synergy also can share clipboards too so copying from computer A can be pasted on computer B.</p><p>The software uses the <a
href="http://www.dannytsang.co.uk/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a>-<a
href="http://www.dannytsang.co.uk/index.php/tag/client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with client">client</a> model so the computer with the keyboard and mouse that is to be shared runs as the <a
href="http://www.dannytsang.co.uk/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> and all remaining computers are classed as clients. If a client has a connected keyboard and mouse, it can still operate them independently of the <a
href="http://www.dannytsang.co.uk/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> but the client keyboard and mouse cannot control the <a
href="http://www.dannytsang.co.uk/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> &#8211; it&#8217;s a one way thing.</p><p>I will be using the Synergy setup as the example where The server is in the middle and 2 clients are either side of it.</p><h3>Windows Server</h3><p>Download and install the <a
href="http://www.dannytsang.co.uk/index.php/tag/synergy-software/" class="st_tag internal_tag" rel="tag" title="Posts tagged with synergy software">Synergy software</a>. At the time I opted for the stable version which was 1.3.6. There are 32 and 64 bit versions so install the correct one for server. Clients can have different bit version to the software and vice-versa.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Synergy-Client.png" rel="lightbox[3682]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Synergy-Client-150x150.png" alt="" title="Synergy Client" width="150" height="150" class="aligncenter size-thumbnail wp-image-3685" /></a><br
/> Once installed, start the software and a very basic window should appear. Change the selection option from <strong>Use another computer&#8217;s shared keyboard and mouse (client)</strong> to <strong>Share this computer&#8217;s keyboard and mouse (server)</strong>.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Server-Screen-Configuration.png" rel="lightbox[3682]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Server-Screen-Configuration-150x150.png" alt="" title="Server Screen Configuration" width="150" height="150" class="aligncenter size-thumbnail wp-image-3702" /></a><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client1-Screen-Configuration.png" rel="lightbox[3682]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client1-Screen-Configuration-150x150.png" alt="" title="Client1 Screen Configuration" width="150" height="150" class="aligncenter size-thumbnail wp-image-3700" /></a><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client2-Screen-Configuration.png" rel="lightbox[3682]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client2-Screen-Configuration-150x150.png" alt="" title="Client2 Screen Configuration" width="150" height="150" class="aligncenter size-thumbnail wp-image-3701" /></a><br
/> Click on the <strong>Configure&#8230;</strong> button to open up a new dialogue box. This window sets the computers (monitors really) and their orientation. First, add the server computer to top list using the <strong>+</strong> button. It is recommended the Screen Name should be the same as the computer name found in <code>(My) Computer > (right click) Properties</code> and the <strong>Computer name:</strong> is the name of the computer.</p><p>Leave Aliases as blank (empty).</p><p>Leave Options as all unticked and only tick them if there are issues with the stated keys.</p><p>Leave Modifiers as is or change according to preference. This may be useful for different operating systems.</p><p>Dead Corners prevents the cursor from jumping from one screen to the next. This may happen when using features such as expose on the Mac where moving the mouse to a designated corner will trigger something. Leave this unticked for now.</p><p>The next step is to link the computers together. This tells Synergy how the computers are positioned and which computer to go to when the mouse moves to the edge. It can be confusing at first but it means the screens can be linked in a series or in a circle. Always leaving the % of the screen unless the screens are very different. Working from left to right  Select <strong>right</strong>, <strong>Client1</strong>, <strong>Server</strong> in the dropdown boxes. The line should read something along the lines of <em>&#8220;of the <strong>right</strong> (part of the screen) of <strong>Client1</strong> goes to <strong>Server</strong>&#8220;</em> so the right edge on Client one links to the Server. Click the + button below to add the link and ready for a new link.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client1-Link.png" rel="lightbox[3682]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client1-Link-150x150.png" alt="" title="Client1 Link" width="150" height="150" class="aligncenter size-thumbnail wp-image-3699" /></a><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/All-Links.png" rel="lightbox[3682]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/All-Links-150x150.png" alt="" title="All Links" width="150" height="150" class="aligncenter size-thumbnail wp-image-3698" /></a></p><p>Add the following to join the server to client1, server to client2 and client 2 to server (see above screenshot).</p><p>Click OK to close the dialogue box.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Advanced-Options.png" rel="lightbox[3682]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Advanced-Options-150x150.png" alt="" title="Advanced Options" width="150" height="150" class="aligncenter size-thumbnail wp-image-3697" /></a><br
/> Click on the <strong>Advanced&#8230;</strong> button. This is where you specify which screen belongs to this computer. In this case the screen name should be <strong>Server</strong>. Either change or note down the <strong>Port</strong> and ensure it is open on the computer. Click OK to save and close.</p><p>Next is to register the program to start automatically by clicking on the <strong>AutoStart&#8230;</strong> button. Read and chose the relevant startup option preferred. I would leave it turned off for now because enabling it stopped it from working. It can be uninstalled but it does required Synergy to be restarted (don&#8217;t know why it can&#8217;t start the server). Close the dialogue box after.</p><p>Don&#8217;t bother with Test because it was broken I tried it. Go straight to Start button and the server is up and running if there is the Synergy icon in the tray.</p><h3>Windows Client</h3><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Synergy-Client.png" rel="lightbox[3682]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Synergy-Client-150x150.png" alt="" title="Synergy Client" width="150" height="150" class="aligncenter size-thumbnail wp-image-3685" /></a><br
/> Startup Synergy but this time leave it on <strong>User another computer’s shared keyboard and mouse (client)</strong> and enter the IP or computer name of the server machine.</p><p>Click on the Advanced&#8230; button and enter the screen associated with the client. So on Client 1 enter Client1 and Client 2 should be Client2.</p><p>Next click Start and it should be connected to the server!</p><h3>Limitations</h3><p>It&#8217;s mainly nice to have features but it&#8217;s still worth noting that:</p><ul><li>Clipboard can only share text. I tried images to files but it did not work.</li><li>Dragging files from one screen/computer to another fails. It prevents the cursor from jumping screens whilst dragging something.</li><li>Synergy doesn&#8217;t work when the computer is locked. I don&#8217;t have a problem with this limitation on security grounds. This also applies to the first login of each computer.</li><li>High system usage / process freezes prevents the mouse from moving to the other computers. This is reasonable limitation because Synergy does not have enough resources to process the mouse move.</li><li>Network Dependent &#8211; If the network is down, then the software will not be able to communicate with each other. This may also apply to unstable networks.</li></ul><h3>Problems</h3><p>The UI can be confusing. For example I created a link for a computer, pressed the + button to add another and then OK&#8217;d it only to find it does not added it to the list unless you press the + button. Trying to remove a computer screen from the list caused Synergy to crash only to find it restoring to the last successful state. I am now confused as to how to remove them! Also the computer the aliases must match the ones typed on the server or it will error out.</p><p>A major issue I had with it was the Test function. Every time I tried it, it would either crash or complain it could not connect depending if it was the server or client. This made me go round and round trying different things only to find pressing start on client and server just worked (more or less).</p><p>It still prints out a message stating it&#8217;s a unstable software even though I&#8217;m using the stable version listed their site (64bit only maybe?).</p><p>I have noticed a problem where the clipboard is not being passed back and forth at times. Also the scroll wheel only works intermittently (more often not) which is very frustrating!</p><p>On <a
href="http://www.dannytsang.co.uk/index.php/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows 7">Windows 7</a> client, the cursor centers to the middle of the screen. In a full screen application such as Windows Media Player, the cursor stays hidden.</p><p>It&#8217;s an understatement to say there are polish needed. Currently it works for what I need and hopefully it will improve over time.</p><h3>Summary</h3><p>The motion is very smooth and seamless. The basic functionality is there but can be improved. It&#8217;s a good solution for controller 2 or more computers via one keyboard and mouse. The best part of it is the cross platform even if I do not use it.</p> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/synergy-client/' title='Synergy Client'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Synergy-Client-150x150.png" class="attachment-thumbnail" alt="Synergy Client" title="Synergy Client" /></a> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/synergy-server/' title='Synergy Server'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Synergy-Server-150x150.png" class="attachment-thumbnail" alt="Synergy Server" title="Synergy Server" /></a> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/synergy/' title='Synergy'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Synergy-150x150.jpg" class="attachment-thumbnail" alt="Synergy" title="Synergy" /></a> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/advanced-options/' title='Advanced Options'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Advanced-Options-150x150.png" class="attachment-thumbnail" alt="Advanced Options" title="Advanced Options" /></a> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/all-links/' title='All Links'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/All-Links-150x150.png" class="attachment-thumbnail" alt="All Links" title="All Links" /></a> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/client1-link/' title='Client1 Link'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client1-Link-150x150.png" class="attachment-thumbnail" alt="Client1 Link" title="Client1 Link" /></a> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/client1-screen-configuration/' title='Client1 Screen Configuration'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client1-Screen-Configuration-150x150.png" class="attachment-thumbnail" alt="Client1 Screen Configuration" title="Client1 Screen Configuration" /></a> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/client2-screen-configuration/' title='Client2 Screen Configuration'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Client2-Screen-Configuration-150x150.png" class="attachment-thumbnail" alt="Client2 Screen Configuration" title="Client2 Screen Configuration" /></a> <a
href='http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/server-screen-configuration/' title='Server Screen Configuration'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2011/06/Server-Screen-Configuration-150x150.png" class="attachment-thumbnail" alt="Server Screen Configuration" title="Server Screen Configuration" /></a><p><a
href="http://synergy-foss.org/">Synergy</a></p><p><a
href="http://lifehacker.com/254648/how-to-control-multiple-computers-with-a-single-keyboard-and-mouse">How to Control Multiple Computers with a Single Keyboard and Mouse</a></p><p><a
href="http://synergy2.sourceforge.net/trouble.html">Synergy Troubleshooting</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/logitech-g15-and-mx-revolution/' rel='bookmark' title='Logitech G15 and MX Revolution'>Logitech G15 and MX Revolution</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/numpad-not-working-under-gnome/' rel='bookmark' title='Numpad not working under Gnome'>Numpad not working under Gnome</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/keyboard/' rel='bookmark' title='Keyboard'>Keyboard</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/synergy-project-windows-to-windows/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The driver \Driver\WUDFRd failed to load for the device Root\SIDESHOW\0001.</title><link>http://www.dannytsang.co.uk/index.php/the-driver-driverwudfrd-failed-to-load-for-the-device-rootsideshow0001/</link> <comments>http://www.dannytsang.co.uk/index.php/the-driver-driverwudfrd-failed-to-load-for-the-device-rootsideshow0001/#comments</comments> <pubDate>Fri, 11 Feb 2011 21:42:10 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Peripherals]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Logitech]]></category> <category><![CDATA[SideShow]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=3316</guid> <description><![CDATA[If you the error message above in Windows 7 event logs then it&#8217;s related to the G15 software. To stop it from erroring disable both slideshow plugins by starting the Logitech LCD Manager, Programs category and untick the &#8220;Enabled&#8221; box &#8230; <a
href="http://www.dannytsang.co.uk/index.php/the-driver-driverwudfrd-failed-to-load-for-the-device-rootsideshow0001/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/waking-windows-7-controller-error/' rel='bookmark' title='Waking Windows 7 Controller Error'>Waking Windows 7 Controller Error</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/logitech-g15-and-mx-revolution/' rel='bookmark' title='Logitech G15 and MX Revolution'>Logitech G15 and MX Revolution</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/microsoft-windows-vista-voice-recognition/' rel='bookmark' title='Microsoft Windows Vista Voice Recognition'>Microsoft Windows Vista Voice Recognition</a></li></ol>]]></description> <content:encoded><![CDATA[<p>If you the error message above in <a
href="http://www.dannytsang.co.uk/index.php/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows 7">Windows 7</a> event logs then it&#8217;s related to the G15 software. To stop it from erroring disable both slideshow plugins by starting the <a
href="http://www.dannytsang.co.uk/index.php/tag/logitech/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Logitech">Logitech</a> LCD Manager, Programs category and untick the &#8220;Enabled&#8221; box for <strong><a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> <a
href="http://www.dannytsang.co.uk/index.php/tag/sideshow/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SideShow">SideShow</a> (Monochrom)</strong> and <strong>Windows SideShow (Color)</strong>.</p><p>The 2 programs are not compatible with Windows 7.</p><p><a
href="http://forums.logitech.com/t5/G-Series-Gaming-Keyboards/G15-and-Windows-7-Event-log-issue/td-p/363578" target="_blank">G15 and Windows 7 Event log issue</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/waking-windows-7-controller-error/' rel='bookmark' title='Waking Windows 7 Controller Error'>Waking Windows 7 Controller Error</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/logitech-g15-and-mx-revolution/' rel='bookmark' title='Logitech G15 and MX Revolution'>Logitech G15 and MX Revolution</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/microsoft-windows-vista-voice-recognition/' rel='bookmark' title='Microsoft Windows Vista Voice Recognition'>Microsoft Windows Vista Voice Recognition</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/the-driver-driverwudfrd-failed-to-load-for-the-device-rootsideshow0001/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Stop Windows 7 Update Rebooting After Update</title><link>http://www.dannytsang.co.uk/index.php/stop-windows-7-update-rebooting-after-update/</link> <comments>http://www.dannytsang.co.uk/index.php/stop-windows-7-update-rebooting-after-update/#comments</comments> <pubDate>Fri, 21 Jan 2011 15:09:50 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[NoAutoRebootWithLoggedOnUsers]]></category> <category><![CDATA[REGEDIT]]></category> <category><![CDATA[registry]]></category> <category><![CDATA[WindowsUpdate]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=3286</guid> <description><![CDATA[WARNING: Use this article at your own risk! Open the registry editor: Start Menu > Run Type in regedit and press OK button. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU On my machine stopped at Windows so I created new keys for WindowsUpdate and &#8230; <a
href="http://www.dannytsang.co.uk/index.php/stop-windows-7-update-rebooting-after-update/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/my-windows-7-shortcuts/' rel='bookmark' title='My Windows 7 Shortcuts'>My Windows 7 Shortcuts</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/ballmer-windows-releases-must-come-more-quickly/' rel='bookmark' title='&#8220;Ballmer: Windows releases must come more quickly&#8221;'>&#8220;Ballmer: Windows releases must come more quickly&#8221;</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-sleep-wakes-up-unexpectedly-instantly/' rel='bookmark' title='Windows 7 Sleep &amp; Wakes Up Unexpectedly / Instantly'>Windows 7 Sleep &#038; Wakes Up Unexpectedly / Instantly</a></li></ol>]]></description> <content:encoded><![CDATA[<blockquote><p><strong>WARNING:</strong> Use this article at your own risk!</p></blockquote><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/01/Run.png" rel="lightbox[3286]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/01/Run-150x150.png" alt="" title="Run" width="150" height="150" class="aligncenter size-thumbnail wp-image-3289" /></a><br
/> Open the <a
href="http://www.dannytsang.co.uk/index.php/tag/registry/" class="st_tag internal_tag" rel="tag" title="Posts tagged with registry">registry</a> editor:<br
/> <code>Start Menu > Run</code><br
/> Type in <strong><a
href="http://www.dannytsang.co.uk/index.php/tag/regedit/" class="st_tag internal_tag" rel="tag" title="Posts tagged with REGEDIT">regedit</a></strong> and press OK button.<br
/> Navigate to <code>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\<a
href="http://www.dannytsang.co.uk/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>\<a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a>\<a
href="http://www.dannytsang.co.uk/index.php/tag/windowsupdate/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WindowsUpdate">WindowsUpdate</a>\AU</code></p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/01/New-Key.png" rel="lightbox[3286]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/01/New-Key-150x150.png" alt="" title="New Key" width="150" height="150" class="aligncenter size-thumbnail wp-image-3288" /></a><br
/> On my machine stopped at <strong>Windows</strong> so I created new keys for <strong>WindowsUpdate</strong> and <strong>AU</strong></p><p>Create a new DWORD (32-bit) value by right clicking on the <strong>AU</strong> key and selecting new.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2011/01/Edit-DWORD-Value.png" rel="lightbox[3286]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2011/01/Edit-DWORD-Value-150x150.png" alt="" title="Edit DWORD Value" width="150" height="150" class="aligncenter size-thumbnail wp-image-3287" /></a><br
/> Name the new key <strong><a
href="http://www.dannytsang.co.uk/index.php/tag/noautorebootwithloggedonusers/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NoAutoRebootWithLoggedOnUsers">NoAutoRebootWithLoggedOnUsers</a></strong> and set the value to 1 by double clicking on the new value.</p><p><a
href="http://www.howtogeek.com/howto/windows-vista/prevent-windows-update-from-forcibly-rebooting-your-computer/">Prevent Windows Update from Forcibly Rebooting Your Computer</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/my-windows-7-shortcuts/' rel='bookmark' title='My Windows 7 Shortcuts'>My Windows 7 Shortcuts</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/ballmer-windows-releases-must-come-more-quickly/' rel='bookmark' title='&#8220;Ballmer: Windows releases must come more quickly&#8221;'>&#8220;Ballmer: Windows releases must come more quickly&#8221;</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-sleep-wakes-up-unexpectedly-instantly/' rel='bookmark' title='Windows 7 Sleep &amp; Wakes Up Unexpectedly / Instantly'>Windows 7 Sleep &#038; Wakes Up Unexpectedly / Instantly</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/stop-windows-7-update-rebooting-after-update/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Error: You Are Using A High Performance Setting</title><link>http://www.dannytsang.co.uk/index.php/error-you-are-using-a-high-performance-setting/</link> <comments>http://www.dannytsang.co.uk/index.php/error-you-are-using-a-high-performance-setting/#comments</comments> <pubDate>Thu, 18 Nov 2010 19:12:19 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[performance power]]></category> <category><![CDATA[power]]></category> <category><![CDATA[power consumption]]></category> <category><![CDATA[power efficiency]]></category> <category><![CDATA[power management tool]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=3204</guid> <description><![CDATA[I ran the Windows 7 &#8220;Power Efficiency Diagnostics Report&#8221; tool to see what can be done to reduce power consumption but it reports that using the performance power setting as an Error? Surely it should be a warning or not &#8230; <a
href="http://www.dannytsang.co.uk/index.php/error-you-are-using-a-high-performance-setting/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/waking-windows-7-controller-error/' rel='bookmark' title='Waking Windows 7 Controller Error'>Waking Windows 7 Controller Error</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/' rel='bookmark' title='Windows 8 Preview Unexpected Error Status: 0xc0000225'>Windows 8 Preview Unexpected Error Status: 0xc0000225</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/dvdrip-debugging-warning-no-libxvidcore-api-4-found/' rel='bookmark' title='dvd::rip Debugging (Warning: No libxvidcore API 4 found)'>dvd::rip Debugging (Warning: No libxvidcore API 4 found)</a></li></ol>]]></description> <content:encoded><![CDATA[<p>I ran the <a
href="http://www.dannytsang.co.uk/index.php/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows 7">Windows 7</a> &#8220;<a
href="http://www.dannytsang.co.uk/index.php/tag/power/" class="st_tag internal_tag" rel="tag" title="Posts tagged with power">Power</a> Efficiency Diagnostics Report&#8221; tool to see what can be done to reduce <a
href="http://www.dannytsang.co.uk/index.php/tag/power/" class="st_tag internal_tag" rel="tag" title="Posts tagged with power">power</a> consumption but it reports that using the performance <a
href="http://www.dannytsang.co.uk/index.php/tag/power/" class="st_tag internal_tag" rel="tag" title="Posts tagged with power">power</a> setting as an Error? Surely it should be a warning or not let users have the option to set this profile in the <a
href="http://www.dannytsang.co.uk/index.php/tag/power/" class="st_tag internal_tag" rel="tag" title="Posts tagged with power">power</a> management tool.</p><p><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2010/11/Power-Efficiency-Diagnostics-Report.png" rel="lightbox[3204]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2010/11/Power-Efficiency-Diagnostics-Report-150x150.png" alt="" title="Power Efficiency Diagnostics Report" width="150" height="150" class="aligncenter size-thumbnail wp-image-3206" /></a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/waking-windows-7-controller-error/' rel='bookmark' title='Waking Windows 7 Controller Error'>Waking Windows 7 Controller Error</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/' rel='bookmark' title='Windows 8 Preview Unexpected Error Status: 0xc0000225'>Windows 8 Preview Unexpected Error Status: 0xc0000225</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/dvdrip-debugging-warning-no-libxvidcore-api-4-found/' rel='bookmark' title='dvd::rip Debugging (Warning: No libxvidcore API 4 found)'>dvd::rip Debugging (Warning: No libxvidcore API 4 found)</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/error-you-are-using-a-high-performance-setting/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>NFS Server</title><link>http://www.dannytsang.co.uk/index.php/nfs-server/</link> <comments>http://www.dannytsang.co.uk/index.php/nfs-server/#comments</comments> <pubDate>Fri, 12 Feb 2010 10:40:32 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Mount NFS]]></category> <category><![CDATA[NAS]]></category> <category><![CDATA[Network Attached Storage]]></category> <category><![CDATA[Network File Share]]></category> <category><![CDATA[NFS]]></category> <category><![CDATA[nfs client]]></category> <category><![CDATA[Samba]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[windows 7]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2580</guid> <description><![CDATA[Overview Network File Share (NFS) is a protocol for sharing storage. It is quite common in Network Attached Storage (NAS) devices and is a standard compared to Samba which is Microsoft specific but has been ported to Linux. Install NFS &#8230; <a
href="http://www.dannytsang.co.uk/index.php/nfs-server/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/mount-iso-file-in-linux/' rel='bookmark' title='Mount ISO File In Linux'>Mount ISO File In Linux</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/mounting-extracting-bin-and-cue-files-in-ubuntu/' rel='bookmark' title='Mounting / Extracting .bin and .cue Files In Ubuntu'>Mounting / Extracting .bin and .cue Files In Ubuntu</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/replace-devsda-with-uuid/' rel='bookmark' title='Replace /dev/xxx With UUID'>Replace /dev/xxx With UUID</a></li></ol>]]></description> <content:encoded><![CDATA[<h3>Overview</h3><p><a
href="http://www.dannytsang.co.uk/index.php/tag/network-file-share/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Network File Share">Network File Share</a> (<a
href="http://www.dannytsang.co.uk/index.php/tag/nfs/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NFS">NFS</a>) is a protocol for sharing storage. It is quite common in <a
href="http://www.dannytsang.co.uk/index.php/tag/network-attached-storage/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Network Attached Storage">Network Attached Storage</a> (NAS) devices and is a standard compared to Samba which is <a
href="http://www.dannytsang.co.uk/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> specific but has been ported to <a
href="http://www.dannytsang.co.uk/index.php/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a>.</p><h3>Install NFS Server</h3><p>Install the relevant software:<br
/> <code>sudo apt-get install nfs-kernel-server nfs-common portmap</code></p><h3>Configure NFS Server</h3><p>Configuring NFS server is relatively simply. Edit the file <strong>/etc/exports</strong> file and add all the directories available as a share. The format should be as follows</p><blockquote><p>/media/cdrom 192.168.0.1/24(rw,async)</p></blockquote><li>mount point on local system.</li><li>host</li><li>permissions</li><p>Using the above string this would share the CDROM to any computer with the IP range 192.168.0.1-192.168.0.254 that has read and write permissions and requests can be process asynchronously.</p><p>Specific IPs can be given to each share like this:</p><blockquote><p>/media/cdrom 192.168.0.1(rw,async) 192.168.0.1(ro,async)</p></blockquote><p>Computer 192.168.0.1 has the permissions described in the above example and the computer with 192.168.0.2 only has asynchronous requests and read only access to files for that share.</p><p>When specifying mount points note where the spaces are and are not because spaces are read by the system so</p><blockquote><p>/media/cdrom 192.168.0.1 (rw,async)</p></blockquote><p>is invalid because there is a space between the <a
href="http://www.dannytsang.co.uk/index.php/tag/ip-address/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ip address">IP address</a> and the parenthesis.</p><p>Once all the shares have been configured it is necessary to restart NFS to see the changes:<br
/> <code>sudo /etc/init.d/nfs-kernel-server restart</code></p><h3><a
href="http://www.dannytsang.co.uk/index.php/tag/mount-nfs/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mount NFS">Mount NFS</a> Share On Linux</h3><p>Install the NFS client if the computer does not have a NFS server itself:<br
/> <code>sudo apt-get install portmap nfs-common</code></p><p>To mount the share manually from the terminal type the following:<br
/> <code>sudo mount 192.168.0.1:/media/cdrom /media/share</code><br
/> First is super user command sudo then mount command, IP address of NFS server followed by the path to share. The last parameter is the local mount point so in the above example it will mount the CDROM drive from the server onto /media/share directory of the client computer.</p><p>To make the mount more permanent edit the <strong>/etc/<a
href="http://www.dannytsang.co.uk/index.php/tag/fstab/" class="st_tag internal_tag" rel="tag" title="Posts tagged with fstab">fstab</a></strong> file and the following line, one for each NFS share.</p><blockquote><p><strong>192.168.0.1:/media/cdrom /media/share</strong> nfs rsize=8192,wsize=8192,timeo=14,intr</p></blockquote><p>The only part that needs to be changed is the IP address, NFS share point and the mount point. This is highlighted in bold in the example above. The rest should be fine left as is. This change should mount the share when the computer is started.</p><h3>Mount NFS Share On Windows 7 Ultimate Edition</h3><p>NFS support does not come as standard with Windows so it has to be installed. Also I only found the feature in Windows 7 Ultimate Edition and not the Professional. I believe there is a Business Edition in between but do not know if it has the support for NFS.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Turn-Windows-features-on-or-off.png" rel="lightbox[2580]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Turn-Windows-features-on-or-off-150x150.png" alt="" title="Turn Windows features on or off" width="150" height="150" class="aligncenter size-thumbnail wp-image-2601" /></a></div><p>Go to the Control Panel and on the left hand side click on Turn <strong>Windows features on or off</strong> hyper link. It will load a list of software in a tree / node structure. Find <strong>Services for NFS</strong> and tick <strong>Client for NFS</strong> as a minimum.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Map-a-network-drive-start-menu.png" rel="lightbox[2580]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Map-a-network-drive-start-menu-150x150.png" alt="" title="Map a network drive start menu" width="150" height="150" class="aligncenter size-thumbnail wp-image-2603" /></a></div><p>On the start menu right click on <strong>Network</strong> and select <strong>Map network drive</strong>. If this option is not in the start menu go to <strong>Computer</strong> and right click on <strong>Network</strong> from the left hand panel. A wizard will start for mapping a network drive.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Map-a-network-drive.png" rel="lightbox[2580]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Map-a-network-drive-150x150.png" alt="" title="Map a network drive" width="150" height="150" class="aligncenter size-thumbnail wp-image-2605" /></a></div><p>Select the drive letter to be assigned to the NFS share and for the <strong>Folder</strong> enter the address [server]:[path] for example <code>192.168.0.1:/media/cdrom</code><br
/> Tick <strong>Reconnect at logon</strong> if you want it to connect on start up and click <strong>Finish</strong> to end the wizard.</p><p>The only problem with mounting the NFS on Windows is every time Computer it takes a longer to scan and load the drives because it scans the NFS to get the size and amount used on the NFS.</p><h3>Summary</h3><p>NFS between Linux machines is perfect and a good way to share files. Mounting a NFS makes the local share look as if it was it was local drive.</p><p>For Windows I&#8217;d stick to using Samba because it doesn&#8217;t take a while to scan the shared drive every time the drive is highlighted to get the drive information such as amount of space available. It&#8217;s not a nice to administer two services doing the same thing but it works.</p><p><a
href="http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html" target="_blank">NFS Server and Client Configuration in Ubuntu</a></p> <a
href='http://www.dannytsang.co.uk/index.php/nfs-server/turn-windows-features-on-or-off/' title='Turn Windows features on or off'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Turn-Windows-features-on-or-off-150x150.png" class="attachment-thumbnail" alt="Turn Windows features on or off" title="Turn Windows features on or off" /></a> <a
href='http://www.dannytsang.co.uk/index.php/nfs-server/map-a-network-drive-my-computer/' title='Map a network drive my computer'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Map-a-network-drive-my-computer-150x150.png" class="attachment-thumbnail" alt="Map a network drive my computer" title="Map a network drive my computer" /></a> <a
href='http://www.dannytsang.co.uk/index.php/nfs-server/map-a-network-drive-start-menu/' title='Map a network drive start menu'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Map-a-network-drive-start-menu-150x150.png" class="attachment-thumbnail" alt="Map a network drive start menu" title="Map a network drive start menu" /></a> <a
href='http://www.dannytsang.co.uk/index.php/nfs-server/map-a-network-drive/' title='Map a network drive'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Map-a-network-drive-150x150.png" class="attachment-thumbnail" alt="Map a network drive" title="Map a network drive" /></a><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/mount-iso-file-in-linux/' rel='bookmark' title='Mount ISO File In Linux'>Mount ISO File In Linux</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/mounting-extracting-bin-and-cue-files-in-ubuntu/' rel='bookmark' title='Mounting / Extracting .bin and .cue Files In Ubuntu'>Mounting / Extracting .bin and .cue Files In Ubuntu</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/replace-devsda-with-uuid/' rel='bookmark' title='Replace /dev/xxx With UUID'>Replace /dev/xxx With UUID</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/nfs-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Change MAC Address In Windows</title><link>http://www.dannytsang.co.uk/index.php/change-mac-address-in-windows/</link> <comments>http://www.dannytsang.co.uk/index.php/change-mac-address-in-windows/#comments</comments> <pubDate>Thu, 11 Feb 2010 13:52:28 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[change mac address]]></category> <category><![CDATA[cmd]]></category> <category><![CDATA[DOS]]></category> <category><![CDATA[ip address]]></category> <category><![CDATA[ip change]]></category> <category><![CDATA[ipconfig]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[MAC Address]]></category> <category><![CDATA[Network]]></category> <category><![CDATA[network adapters]]></category> <category><![CDATA[network address]]></category> <category><![CDATA[network interface]]></category> <category><![CDATA[registry]]></category> <category><![CDATA[spoof]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2638</guid> <description><![CDATA[It is possible to spoof the MAC address in Windows without going into the registry. The network will go down during this process so it&#8217;s best to stop or wait till all downloads or any other network related activity has &#8230; <a
href="http://www.dannytsang.co.uk/index.php/change-mac-address-in-windows/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/nfs-server/' rel='bookmark' title='NFS Server'>NFS Server</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/remote-extension-in-freepbx/' rel='bookmark' title='Remote Extension In FreePBX'>Remote Extension In FreePBX</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-sleep-wakes-up-unexpectedly-instantly/' rel='bookmark' title='Windows 7 Sleep &amp; Wakes Up Unexpectedly / Instantly'>Windows 7 Sleep &#038; Wakes Up Unexpectedly / Instantly</a></li></ol>]]></description> <content:encoded><![CDATA[<p>It is possible to spoof the <a
href="http://www.dannytsang.co.uk/index.php/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">MAC</a> address in Windows without going into the <a
href="http://www.dannytsang.co.uk/index.php/tag/registry/" class="st_tag internal_tag" rel="tag" title="Posts tagged with registry">registry</a>.</p><blockquote><p>The <a
href="http://www.dannytsang.co.uk/index.php/tag/network/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Network">network</a> will go down during this process so it&#8217;s best to stop or wait till all downloads or any other <a
href="http://www.dannytsang.co.uk/index.php/tag/network/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Network">network</a> related activity has stopped.</p></blockquote><p>Right click on <strong><a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">Computer</a></strong> and select <strong>Manage</strong>.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Device-Manager.png" rel="lightbox[2638]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Device-Manager-150x150.png" alt="" title="Device Manager" width="150" height="150" class="aligncenter size-thumbnail wp-image-2639" /></a></div><p>Go to <strong>Device Manager</strong> on the left hand side list to display all the <a
href="http://www.dannytsang.co.uk/index.php/tag/hardware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Hardware">hardware</a> usually categorised by type. Drill down into <strong>Network adapters</strong> and select the <a
href="http://www.dannytsang.co.uk/index.php/tag/network-interface/" class="st_tag internal_tag" rel="tag" title="Posts tagged with network interface">Network Interface</a> to be changed.</p><p>Right click on the Network <a
href="http://www.dannytsang.co.uk/index.php/tag/card/" class="st_tag internal_tag" rel="tag" title="Posts tagged with card">card</a> and select <strong>Properties</strong>.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Network-Interface-Properties.png" rel="lightbox[2638]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Network-Interface-Properties-150x150.png" alt="" title="Network Interface Properties" width="150" height="150" class="aligncenter size-thumbnail wp-image-2640" /></a></div><p>Go to the Advanced tab and look for <strong>Network Address</strong> in the <strong>Property:</strong> list. In some cases if this property is not listed it can be added in from the same window. Selecting the <strong>Network Address</strong> will change the right hand side to what can be changed. By default this is set to <strong>Not Present</strong>. To enter a custom MAC address select the <strong>Value</strong> radio button and enter in the MAC address with no spaces or colons in the textbox provided. OK all the windows to accept the changes. To undo this change simply change the selection of the radio buttons from <strong>Value</strong> to <strong>Not Present</strong>.</p><p>The optional steps below allows a reserved <a
href="http://www.dannytsang.co.uk/index.php/tag/ip-address/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ip address">IP address</a> to be re-assigned to the new MAC address.<br
/> Either restart of go to <strong>Start Menu > Run&#8230;</strong>. type in <strong>cmd</strong> and press enter. A <a
href="http://www.dannytsang.co.uk/index.php/tag/dos/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DOS">DOS</a> window should appear. type in <strong>ipconfig /release</strong> to disconnect all network adapters and <strong>ipconfig /renew</strong> to get a new IP.</p><p><a
href="http://www.mydigitallife.info/2008/06/30/how-to-change-or-spoof-mac-address-in-windows-xp-vista-server-20032008-mac-os-x-unix-and-linux/" target="_blank">How to Change or Spoof MAC Address in Windows XP, Vista, Server 2003/2008, Mac OS X, Unix and Linux</a></p> <a
href='http://www.dannytsang.co.uk/index.php/change-mac-address-in-windows/device-manager/' title='Device Manager'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Device-Manager-150x150.png" class="attachment-thumbnail" alt="Device Manager" title="Device Manager" /></a> <a
href='http://www.dannytsang.co.uk/index.php/change-mac-address-in-windows/network-interface-properties/' title='Network Interface Properties'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2010/02/Network-Interface-Properties-150x150.png" class="attachment-thumbnail" alt="Network Interface Properties" title="Network Interface Properties" /></a><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/nfs-server/' rel='bookmark' title='NFS Server'>NFS Server</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/remote-extension-in-freepbx/' rel='bookmark' title='Remote Extension In FreePBX'>Remote Extension In FreePBX</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-sleep-wakes-up-unexpectedly-instantly/' rel='bookmark' title='Windows 7 Sleep &amp; Wakes Up Unexpectedly / Instantly'>Windows 7 Sleep &#038; Wakes Up Unexpectedly / Instantly</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/change-mac-address-in-windows/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Windows 7 Monitor Power Test</title><link>http://www.dannytsang.co.uk/index.php/windows-7-monitor-power-test/</link> <comments>http://www.dannytsang.co.uk/index.php/windows-7-monitor-power-test/#comments</comments> <pubDate>Wed, 27 Jan 2010 10:28:13 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[cmd]]></category> <category><![CDATA[energy]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[microsoft windows]]></category> <category><![CDATA[power]]></category> <category><![CDATA[power test]]></category> <category><![CDATA[powercfg]]></category> <category><![CDATA[sleep mode]]></category> <category><![CDATA[Tekzilla]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2549</guid> <description><![CDATA[There is a report generator in Microsoft Windows 7 which can help you track down what is being used in terms of power. The report tells you what is stopping the computer going into sleep mode (if sleep mode is &#8230; <a
href="http://www.dannytsang.co.uk/index.php/windows-7-monitor-power-test/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/error-you-are-using-a-high-performance-setting/' rel='bookmark' title='Error: You Are Using A High Performance Setting'>Error: You Are Using A High Performance Setting</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-monitor-calibration/' rel='bookmark' title='Windows 7 Monitor Calibration'>Windows 7 Monitor Calibration</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/starting-a-program-from-command-line-to-x/' rel='bookmark' title='Starting A Program From Command Line to X'>Starting A Program From Command Line to X</a></li></ol>]]></description> <content:encoded><![CDATA[<p>There is a report generator in Microsoft <a
href="http://www.dannytsang.co.uk/index.php/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows 7">Windows 7</a> which can help you track down what is being used in terms of <a
href="http://www.dannytsang.co.uk/index.php/tag/power/" class="st_tag internal_tag" rel="tag" title="Posts tagged with power">power</a>. The report tells you what is stopping the <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> going into <a
href="http://www.dannytsang.co.uk/index.php/tag/sleep-mode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sleep mode">sleep mode</a> (if <a
href="http://www.dannytsang.co.uk/index.php/tag/sleep-mode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sleep mode">sleep mode</a> is turned on) as well as devices that do not &#8220;suspend&#8221;.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2010/01/commandline.png" rel="lightbox[2549]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2010/01/commandline-150x150.png" alt="" title="commandline" width="150" height="150" class="aligncenter size-thumbnail wp-image-2550" /></a></div><p>Go to the command line as an administrator. This can be achived by going to <strong>Start Menu</strong> and typing <strong><a
href="http://www.dannytsang.co.uk/index.php/tag/cmd/" class="st_tag internal_tag" rel="tag" title="Posts tagged with cmd">cmd</a></strong> in the search bar. Search for <strong>cmd.exe</strong> under Programs, hold <strong>Shift</strong> key and right click on cmd.exe. At this point you can let go of the shift key and select <strong>Run as administrator</strong>.</p><p>A dialogue box may warn you when starting the the program but OK it to start the program. Type:<br
/> <code>powercfg -energy</code><br
/> and press enter to start it. The program will <a
href="http://www.dannytsang.co.uk/index.php/tag/monitor/" class="st_tag internal_tag" rel="tag" title="Posts tagged with monitor">monitor</a> your computer for 1 minute. In this time do what you wish.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2010/01/powercfg.png" rel="lightbox[2549]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2010/01/powercfg-150x150.png" alt="" title="powercfg" width="150" height="150" class="aligncenter size-thumbnail wp-image-2551" /></a></div><p>Once it has finished it will print out the location of the report which is in a HTML (web page) format. You may need to copy to a suitable folder for your <a
href="http://www.dannytsang.co.uk/index.php/tag/browser/" class="st_tag internal_tag" rel="tag" title="Posts tagged with browser">browser</a> to open it.</p> <a
href='http://www.dannytsang.co.uk/index.php/windows-7-monitor-power-test/commandline/' title='commandline'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2010/01/commandline-150x150.png" class="attachment-thumbnail" alt="commandline" title="commandline" /></a> <a
href='http://www.dannytsang.co.uk/index.php/windows-7-monitor-power-test/powercfg/' title='powercfg'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2010/01/powercfg-150x150.png" class="attachment-thumbnail" alt="powercfg" title="powercfg" /></a><p><a
href="http://revision3.com/tzdaily/2010-01-15powerefficiency" target="_blank">Tekzilla Daily Tip #511</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/error-you-are-using-a-high-performance-setting/' rel='bookmark' title='Error: You Are Using A High Performance Setting'>Error: You Are Using A High Performance Setting</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-monitor-calibration/' rel='bookmark' title='Windows 7 Monitor Calibration'>Windows 7 Monitor Calibration</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/starting-a-program-from-command-line-to-x/' rel='bookmark' title='Starting A Program From Command Line to X'>Starting A Program From Command Line to X</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/windows-7-monitor-power-test/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Windows 7 Monitor Calibration</title><link>http://www.dannytsang.co.uk/index.php/windows-7-monitor-calibration/</link> <comments>http://www.dannytsang.co.uk/index.php/windows-7-monitor-calibration/#comments</comments> <pubDate>Tue, 24 Nov 2009 00:01:59 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[calibration]]></category> <category><![CDATA[dccw]]></category> <category><![CDATA[dual monitor]]></category> <category><![CDATA[monitor]]></category> <category><![CDATA[monitor calibration tool]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2396</guid> <description><![CDATA[Windows 7 has a built in monitor calibration tool which isn&#8217;t too bad. Sadly it only calibrates one monitor in a dual monitor set up. To start the utility go to Start Menu and type dccw and walk through the &#8230; <a
href="http://www.dannytsang.co.uk/index.php/windows-7-monitor-calibration/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-monitor-power-test/' rel='bookmark' title='Windows 7 Monitor Power Test'>Windows 7 Monitor Power Test</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/monitor-calibration-software/' rel='bookmark' title='Monitor Calibration Software'>Monitor Calibration Software</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/' rel='bookmark' title='Valve&#8217;s Steam And Windows 7 Integration'>Valve&#8217;s Steam And Windows 7 Integration</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 has a built in <a
href="http://www.dannytsang.co.uk/index.php/tag/monitor/" class="st_tag internal_tag" rel="tag" title="Posts tagged with monitor">monitor</a> <a
href="http://www.dannytsang.co.uk/index.php/tag/calibration/" class="st_tag internal_tag" rel="tag" title="Posts tagged with calibration">calibration</a> tool which isn&#8217;t too bad. Sadly it only calibrates one monitor in a <a
href="http://www.dannytsang.co.uk/index.php/tag/dual-monitor/" class="st_tag internal_tag" rel="tag" title="Posts tagged with dual monitor">dual monitor</a> set up.</p><p>To start the utility go to Start Menu and type <strong><a
href="http://www.dannytsang.co.uk/index.php/tag/dccw/" class="st_tag internal_tag" rel="tag" title="Posts tagged with dccw">dccw</a></strong> and walk through the wizard.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Windows-7-Calibration.jpg" rel="lightbox[2396]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Windows-7-Calibration-150x150.jpg" alt="Windows 7 Calibration" title="Windows 7 Calibration" width="150" height="150" class="aligncenter size-thumbnail wp-image-2405" /></a></div><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-monitor-power-test/' rel='bookmark' title='Windows 7 Monitor Power Test'>Windows 7 Monitor Power Test</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/monitor-calibration-software/' rel='bookmark' title='Monitor Calibration Software'>Monitor Calibration Software</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/' rel='bookmark' title='Valve&#8217;s Steam And Windows 7 Integration'>Valve&#8217;s Steam And Windows 7 Integration</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/windows-7-monitor-calibration/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Valve&#8217;s Steam And Windows 7 Integration</title><link>http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/</link> <comments>http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/#comments</comments> <pubDate>Fri, 06 Nov 2009 21:12:38 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Games]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Steam]]></category> <category><![CDATA[taskbar]]></category> <category><![CDATA[Valve]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2389</guid> <description><![CDATA[Valve has done a great work integration Steam with Windows 7. The icon in the taskbar shows the download status of all the currently downloading items. This was demos in my case. I have the Steam icon in my start &#8230; <a
href="http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/steam-defragger/' rel='bookmark' title='Steam Defragger'>Steam Defragger</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/steam-saved-game-locations/' rel='bookmark' title='Steam Saved Game Locations'>Steam Saved Game Locations</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/' rel='bookmark' title='Windows 8 Preview Unexpected Error Status: 0xc0000225'>Windows 8 Preview Unexpected Error Status: 0xc0000225</a></li></ol>]]></description> <content:encoded><![CDATA[<div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Icon-Download.png" rel="lightbox[2389]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Icon-Download.png" alt="Steam Icon Download" title="Steam Icon Download" width="63" height="49" class="aligncenter size-full wp-image-2390" /></a></div><p><a
href="http://www.dannytsang.co.uk/index.php/tag/valve/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Valve">Valve</a> has done a great work integration <a
href="http://www.dannytsang.co.uk/index.php/tag/steam/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Steam">Steam</a> with <a
href="http://www.dannytsang.co.uk/index.php/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows 7">Windows 7</a>. The icon in the <a
href="http://www.dannytsang.co.uk/index.php/tag/taskbar/" class="st_tag internal_tag" rel="tag" title="Posts tagged with taskbar">taskbar</a> shows the download status of all the currently downloading items. This was demos in my case. I have the Steam icon in my start menu list and it has an extended menu allowing you to change status on Steam Friends.</p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Start-Menu.png" rel="lightbox[2389]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Start-Menu-150x150.png" alt="Steam Start Menu" title="Steam Start Menu" width="150" height="150" class="aligncenter size-thumbnail wp-image-2391" /></a></div><p><br/></p><div
align="center"><a
href="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Taskbar-Menu.jpg" rel="lightbox[2389]"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Taskbar-Menu-150x150.jpg" alt="Steam Taskbar Menu" title="Steam Taskbar Menu" width="150" height="150" class="aligncenter size-thumbnail wp-image-2431" /></a></div><p>This is a fine example of good OS integration from a third part software vendor.</p> <a
href='http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/steam-icon-download/' title='Steam Icon Download'><img
width="63" height="49" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Icon-Download.png" class="attachment-thumbnail" alt="Steam Icon Download" title="Steam Icon Download" /></a> <a
href='http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/steam-start-menu/' title='Steam Start Menu'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Start-Menu-150x150.png" class="attachment-thumbnail" alt="Steam Start Menu" title="Steam Start Menu" /></a> <a
href='http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/steam-taskbar-menu/' title='Steam Taskbar Menu'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/11/Steam-Taskbar-Menu-150x150.jpg" class="attachment-thumbnail" alt="Steam Taskbar Menu" title="Steam Taskbar Menu" /></a><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/steam-defragger/' rel='bookmark' title='Steam Defragger'>Steam Defragger</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/steam-saved-game-locations/' rel='bookmark' title='Steam Saved Game Locations'>Steam Saved Game Locations</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-8-preview-unexpected-error-status-0xc0000225/' rel='bookmark' title='Windows 8 Preview Unexpected Error Status: 0xc0000225'>Windows 8 Preview Unexpected Error Status: 0xc0000225</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/valves-steam-and-windows-7-integration/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Windows 7 Sleep &amp; Wakes Up Unexpectedly / Instantly</title><link>http://www.dannytsang.co.uk/index.php/windows-7-sleep-wakes-up-unexpectedly-instantly/</link> <comments>http://www.dannytsang.co.uk/index.php/windows-7-sleep-wakes-up-unexpectedly-instantly/#comments</comments> <pubDate>Fri, 07 Aug 2009 19:36:07 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[card]]></category> <category><![CDATA[Network]]></category> <category><![CDATA[sleep]]></category> <category><![CDATA[sleep mode]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2240</guid> <description><![CDATA[I had a problem with my system where I put it to sleep and it would wake up for no reason. I found an article where if you turn off the option &#8220;Allow this device to wake the computer&#8221; for &#8230; <a
href="http://www.dannytsang.co.uk/index.php/windows-7-sleep-wakes-up-unexpectedly-instantly/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/waking-windows-7-controller-error/' rel='bookmark' title='Waking Windows 7 Controller Error'>Waking Windows 7 Controller Error</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/bash-sleep-vs-wait/' rel='bookmark' title='Bash Sleep vs. Wait'>Bash Sleep vs. Wait</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/' rel='bookmark' title='Lock &amp; Unlock Windows With Bluetooth'>Lock &#038; Unlock Windows With Bluetooth</a></li></ol>]]></description> <content:encoded><![CDATA[<p>I had a problem with my system where I put it to <a
href="http://www.dannytsang.co.uk/index.php/tag/sleep/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sleep">sleep</a> and it would wake up for no reason. I found an article where if you turn off the option &#8220;Allow this device to wake the <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a>&#8221; for the <a
href="http://www.dannytsang.co.uk/index.php/tag/network/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Network">network</a> <a
href="http://www.dannytsang.co.uk/index.php/tag/card/" class="st_tag internal_tag" rel="tag" title="Posts tagged with card">card</a>(s) should stop this from happening.</p><p>This method did work however my system failed to come back to life and I had to restart it manually.</p><p><a
href="http://www.michaelaulia.com/blogs/fix-windows-vista7-sleep-mode-from-waking-up-by-itself.html" target="_blank">Fix Windows Vista/7 Sleep mode from waking up by itself</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/waking-windows-7-controller-error/' rel='bookmark' title='Waking Windows 7 Controller Error'>Waking Windows 7 Controller Error</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/bash-sleep-vs-wait/' rel='bookmark' title='Bash Sleep vs. Wait'>Bash Sleep vs. Wait</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/' rel='bookmark' title='Lock &amp; Unlock Windows With Bluetooth'>Lock &#038; Unlock Windows With Bluetooth</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/windows-7-sleep-wakes-up-unexpectedly-instantly/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Windows 7 64 bit Distorted Sound With Creative X-Fi Card</title><link>http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/</link> <comments>http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/#comments</comments> <pubDate>Sat, 25 Jul 2009 23:01:55 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ata]]></category> <category><![CDATA[ATAPI]]></category> <category><![CDATA[BIOS]]></category> <category><![CDATA[card slot]]></category> <category><![CDATA[conflict]]></category> <category><![CDATA[Creative]]></category> <category><![CDATA[device manager]]></category> <category><![CDATA[Distorted]]></category> <category><![CDATA[graphic card]]></category> <category><![CDATA[graphics card]]></category> <category><![CDATA[IRQ]]></category> <category><![CDATA[irq number]]></category> <category><![CDATA[PCI]]></category> <category><![CDATA[sound card]]></category> <category><![CDATA[X-Fi]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2226</guid> <description><![CDATA[Since I&#8217;ve upgraded to 4GB RAM I was unable to use my sound card because it had static / distorted noise coming from the speakers. No matter how many times I un-installed and re-installed the drivers. I gave up and &#8230; <a
href="http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/' rel='bookmark' title='Asus P5N32 SLI-Deluxe 4GB RAM'>Asus P5N32 SLI-Deluxe 4GB RAM</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/why-linux-desktop-is-not-ready-yet/' rel='bookmark' title='Why Linux Desktop Is Not Ready&#8230; Yet'>Why Linux Desktop Is Not Ready&#8230; Yet</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/sonyericsson-k800i-no-sim-battery-problem/' rel='bookmark' title='SonyEricsson K800i No Sim / Battery Problem'>SonyEricsson K800i No Sim / Battery Problem</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Since I&#8217;ve upgraded to 4GB RAM I was unable to use my <a
href="http://www.dannytsang.co.uk/index.php/tag/sound-card/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sound card">sound card</a> because it had static / <a
href="http://www.dannytsang.co.uk/index.php/tag/distorted/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Distorted">distorted</a> noise coming from the speakers. No matter how many times I un-installed and re-installed the drivers.</p><p>I gave up and resorted to the on-board sound card which was the old AC97 hardware. It only supported 2.1 speakers and couldn&#8217;t get the other pairs working.</p><p>A few days ago I did some research into it where I found one person stating it was the IRQ. Changing of a PCI slot later and it was working (once I figured out which gold jack was for which speaker cable).</p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Computer-Manage-150x150.jpg" alt="Computer Manage" title="Computer Manage" width="150" height="150" class="aligncenter size-thumbnail wp-image-2227" /></div><p>In my case the sound card had a conflicting IRQ with the <a
href="http://www.dannytsang.co.uk/index.php/tag/graphic-card/" class="st_tag internal_tag" rel="tag" title="Posts tagged with graphic card">graphic card</a>. To check go to &#8220;Computer Management&#8221; by:<br
/> <code>Start Menu > Right click on Computer > Manage</code><br
/> or<br
/> <code>Control Panel > Administrative Tools > Computer Management</code></p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Computer-Management-Sound-150x150.jpg" alt="Computer Management - Sound" title="Computer Management - Sound" width="150" height="150" class="aligncenter size-thumbnail wp-image-2228" /></div><p>Select Device Manager from the left hand tree and navigate to &#8220;Sound, video and <a
href="http://www.dannytsang.co.uk/index.php/tag/game/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Game">game</a> controllers&#8221; and expand it to reveal &#8220;<a
href="http://www.dannytsang.co.uk/index.php/tag/creative/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Creative">Creative</a> SB X-Fi&#8221;. Right click and select properties > &#8220;Resources&#8221; tab.</p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Creative-SB-X-Fi-Properties-150x150.jpg" alt="Creative SB X-Fi Properties" title="Creative SB X-Fi Properties" width="150" height="150" class="aligncenter size-thumbnail wp-image-2229" /></div><p>Scroll down the &#8220;Resources settings&#8221; table till you see &#8220;IRQ&#8221; in the &#8220;Resource type&#8221; column. The &#8220;Setting&#8221; column will tell you what the IRQ number is in the brackets. For example my one is 19.</p><p>Click the Cancel button and find go to &#8220;Display adapters&#8221; in the Computer Management window. Under this node should be your graphics card. Go through the same <a
href="http://www.dannytsang.co.uk/index.php/tag/process/" class="st_tag internal_tag" rel="tag" title="Posts tagged with process">process</a> to get the IRQ number:<br
/> Right click > Properties > Resources Tab</p><p>If the IRQ number is the same then you need to dive into the BIOS and re-assign either one to a new IRQ number. If you cannot do that then try changing the slot your sound card is plugged into. Failing that try a different graphics card slot.</p><p>If the there is no conflict with the graphics card check the hard drive IRQ&#8217;s too as it&#8217;s been reported to do the same. Hard drives are listed under &#8220;IDE ATA/<a
href="http://www.dannytsang.co.uk/index.php/tag/atapi/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ATAPI">ATAPI</a> controllers&#8221; and check the IRQ number for each.</p><p>It can also be the luck of the computer assigning the IRQ&#8217;s if your BIOS does not have manual IRQ assignment. In this case you best hope is to turn off as many ports / interconnected devices such as serial / parallel ports and other legacy ports you do not use. To try and force the the computer to change IRQ assignment you may try pulling the card out, boot the computer so it can see the card has been taken out, turn it off and plug it back it. Again this is all pot luck. An &#8220;IRQ Map&#8221; which may be in the motherboard manual may help you identify a free IRQ slot as it my tell you PCI slot 1 has IRQ 10, PCI 2 is IRQ 13 for example.</p><p><a
href="http://social.technet.microsoft.com/Forums/en-US/itprovistasp/thread/cc39ebbb-be37-462d-ab6c-b9f21237649f" target="_blank">Technet Post</a></p><p><a
href="http://www.dannytsang.co.uk/2009/07/03/asus-p5n32-sli-deluxe-4gb-ram/">Original post on problem</a></p> <a
href='http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/computer-manage/' title='Computer Manage'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Computer-Manage-150x150.jpg" class="attachment-thumbnail" alt="Computer Manage" title="Computer Manage" /></a> <a
href='http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/computer-management-sound/' title='Computer Management - Sound'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Computer-Management-Sound-150x150.jpg" class="attachment-thumbnail" alt="Computer Management - Sound" title="Computer Management - Sound" /></a> <a
href='http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/creative-sb-x-fi-properties/' title='Creative SB X-Fi Properties'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Creative-SB-X-Fi-Properties-150x150.jpg" class="attachment-thumbnail" alt="Creative SB X-Fi Properties" title="Creative SB X-Fi Properties" /></a><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/' rel='bookmark' title='Asus P5N32 SLI-Deluxe 4GB RAM'>Asus P5N32 SLI-Deluxe 4GB RAM</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/why-linux-desktop-is-not-ready-yet/' rel='bookmark' title='Why Linux Desktop Is Not Ready&#8230; Yet'>Why Linux Desktop Is Not Ready&#8230; Yet</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/sonyericsson-k800i-no-sim-battery-problem/' rel='bookmark' title='SonyEricsson K800i No Sim / Battery Problem'>SonyEricsson K800i No Sim / Battery Problem</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My Alternative Free Software On Windows</title><link>http://www.dannytsang.co.uk/index.php/my-alternative-free-software-on-windows/</link> <comments>http://www.dannytsang.co.uk/index.php/my-alternative-free-software-on-windows/#comments</comments> <pubDate>Sun, 05 Jul 2009 23:01:54 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[64bit]]></category> <category><![CDATA[Dia]]></category> <category><![CDATA[email client]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[foss]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[mozilla thunderbird]]></category> <category><![CDATA[open source software]]></category> <category><![CDATA[opera]]></category> <category><![CDATA[PDF]]></category> <category><![CDATA[podcast]]></category> <category><![CDATA[podcatcher]]></category> <category><![CDATA[rss. notepad++]]></category> <category><![CDATA[UPNP]]></category> <category><![CDATA[video lan client]]></category> <category><![CDATA[VLC]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2018</guid> <description><![CDATA[Overview Here are my picks for free software on Windows (currently Windows 7). Free and open source (two different licenses applied to software) have come a long way and have come to replace my ageing proprietary and non-free applications. I &#8230; <a
href="http://www.dannytsang.co.uk/index.php/my-alternative-free-software-on-windows/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/evince-document-viewer/' rel='bookmark' title='Evince Document Viewer'>Evince Document Viewer</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/' rel='bookmark' title='Lock &amp; Unlock Windows With Bluetooth'>Lock &#038; Unlock Windows With Bluetooth</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-vista-startup-speed-tweaks/' rel='bookmark' title='Windows Vista Startup Speed Tweaks'>Windows Vista Startup Speed Tweaks</a></li></ol>]]></description> <content:encoded><![CDATA[<h3>Overview</h3><p>Here are my picks for free software on <a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> (currently <a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7). Free and open source (two different licenses applied to software) have come a long way and have come to replace my ageing proprietary and non-free applications. I list my choices below in this post.</p><h3>Multimedia Player</h3><p><a
href="http://www.videolan.org/vlc/"><img
alt="" src="http://www.opensourcewindows.org/icon/vlc.png" title="VLC" class="alignleft" width="82" height="82" /></a><a
href="http://www.dannytsang.co.uk/index.php/tag/vlc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VLC">VLC</a> &#8211; stands for Video Lan Client is an open source player that runs on all 3 major platforms (Windows, <a
href="http://www.dannytsang.co.uk/index.php/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a> and Mac). It supports a very wide varity of codecs and video formats. The player has plugins for web browsers and can be used to play music and videos.</p><p>I use it as my video player as it does not have a library component to manage my music and videos but does have a playlist feature.</p><h3>Web Browser</h3><p><a
href="http://www.mozilla-europe.org/en/firefox/"><img
alt="" src="http://www.opensourcewindows.org/icon/firefox.png" title="Mozilla Firefox" class="alignleft" width="82" height="82" /></a><a
href="http://www.dannytsang.co.uk/index.php/tag/mozilla/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mozilla">Mozilla</a> Firefox &#8211; I have been using Netscape 6 browser back in the day when the company still existed. Even though it was slow and crashed every so often it did not deter me from trying a different browser to Microsoft&#8217;s Internet Explorer. I leapt straight onto Firefox (what was called Phoenix at the time of it&#8217;s alpha launch) version 0.6 and stuck with it since. Whilst Safari and Opera has improved over the years along with Firefox moving to 3.5 very quickly.</p><h3>Email</h3><p><a
href="http://www.mozillamessaging.com/en-US/thunderbird/"><img
alt="" src="http://www.opensourcewindows.org/icon/thunderbird.png" title="Mozilla Thunderbird" class="alignleft" width="82" height="82" /></a>Mozilla Thunderbird &#8211; An open source using standard design I have used it for well over 2 years now. Whilst it feels lacking in terms of polish and that bit of TLC compared to Mozilla&#8217;s web browser offering it still forefills the task as a good email client. I do find it lacking development and features sometimes for example the lack of naitive calendar integration so I&#8217;m less likely to hold onto the software if a new and better software came out.</p><h3>File Compression</h3><p><a
href="http://www.7-zip.org/"><img
alt="" src="http://www.opensourcewindows.org/icon/7-zip.png" title="7Zip" class="alignleft" width="82" height="82" /></a>7Zip &#8211; This is a free and open source software (<a
href="http://www.dannytsang.co.uk/index.php/tag/foss/" class="st_tag internal_tag" rel="tag" title="Posts tagged with foss">FOSS</a>) which handles a lot of different compression protocols from 7zip (it&#8217;s own format) to zip and rars. The UI could do with some work but it does have context menu built into Windows.</p><h3>Drawing</h3><p><a
href="http://www.getpaint.net/"><img
alt="Paint.Net" src="http://www.opensourcewindows.org/icon/paintnet.png" title="Paint.Net" class="alignleft" width="82" height="82" /></a>Paint.net &#8211; Initially developed to replace paint in Windows it uses the .net framework and is free. The software does a lot of effects and enhancements to images all for no fee (but please <a
href="http://www.getpaint.net/donate.html" target="_blank">donate</a> to the project). It does all the simple things like cropping drawing to slightly more advanced tools like, layers, lots of undo levels and controls with good fine controls.</p><h3>CD/DVD Burning</h3><p><a
href="http://cdburnerxp.se/"><img
src="http://i119.photobucket.com/albums/o158/galigio/cdbxpp_logo.png" alt="CDBurnerXP" class="alignleft" width="82" height="82" /></a>CDBurnerXP &#8211; Despite it&#8217;s name it does handle DVDs too. The software is not as good as Nero but does the job well enough. The software UI flow needs a bit of work but the burning part is faultless. When creating a project it detects the current media in the drive to determin the size. In my opinion I prefer to set what type of media I am going to burn because I don&#8217;t always take out pre-burnt or non writable media in the drive which means it will always say you don&#8217;t have enough space. Despite this it is free so I&#8217;m not going to complain &#8211; too much. It does not support any cover editing or light scribe burning.</p><h3>PDF Reader</h3><p><a
href="http://www.foxitsoftware.com/"><img
alt="" src="http://i212.photobucket.com/albums/cc94/Dl4All/Foxit.jpg" title="Foxit Reader" class="alignleft" width="103" height="123" /></a>Foxit Reader &#8211; A much lighter version than Adobe&#8217;s PDF reader. It has all the features I use in Adobe Reader so it&#8217;s a perfect drop in replacement. The reader has plugins for web browsers so you can view PDF from within the browesr. It does have a tiny advertisment in the top right corner below the windows border.</p><h3>FTP Client</h3><p><a
href="http://filezilla-project.org/"><img
alt="" src="http://www.opensourcewindows.org/icon/filezilla.png" title="Filezilla" class="alignleft" width="82" height="82" /></a>Filezilla &#8211; A free and open source FTP program. It has a lot of options and clever download / upload queue which you can specify what you want to do with file conflicts. Transfer limites can be set by the user from number of simultaneous file downs to the speed at which it down / upload files.</p><h3>Remote Desktop</h3><p><a
href="http://realvnc.com"><img
alt="" src="http://www.imagenic.net/images/zbbnaet3zqgoot8h3dqv.png" title="RealVNC" class="alignleft" width="82" height="82" />RealVNC &#8211; It&#8217;s one of the stable tools in Linux but it is available on cross platform. The server application isn&#8217;t as secure but if you hide it behind a firewall and tunnel in it should be safe. It&#8217;s very basic but it works and quicker than Remote Desktop on slow connections. There is a free and paid version depending on your needs.</p><h3></h3><h3></h3><h3>TODO</h3><p>I still have use non-free software because I have yet to find an alternative to fill it&#8217;s place. A good site to search for alternative software is at <a
href="http://alternativeto.net/" target="_blank">AlternativeTo.net</a></p><p>These are the following programs I need to find a good replacement for:</p><ul><li><strong>Text editor</strong> &#8211; I would love Notepad++ to be 100% compatible with Windows 7 but it&#8217;s not quite there yet.</li><li><strong>RSS Reader</strong> &#8211; I&#8217;m using Feed Daemon but I would like an RSS reader than supports Google Reader and on all 3 major platforms including the iPhone.</li><li><strong>UPNP Player</strong> &#8211; Not quite figured out what I need or how it will work but I want to move all my video and music collection to one central place and accessible on my computers for personal use.</li><li><strong>Podcatcher / Podcast Aggregator</strong> &#8211; I&#8217;m still using Juice but there has been no updates to it since early 2000 but I have yet to find a replacement.</li><li><strong>Music Player</strong> &#8211; A good all round music player with library support. I also want to be able to play podcasts in accelerated mode.</li><li>Diagram Tool &#8211; A good FOSS alternative to Microsoft Visio. It seems I&#8217;m alone on this one as there are hardly any out there and the Linux Dia program is too basic. Dia also shows it&#8217;s age.</li><li><strong>Office Suite</strong> &#8211; I&#8217;m using Microsoft Office and have used Open Office in the past but found it lacking in terms of stability or usability.</li></ul><p>I would like to use agile light weight applications where it does not require say Mono on Windows but keeping them as independent as possible. Any suggestions or recommendations are welcome. I will try and update the list in the future.</p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/evince-document-viewer/' rel='bookmark' title='Evince Document Viewer'>Evince Document Viewer</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/' rel='bookmark' title='Lock &amp; Unlock Windows With Bluetooth'>Lock &#038; Unlock Windows With Bluetooth</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-vista-startup-speed-tweaks/' rel='bookmark' title='Windows Vista Startup Speed Tweaks'>Windows Vista Startup Speed Tweaks</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/my-alternative-free-software-on-windows/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Asus P5N32 SLI-Deluxe 4GB RAM</title><link>http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/</link> <comments>http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/#comments</comments> <pubDate>Thu, 02 Jul 2009 23:00:38 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Asus]]></category> <category><![CDATA[asus p5n32 sli deluxe]]></category> <category><![CDATA[BSOD]]></category> <category><![CDATA[Corsair]]></category> <category><![CDATA[crackling sound]]></category> <category><![CDATA[creative drivers]]></category> <category><![CDATA[DHX]]></category> <category><![CDATA[Eve-Online]]></category> <category><![CDATA[memory]]></category> <category><![CDATA[nforce]]></category> <category><![CDATA[nvidia]]></category> <category><![CDATA[Patriot]]></category> <category><![CDATA[RAM]]></category> <category><![CDATA[SLI-Deluxe]]></category> <category><![CDATA[sound speakers]]></category> <category><![CDATA[water cooling]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[XMMS]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2126</guid> <description><![CDATA[I upgraded my RAM from 2GB (4x512mb) to 4GB (2x2GB). It worked flawlessly and I turned on &#8220;Memory Remap&#8221; because I was using Windows 7 64 bit. The only issue I had was the water cooling pipes got in the &#8230; <a
href="http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/gumstix/' rel='bookmark' title='Gumstix'>Gumstix</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/why-linux-desktop-is-not-ready-yet/' rel='bookmark' title='Why Linux Desktop Is Not Ready&#8230; Yet'>Why Linux Desktop Is Not Ready&#8230; Yet</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/' rel='bookmark' title='Windows 7 64 bit Distorted Sound With Creative X-Fi Card'>Windows 7 64 bit Distorted Sound With Creative X-Fi Card</a></li></ol>]]></description> <content:encoded><![CDATA[<div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/RAM-in-the-way-of-pipes-150x150.jpg" alt="RAM in the way of pipes" title="RAM in the way of pipes" width="150" height="150" class="aligncenter size-thumbnail wp-image-2129" /></div><p>I upgraded my RAM from 2GB (4x512mb) to 4GB (2x2GB). It worked flawlessly and I turned on &#8220;<a
href="http://www.dannytsang.co.uk/index.php/tag/memory/" class="st_tag internal_tag" rel="tag" title="Posts tagged with memory">Memory</a> Remap&#8221; because I was using Windows 7 64 bit. The only issue I had was the <a
href="http://www.dannytsang.co.uk/index.php/tag/water-cooling/" class="st_tag internal_tag" rel="tag" title="Posts tagged with water cooling">water cooling</a> pipes got in the way and still not too keen stressing them but it will have to do for now.</p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Both-RAM-sticks-in-secondary-slot-150x150.jpg" alt="Both RAM sticks in secondary slot" title="Both RAM sticks in secondary slot" width="150" height="150" class="aligncenter size-thumbnail wp-image-2128" /></div><p>I put the sticks in the second slot so there was slightly less stress put on the tubing / RAM stick. It&#8217;s worth noting that the old sticks of RAM did not have this <a
href="http://www.dannytsang.co.uk/index.php/tag/problem/" class="st_tag internal_tag" rel="tag" title="Posts tagged with problem">problem</a> and it&#8217;s caused by the tall heat sinks on the <a
href="http://www.dannytsang.co.uk/index.php/tag/dhx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with DHX">DHX</a> RAM. I went for them because of their timings (CL4) where as XMMS (CL5) are not have this tall heat sink.</p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/5GB-150x150.jpg" alt="5GB" title="5GB" width="150" height="150" class="aligncenter size-thumbnail wp-image-2127" /></div><p>I did try 5GB (2x2GB &#038; 2x521mb) but it BSOD&#8217;d as soon as Windows booted. I did not try further as I had planned my old sticks to go into a new build. I only tried the <a
href="http://www.dannytsang.co.uk/index.php/tag/patriot/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Patriot">Patriot</a> RAM and not the Corsair pair.</p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/TWIN2X4096-6400C4DHX-150x150.jpg" alt="TWIN2X4096-6400C4DHX" title="TWIN2X4096-6400C4DHX" width="150" height="150" class="aligncenter size-thumbnail wp-image-2131" /></div><p>I&#8217;m using a matched pair Corsair TWIN2X4096-6400C4DHX.</p><p>Upgrading from 2GB to 4GB has caused my Creative X-FI sound card problems. It has hissing/crackling sound which is constant when sound comes out of the speakers. Doing some searches I have found some people have had this problem because of the 4GB RAM where as some others have it working with 4GB. I narrowed down the problem between the <a
href="http://www.dannytsang.co.uk/index.php/tag/nforce/" class="st_tag internal_tag" rel="tag" title="Posts tagged with nforce">nForce</a> <a
href="http://www.dannytsang.co.uk/index.php/tag/nvidia/" class="st_tag internal_tag" rel="tag" title="Posts tagged with nvidia">nVidia</a> chipset, Creative drivers or Windows itself but have not found a fix. My work around at the moment is using the on board sound card which doesn&#8217;t support my surround sound speakers very well. Maybe a fresh install with the 4GB will cure it.</p><p>In terms of performance I see RAM usage around 50% with normal desktop apps and <a
href="http://www.dannytsang.co.uk/index.php/tag/eve-online/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eve-Online">Eve-Online</a> running in window mode. Before with 2GB the RAM would be around 80%. I have no other real benchmark to go by.</p> <a
href='http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/5gb/' title='5GB'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/5GB-150x150.jpg" class="attachment-thumbnail" alt="5GB" title="5GB" /></a> <a
href='http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/both-ram-sticks-in-secondary-slot/' title='Both RAM sticks in secondary slot'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Both-RAM-sticks-in-secondary-slot-150x150.jpg" class="attachment-thumbnail" alt="Both RAM sticks in secondary slot" title="Both RAM sticks in secondary slot" /></a> <a
href='http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/ram-in-the-way-of-pipes/' title='RAM in the way of pipes'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/RAM-in-the-way-of-pipes-150x150.jpg" class="attachment-thumbnail" alt="RAM in the way of pipes" title="RAM in the way of pipes" /></a> <a
href='http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/old-ram/' title='Old RAM'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/Old-RAM-150x150.jpg" class="attachment-thumbnail" alt="Old RAM" title="Old RAM" /></a> <a
href='http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/twin2x4096-6400c4dhx/' title='TWIN2X4096-6400C4DHX'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/07/TWIN2X4096-6400C4DHX-150x150.jpg" class="attachment-thumbnail" alt="TWIN2X4096-6400C4DHX" title="TWIN2X4096-6400C4DHX" /></a><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/gumstix/' rel='bookmark' title='Gumstix'>Gumstix</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/why-linux-desktop-is-not-ready-yet/' rel='bookmark' title='Why Linux Desktop Is Not Ready&#8230; Yet'>Why Linux Desktop Is Not Ready&#8230; Yet</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/windows-7-64-bit-distorted-sound-with-creative-x-fi-card/' rel='bookmark' title='Windows 7 64 bit Distorted Sound With Creative X-Fi Card'>Windows 7 64 bit Distorted Sound With Creative X-Fi Card</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/asus-p5n32-sli-deluxe-4gb-ram/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Auto Login &amp; Lock For Linux &amp; Windows</title><link>http://www.dannytsang.co.uk/index.php/auto-login-lock/</link> <comments>http://www.dannytsang.co.uk/index.php/auto-login-lock/#comments</comments> <pubDate>Wed, 25 Feb 2009 00:01:11 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[automatic login]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=1823</guid> <description><![CDATA[Overview I had conceived an idea to automatically login and lock the screen. A Google later and I found that I wasn&#8217;t the only one. An advantage of this set up is it allows you to login and start up &#8230; <a
href="http://www.dannytsang.co.uk/index.php/auto-login-lock/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/check-gui-program-is-running-in-linux/' rel='bookmark' title='Check GUI Program Is Running In Linux'>Check GUI Program Is Running In Linux</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/' rel='bookmark' title='Lock &amp; Unlock Windows With Bluetooth'>Lock &#038; Unlock Windows With Bluetooth</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/starting-a-program-from-command-line-to-x/' rel='bookmark' title='Starting A Program From Command Line to X'>Starting A Program From Command Line to X</a></li></ol>]]></description> <content:encoded><![CDATA[<h3>Overview</h3><p>I had conceived an idea to automatically login and lock the screen. A Google later and I found that I wasn&#8217;t the only one.</p><p>An advantage of this set up is it allows you to login and start up all the programs like IM, G15 manager, <a
href="http://www.dannytsang.co.uk/index.php/tag/email-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with email client">Email Client</a>, etc and lock the screen so people can&#8217;t get into your account.</p><p>I also had a problem with MythTV backend service which starts but the front end could never connect to it. However starting it manually using the command <code>mythbackend</code> starts fine and the front end is happy. In the end I added the command as a start up item when I log in. The problem is if Ubuntu restarts and not logged into my account then MythTV is not running and won&#8217;t record anything let alone watch / schedule programs.</p><h3><a
href="http://www.dannytsang.co.uk/index.php/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a> (<a
href="http://www.dannytsang.co.uk/index.php/tag/gnome/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Gnome">Gnome</a>)<br
/><h3><h4>Setup Auto Login</h4><p>Type this command (Alt+F2) in Gnome to bring up the Gnome Login Manager:<br
/> <code>gksu /usr/sbin/gdmsetup</code></p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/02/gdm-settings-219x300.png" alt="GDM Settings" title="GDM Settings" width="219" height="300" class="alignnone size-medium wp-image-1829" /></div><p>Go to &#8220;<a
href="http://www.dannytsang.co.uk/index.php/tag/security/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Security">Security</a>&#8221; tab and tick &#8220;Enable Automatic Login&#8221; and select the user account in the drop down box below it. Click OK to save the settings.</p><h4>Lock On Login</h4><p>Run the command:<br
/> <code>gnome-session-properties</code><br
/> Or System > Preferences > Sessions from the menu</p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/02/startup-item-300x259.png" alt="Startup Item" title="Startup Item" width="300" height="259" class="alignnone size-medium wp-image-1830" /></div><p>In &#8220;Startup Programs&#8221; Tab click &#8220;Add&#8221; button.<br
/> Enter a name and optionally a description. The command is:<br
/> <code>gnome-screensaver-command --lock</code><br
/> Click OK to save the start up item.</p><h3><a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a><br
/><h3> I did have a problem with the locking part on the Windows side so I abandoned the idea. The Task Scheduler kept reporting failure to start the task and the lowest value for a retry was 1 minute. In my opinion 1 minute is too long and allows any physically at the <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> enough time to disable the locking task. That being said the concept should work but it has baffled me.</p><p>The auto login still works for those interested.</p><h4>Setup Auto Login</h4><p>Start User Accounts settings:<br
/> Start Menu > Run<br
/> Enter <code>control userpasswords2</code> and press O.K</p><p>Un-tick &#8220;Users must enter a user name and password to use this computer.&#8221; and press OK button. It should ask you for a user name and password of the account you want to automatically log into.</p><h4>Lock On Login</h4><p>Start Task Scheduler:<br
/> Control Panel > Administrative Tools > Task Scheduler</p><div
align="center"><img
src="http://www.dannytsang.co.uk/wp-content/uploads/2009/02/task-scheduler-300x197.jpg" alt="Task Scheduler" title="Task Scheduler" width="300" height="197" class="alignnone size-medium wp-image-1834" /></div><p>Click &#8220;Create Task&#8221; and enter the program / script as <code>rundll32.exe</code> with the arguments <code>user32.dll,LockWorkStation</code></p><p>The trigger is &#8220;At startup&#8221; You can optionally add a start up delay. This might be a good idea because it allows the system to login and load some stuff before starting another process to lock the computer. The downside to this method is that it leaves your system vulnerable for few seconds / however long you set it to.</p> <a
href='http://www.dannytsang.co.uk/index.php/auto-login-lock/gdm-settings/' title='GDM Settings'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/02/gdm-settings-150x150.png" class="attachment-thumbnail" alt="GDM Settings" title="GDM Settings" /></a> <a
href='http://www.dannytsang.co.uk/index.php/auto-login-lock/startup-item/' title='Startup Item'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/02/startup-item-150x150.png" class="attachment-thumbnail" alt="Startup Item" title="Startup Item" /></a> <a
href='http://www.dannytsang.co.uk/index.php/auto-login-lock/task-scheduler/' title='Task Scheduler'><img
width="150" height="150" src="http://www.dannytsang.co.uk/wp-content/uploads/2009/02/task-scheduler-150x150.jpg" class="attachment-thumbnail" alt="Task Scheduler" title="Task Scheduler" /></a><p><a
href="http://ubuntuforums.org/showthread.php?t=204681" target="_blank">lock screen &#8211; command? Ubuntu Forum Post</a></p><p><a
href="http://social.msdn.microsoft.com/Forums/en-US/tabletandtouch/thread/61b231a4-a4ba-413a-b76f-01f7b3762e71/" target="_blank">Auto login MSDN Article</a></p><p><a
href="http://www.pctipsbox.com/create-quick-launch-shortcuts-to-lock-restart-and-shutdown-computer/" target="_blank">Create quick launch shortcuts to lock, restart, and shutdown computer Article</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/check-gui-program-is-running-in-linux/' rel='bookmark' title='Check GUI Program Is Running In Linux'>Check GUI Program Is Running In Linux</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/lock-unlock-windows-with-bluetooth/' rel='bookmark' title='Lock &amp; Unlock Windows With Bluetooth'>Lock &#038; Unlock Windows With Bluetooth</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/starting-a-program-from-command-line-to-x/' rel='bookmark' title='Starting A Program From Command Line to X'>Starting A Program From Command Line to X</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/auto-login-lock/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Back To Windows Vista</title><link>http://www.dannytsang.co.uk/index.php/back-to-windows-vista/</link> <comments>http://www.dannytsang.co.uk/index.php/back-to-windows-vista/#comments</comments> <pubDate>Sun, 23 Nov 2008 10:17:59 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[computer]]></category> <category><![CDATA[Mac OSX]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Vista]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/2008/11/23/back-to-windows-vista/</guid> <description><![CDATA[I have been away from my main computer for a while and coming back to it and it feels so slow (not to mention the broadband but that&#8217;s not my fault)! I can only point the finger on Windows Vista &#8230; <a
href="http://www.dannytsang.co.uk/index.php/back-to-windows-vista/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/last-day/' rel='bookmark' title='Last Day'>Last Day</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/microsoft-windows-vista-service-pack-1/' rel='bookmark' title='Microsoft Windows Vista Service Pack 1'>Microsoft Windows Vista Service Pack 1</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/microsofts-strategy-to-break-linux/' rel='bookmark' title='Microsoft&#8217;s Strategy To Break Linux'>Microsoft&#8217;s Strategy To Break Linux</a></li></ol>]]></description> <content:encoded><![CDATA[<p>I have been away from my main <a
href="http://www.dannytsang.co.uk/index.php/tag/computer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with computer">computer</a> for a while and coming back to it and it feels so slow (not to mention the broadband but that&#8217;s not my fault)! I can only point the finger on <a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> <a
href="http://www.dannytsang.co.uk/index.php/tag/vista/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Vista">Vista</a> because I have been using <a
href="http://www.dannytsang.co.uk/index.php/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a> and <a
href="http://www.dannytsang.co.uk/index.php/tag/mac-osx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac OSX">Mac OSX</a> with a hint of Windows XP for some gaming. I just hope <a
href="http://www.dannytsang.co.uk/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> get&#8217;s their act together for <a
href="http://www.dannytsang.co.uk/index.php/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows 7">Windows 7</a> because my next OS I will re-install back on this system would be XP.</p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/last-day/' rel='bookmark' title='Last Day'>Last Day</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/microsoft-windows-vista-service-pack-1/' rel='bookmark' title='Microsoft Windows Vista Service Pack 1'>Microsoft Windows Vista Service Pack 1</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/microsofts-strategy-to-break-linux/' rel='bookmark' title='Microsoft&#8217;s Strategy To Break Linux'>Microsoft&#8217;s Strategy To Break Linux</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/back-to-windows-vista/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Disable Automatic Virus Scanning in Firefox 3</title><link>http://www.dannytsang.co.uk/index.php/disable-automatic-virus-scanning-in-firefox-3/</link> <comments>http://www.dannytsang.co.uk/index.php/disable-automatic-virus-scanning-in-firefox-3/#comments</comments> <pubDate>Sun, 12 Oct 2008 13:11:14 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Web Browser]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[Firefox]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=1368</guid> <description><![CDATA[I recently switched to Firefox 3 on the Windows platform. I thought it was annoying that it took forever to scan large files and was never too sure when it would be complete. To disable this type in the address &#8230; <a
href="http://www.dannytsang.co.uk/index.php/disable-automatic-virus-scanning-in-firefox-3/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/thunderbird-html-signatures/' rel='bookmark' title='Thunderbird HTML Signatures'>Thunderbird HTML Signatures</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/firefox-3-beta-1/' rel='bookmark' title='Firefox 3 Beta 1'>Firefox 3 Beta 1</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/change-mac-address-in-windows/' rel='bookmark' title='Change MAC Address In Windows'>Change MAC Address In Windows</a></li></ol>]]></description> <content:encoded><![CDATA[<p>I recently switched to <a
href="http://www.dannytsang.co.uk/index.php/tag/firefox/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Firefox">Firefox</a> 3 on the <a
href="http://www.dannytsang.co.uk/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> platform. I thought it was annoying that it took forever to scan large files and was never too sure when it would be complete. To disable this type in the address bar:<br
/> <code>about:config</code><br
/> and find the line:<br
/> <code><a
href="http://www.dannytsang.co.uk/index.php/tag/browser/" class="st_tag internal_tag" rel="tag" title="Posts tagged with browser">browser</a>.download.manager.scanWhenDone</code><br
/> and turn it to false.</p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/thunderbird-html-signatures/' rel='bookmark' title='Thunderbird HTML Signatures'>Thunderbird HTML Signatures</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/firefox-3-beta-1/' rel='bookmark' title='Firefox 3 Beta 1'>Firefox 3 Beta 1</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/change-mac-address-in-windows/' rel='bookmark' title='Change MAC Address In Windows'>Change MAC Address In Windows</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/disable-automatic-virus-scanning-in-firefox-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
