<?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>TechBuzz &#187; Tutorial</title> <atom:link href="http://tech-buzz.net/tag/tutorial/feed/" rel="self" type="application/rss+xml" /><link>http://tech-buzz.net</link> <description>Tech Tips, Mobiles, Web and Computer How-Tos</description> <lastBuildDate>Thu, 09 Feb 2012 17:00:11 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Evil Series: Turn Firefox 4 or 3 into Keylogger and Steal Passwords</title><link>http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/</link> <comments>http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/#comments</comments> <pubDate>Mon, 25 Apr 2011 14:05:32 +0000</pubDate> <dc:creator>Thilak</dc:creator> <category><![CDATA[Browser]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox 3]]></category> <category><![CDATA[Firefox 4]]></category> <category><![CDATA[hacks]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Keylogger]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://tech-buzz.net/?p=5196</guid> <description><![CDATA[<p>Firefox has a feature which remembers your password, so that you don’t have to physically type it whenever you visit your favorite site like Facebook or Twitter. Each time you log into the site for the first time, Firefox will display a note requesting whether you want to save the password or not. By removing [...]</p><p>This article, <a href="http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/">Evil Series: Turn Firefox 4 or 3 into Keylogger and Steal Passwords</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2006/06/02/download-rapidshare-premium-passwords/' rel='bookmark' title='Download Rapidshare Premium Passwords'>Download Rapidshare Premium Passwords</a></li><li><a href='http://tech-buzz.net/2006/08/01/firefox-extension-scrapbook/' rel='bookmark' title='Firefox Extension: Scrapbook'>Firefox Extension: Scrapbook</a></li><li><a href='http://tech-buzz.net/2006/09/02/firefox-2-beta-2-released/' rel='bookmark' title='Firefox 2 Beta 2 Released'>Firefox 2 Beta 2 Released</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Firefox has a feature which remembers your password, so that you don’t have to physically type it whenever you visit your favorite site like Facebook or Twitter. Each time you log into the site for the first time, Firefox will display a note requesting whether you want to save the password or not. By removing this password prompt message, you can turn your Firefox into a secret key logger remembering each and every password used to login. There are two scenarios where you may find this worthwhile:</p><p>1. You are the only person using the computer, and you have used a master security password. In this scenario, you find it rather annoying to see the message consistently, and it’s safe to disable the password prompt since you have encrypted all your passwords with a master password, which is required to either use or view your saved password.</p><p>2. Your friend frequently uses your computer, without your permission and you want to steal his password to warn him about the consequence. Whatever the reason maybe, I truly believe having your own little key logger in your own computer isn’t something which is morally wrong; unless you are stealing his PayPal password (Firefox doesn’t remember passwords from sites like PayPal by default).</p><p><img style="margin: 0px auto; display: block; float: none;" title="Firefox Remember Password Message" src="http://tech-buzz.net/wp-content/uploads/2011/04/disable_firefox_remember.png" alt="Firefox Remember Password Message" width="390" height="128" /></p><p>Firefox saves all its “not-to-be-messed-with” settings in the components folder normally located at C:\Program Files\Mozilla Firefox\. We modify nsLoginManagerPrompter.js to change the way Firefox behaves when it comes to saving passwords.</p><h3>How to Disable Save Password Notification in Firefox 4+</h3><p>1. Go to your Mozilla Firefox installation folder. By default, Firefox 4 is installed to this folder: C:/Program Files (×86)/Mozilla Firefox/ (in Windows 7)</p><p>2. Here comes the tricky part, Firefox 4 saves most of its components in an archive called omni.jar and archive extracting tools such as the one built into Windows 7 or 7Zip fail to open or extract omni.jar. I tried WinRAR 4 and it seems to handle omni.jar without any snags. I have not tested other programs, so it’s wise to <strong>make a backup of omni.jar for the worst case scenario</strong>. Also note that WinRAR cannot extract omni.jar in system folders such as “Program Files”, so copy omni.jar to a different location before extracting it.</p><p>3. Open component &gt; nsLoginManagerPrompter.js with a text editor (preferably the one with syntax highlight. I use Notepad++)</p><p>4.<strong> Select everything between line 800 to 869 and replace it with:</strong></p><p>{code type=php}var pwmgr = this._pwmgr; pwmgr.addLogin(aLogin);{/code}</p><p><img style="margin: 0px auto; display: block; float: none;" title="Disable Password Prompt in Firefox 4" src="http://tech-buzz.net/wp-content/uploads/2011/04/firefox-keylogger.png" alt="Disable Password Prompt in Firefox 4" width="510" height="181" /></p><p>5. Save the file and repack omni.jar. Again, be a careful while you repack. Do not repack “omni” folder, but repack everything inside that folder. Compress it as zip, and then rename omni.zip as omni.jar</p><p>6. Close Firefox and overwrite the old omni.jar with the one which you just modified.</p><h3>How to Disable Password Save Notification Bar in Firefox 3+</h3><p>Removing the password save notification in Firefox 3+ is simpler than Firefox 4 because older versions of Firefox do not compress their components in omni.jar. You can find nsLoginManagerPrompter.js normally located in C:\Program Files\Mozilla Firefox\components\</p><p><strong>Replace line 642 to 711 with this code:</strong></p><p>{code type=php}var pwmgr = this._pwmgr;</p><p>pwmgr.addLogin(aLogin);{/code}</p><p>Firefox will now save all the usernames and passwords automatically without the user’s consent. You can view saved password from Firefox &gt; Options &gt; Security &gt; Saved Passwords.</p><h3>Things to keep in mind:</h3><p>1. Use this tutorial at your own risk and responsibility.</p><p>2. <strong>Do not use this tutorial with malicious intent.</strong></p><p>3. nsLoginManagerPrompter.js might change when you upgrade your Firefox to a newer version.</p><p>4. <strong>Use a strong master password before you disable “Remember Password” notification</strong>. Otherwise, anyone with access to your browser can see your passwords in plain text.</p><p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2006/06/02/download-rapidshare-premium-passwords/' rel='bookmark' title='Download Rapidshare Premium Passwords'>Download Rapidshare Premium Passwords</a></li><li><a href='http://tech-buzz.net/2006/08/01/firefox-extension-scrapbook/' rel='bookmark' title='Firefox Extension: Scrapbook'>Firefox Extension: Scrapbook</a></li><li><a href='http://tech-buzz.net/2006/09/02/firefox-2-beta-2-released/' rel='bookmark' title='Firefox 2 Beta 2 Released'>Firefox 2 Beta 2 Released</a></li></ol></p><p>This article, <a href="http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/">Evil Series: Turn Firefox 4 or 3 into Keylogger and Steal Passwords</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>]]></content:encoded> <wfw:commentRss>http://tech-buzz.net/2011/04/25/evil-series-turn-firefox-4-or-3-into-keylogger-and-steal-passwords/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Windows Phone 7 (Metro UI) Theme for Win 7</title><link>http://tech-buzz.net/2011/04/20/windows-phone-7-metro-ui-theme-for-windows-7/</link> <comments>http://tech-buzz.net/2011/04/20/windows-phone-7-metro-ui-theme-for-windows-7/#comments</comments> <pubDate>Wed, 20 Apr 2011 00:35:58 +0000</pubDate> <dc:creator>Thilak</dc:creator> <category><![CDATA[How To]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Metro UI]]></category> <category><![CDATA[themes]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[UI]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Windows 7]]></category> <category><![CDATA[Windows Phone 7]]></category><guid isPermaLink="false">http://tech-buzz.net/?p=5007</guid> <description><![CDATA[<p>Metro UI is Microsoft’s latest typography-based design approach towards making the user interface simplistic and elegant. We’ve seen it in Media Center, Zune, Windows Phone 7, and lately even on the leaked screenshots of Office Suite and people love it. Good news is our creative friends at Deviantart have uploaded some really gorgeous Metro UI [...]</p><p>This article, <a href="http://tech-buzz.net/2011/04/20/windows-phone-7-metro-ui-theme-for-windows-7/">Windows Phone 7 (Metro UI) Theme for Win 7</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2009/10/24/sponsored-themes-for-windows-7-released/' rel='bookmark' title='Sponsored Themes for Windows 7 Released'>Sponsored Themes for Windows 7 Released</a></li><li><a href='http://tech-buzz.net/2011/04/16/microsoft-office-15-metro-ui-screenshots-leaked/' rel='bookmark' title='Microsoft Office 15 &#8220;Metro UI&#8221; Screenshots Leaked'>Microsoft Office 15 &#8220;Metro UI&#8221; Screenshots Leaked</a></li><li><a href='http://tech-buzz.net/2007/10/22/firefox-3-gets-native-theme-for-vista-xp-and-os-x/' rel='bookmark' title='Firefox 3 gets native theme for Vista, XP and OS X'>Firefox 3 gets native theme for Vista, XP and OS X</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Metro UI is Microsoft’s latest typography-based design approach towards making the user interface simplistic and elegant. We’ve seen it in Media Center, Zune, Windows Phone 7, and lately even on the <a href="http://tech-buzz.net/2011/04/16/microsoft-office-15-metro-ui-screenshots-leaked/">leaked screenshots of Office Suite</a> and people love it. Good news is our creative friends at Deviantart have uploaded some really gorgeous Metro UI based themes for Windows 7.</p><p>The theme is available in dark and light variant. Some screenshots before we jump straight to the setup:</p><p><a href="http://tech-buzz.net/wp-content/uploads/2011/04/metro-theme-windows-7.png"><img style="margin: 0px auto; display: block; float: none;" title="Dark Metro UI Theme for Windows 7" src="http://tech-buzz.net/wp-content/uploads/2011/04/metro-theme-windows-7_thumb.png" alt="Dark Metro UI Theme for Windows 7" width="500" height="364" /></a></p><h3><a href="http://tech-buzz.net/wp-content/uploads/2011/04/metro-theme-windows-7-white.png"><img style="margin: 0px auto; display: block; float: none;" title="metro-theme-windows-7-white" src="http://tech-buzz.net/wp-content/uploads/2011/04/metro-theme-windows-7-white_thumb.png" alt="metro-theme-windows-7-white" width="500" height="290" /></a></h3><h3><img style="margin: 0px auto; display: block; float: none;" title="Metro UI Theme - My Computer" src="http://tech-buzz.net/wp-content/uploads/2011/04/metro-theme-win7-2.png" alt="Metro UI Theme - My Computer" width="500" height="287" /></h3><h3>How to Install Zune QuickPlay for Windows 7:</h3><p>1. Download Zune QuickPlay for Win 7 – (Links: <a rel="nofollow" href="http://giannisgx89.deviantart.com/art/Zune-QuickPlay-for-Win7-160944283">Dark</a> or <a rel="nofollow" href="http://giannisgx89.deviantart.com/art/Zune-Collection-for-Win7-161125060">Light</a>)</p><p>2. Extract ‘<em>Zune_QuickPlay_for_Win7_by_giannisgx89.rar</em>’</p><p>3. Go to Extras – ‘<em>Uxtheme Patch</em>’ folder and right click ‘<em>UniversalThemePatcher-x64.exe</em>’ (choose x86, if you are running 32-bit operating system) and click ‘<em>Run as administrator</em>’ from the context menu.</p><p>4. Click all the three patch buttons and restart your computer.</p><p><img style="margin: 0px auto; display: block; float: none;" title="Universal Theme Patcher" src="http://tech-buzz.net/wp-content/uploads/2011/04/universal-theme-patcher.png" alt="Universal Theme Patcher" width="500" height="350" /></p><p>5. Now go to the ‘<em>Themes</em>’ folder and copy ‘<em>Zune QuickPlay.theme</em>’ and ‘<em>Zune QuickPlay</em>’ folder to ‘<em>C:/Windows/Resources/Themes</em>’</p><p>6. Double click ‘<em>Zune QuickPlay.theme</em>’ to use the theme</p><p>If you want to customize it even further to give a complete Metro UI feel, install <a rel="nofollow" href="http://rainmeter.net/RainCMS/">Rainmeter</a> and get fediaFedia’s <a rel="nofollow" href="http://fediafedia.deviantart.com/art/Omnimo-3-1-for-Rainmeter-158707137">Omnimo 3</a> for Rainmeter. It is a Windows Phone 7 inspired desktop information application which gives titles feel of a Windows 7 Phone on your desktop.</p><p><img style="margin: 0px auto; display: block; float: none;" title="ominmo-3-screenshot" src="http://tech-buzz.net/wp-content/uploads/2011/04/ominmo-3-screenshot.png" alt="Omnimo 3 for Rainmeter" width="500" height="272" /></p><h3>How to Install Omnimo 3:</h3><p>1. Install <a rel="nofollow" href="http://rainmeter.net/RainCMS/">Rainmeter</a> (if you already have Rainmeter, then skip this step)</p><p>2. Double Click Omnimo.rmskin file.</p><p>3. It will take one or two minutes to extra, and guided setup will take care of the rest.</p><p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2009/10/24/sponsored-themes-for-windows-7-released/' rel='bookmark' title='Sponsored Themes for Windows 7 Released'>Sponsored Themes for Windows 7 Released</a></li><li><a href='http://tech-buzz.net/2011/04/16/microsoft-office-15-metro-ui-screenshots-leaked/' rel='bookmark' title='Microsoft Office 15 &#8220;Metro UI&#8221; Screenshots Leaked'>Microsoft Office 15 &#8220;Metro UI&#8221; Screenshots Leaked</a></li><li><a href='http://tech-buzz.net/2007/10/22/firefox-3-gets-native-theme-for-vista-xp-and-os-x/' rel='bookmark' title='Firefox 3 gets native theme for Vista, XP and OS X'>Firefox 3 gets native theme for Vista, XP and OS X</a></li></ol></p><p>This article, <a href="http://tech-buzz.net/2011/04/20/windows-phone-7-metro-ui-theme-for-windows-7/">Windows Phone 7 (Metro UI) Theme for Win 7</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>]]></content:encoded> <wfw:commentRss>http://tech-buzz.net/2011/04/20/windows-phone-7-metro-ui-theme-for-windows-7/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Uninstall Microsoft Office 2010 Technical Preview</title><link>http://tech-buzz.net/2009/11/16/how-to-uninstall-microsoft-office-2010-technical-preview/</link> <comments>http://tech-buzz.net/2009/11/16/how-to-uninstall-microsoft-office-2010-technical-preview/#comments</comments> <pubDate>Sun, 15 Nov 2009 20:20:16 +0000</pubDate> <dc:creator>Thilak</dc:creator> <category><![CDATA[How To]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[How to]]></category> <category><![CDATA[Office]]></category> <category><![CDATA[Office 2010]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://tech-buzz.net/2009/11/16/how-to-uninstall-microsoft-office-2010-technical-preview/</guid> <description><![CDATA[<p>Microsoft Office 2010â€™s public beta just leaked on peer-to-peer file sharing. Prior to installing the latest beta, you must uninstall the previous version of Office 2010. If you try uninstalling it, youâ€™ll be greeted with this error message: â€œThis product installation has been corrupted.&#160; Please reinstall from original CD or source.â€ According to Vikas Narula [...]</p><p>This article, <a href="http://tech-buzz.net/2009/11/16/how-to-uninstall-microsoft-office-2010-technical-preview/">How to Uninstall Microsoft Office 2010 Technical Preview</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2009/05/17/office-2010-technical-preview-leaks-on-bittorrent/' rel='bookmark' title='Office 2010 Technical Preview Leaks on BitTorrent'>Office 2010 Technical Preview Leaks on BitTorrent</a></li><li><a href='http://tech-buzz.net/2009/11/15/microsoft-office-2010-beta-leaks-on-peer-to-peer-network/' rel='bookmark' title='Microsoft Office 2010 Beta Leaks on Peer-to-Peer Network'>Microsoft Office 2010 Beta Leaks on Peer-to-Peer Network</a></li><li><a href='http://tech-buzz.net/2007/01/13/get-a-free-copy-of-office-professional-2007-and-office-groove-2007/' rel='bookmark' title='Get a Free Copy of Office Professional 2007 and Office Groove 2007.'>Get a Free Copy of Office Professional 2007 and Office Groove 2007.</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a href="http://tech-buzz.net/wp-content/uploads/2009/11/office2010_logo.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="office2010_logo" border="0" alt="office2010_logo" align="left" src="http://tech-buzz.net/wp-content/uploads/2009/11/office2010_logo_thumb.png" width="206" height="81" /></a> Microsoft Office 2010â€™s public beta <a href="http://tech-buzz.net/2009/11/15/microsoft-office-2010-beta-leaks-on-peer-to-peer-network/" target="_blank">just leaked on peer-to-peer file sharing</a>. Prior to installing the latest beta, you must uninstall the previous version of Office 2010. If you try uninstalling it, youâ€™ll be greeted with this error message:</p><blockquote><p>â€œThis product installation has been corrupted.&#160; Please reinstall from original CD or source.â€</p></blockquote><p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="office_2010_uninstall" border="0" alt="office_2010_uninstall" src="http://tech-buzz.net/wp-content/uploads/2009/11/office_2010_uninstall.jpg" width="450" height="154" /></p><p>According to <a href="http://social.technet.microsoft.com/Forums/en/office2010general/thread/0534c0fb-7d1f-49e4-b877-949ad8cd0bb7">Vikas Narula from Technet</a>, the problem is cause by a missing file from the installation folder of Office 2010:</p><blockquote><p>â€œTo uninstall Office 2010 14.0.4302.1000 if you have an uninstall error message &quot;This product installation has been corrupted&quot;. The Problem is a missing file in the installation folder of office 2010. Office 2010 as a Setup Controller directory and uses the directory to check the installed components. Please check he directory&#160; &quot;C:\Program Files\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Groove.en-us\&quot;. if you have no &quot;Setup.xml&quot; file there please copy the file from the &quot;Groove.en-us&quot; directory of the source files to this directory and test the uninstallation againâ€</p></blockquote><p>To fix this issue, right click and save <a href="http://tech-buzz.net/wp-content/uploads/Office2010/setup.xml" target="_blank">setup.xml</a> to your computer and copy it to this folder:</p><blockquote><p>C:\Program Files\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Groove.en-us\</p></blockquote><p>Now try uninstalling Office 2010 Technical Preview.</p><p>Stories you may like:<ol><li><a href='http://tech-buzz.net/2009/05/17/office-2010-technical-preview-leaks-on-bittorrent/' rel='bookmark' title='Office 2010 Technical Preview Leaks on BitTorrent'>Office 2010 Technical Preview Leaks on BitTorrent</a></li><li><a href='http://tech-buzz.net/2009/11/15/microsoft-office-2010-beta-leaks-on-peer-to-peer-network/' rel='bookmark' title='Microsoft Office 2010 Beta Leaks on Peer-to-Peer Network'>Microsoft Office 2010 Beta Leaks on Peer-to-Peer Network</a></li><li><a href='http://tech-buzz.net/2007/01/13/get-a-free-copy-of-office-professional-2007-and-office-groove-2007/' rel='bookmark' title='Get a Free Copy of Office Professional 2007 and Office Groove 2007.'>Get a Free Copy of Office Professional 2007 and Office Groove 2007.</a></li></ol></p><p>This article, <a href="http://tech-buzz.net/2009/11/16/how-to-uninstall-microsoft-office-2010-technical-preview/">How to Uninstall Microsoft Office 2010 Technical Preview</a>, was published at <a href="http://tech-buzz.net">TechBuzz</a>. Please don't violate our copyright</p>]]></content:encoded> <wfw:commentRss>http://tech-buzz.net/2009/11/16/how-to-uninstall-microsoft-office-2010-technical-preview/feed/</wfw:commentRss> <slash:comments>41</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 7/44 queries in 0.018 seconds using apc
Object Caching 1369/1401 objects using apc

Served from: tech-buzz.net @ 2012-02-09 12:39:39 -->
