<?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>dbugs.org &#187; windows</title>
	<atom:link href="http://blog.dbugs.org/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dbugs.org</link>
	<description>where knowledge meets creation</description>
	<lastBuildDate>Tue, 03 Nov 2009 04:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>I feel so limited&#8230;</title>
		<link>http://blog.dbugs.org/2008/02/22/4-gb-memory-limitation/</link>
		<comments>http://blog.dbugs.org/2008/02/22/4-gb-memory-limitation/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 12:03:29 +0000</pubDate>
		<dc:creator>Marco Garcês</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[4GB]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[PAE]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://blog.dbugs.org/2008/02/22/4-gb-memory-limitation/</guid>
		<description><![CDATA[Yesterday at work, my boss asked me, if I knew the 4GB memory limitation Windows Vista had, because a client was there having problems with this issue&#8230; Since I&#8217;m not a big windows user, except for a desktop that his only purpose is to download Linux distros using bit torrent protocol, I was not fully [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm3.static.flickr.com/2317/1568025784_8f10e9d3c6_t.jpg" rel="lightbox"><img style="border: 5px solid black;" src="http://farm3.static.flickr.com/2317/1568025784_8f10e9d3c6_t.jpg" border="5" alt="copyright http://www.flickr.com/photos/sikachu/" width="83" height="125" align="right" /></a>Yesterday at work, my boss asked me, if I knew the 4GB memory limitation Windows Vista had, because a client was there having problems with this issue&#8230;<span id="more-117"></span></p>
<p>Since I&#8217;m not a big windows user, except for a desktop that his only purpose is to download Linux distros using bit torrent protocol, I was not fully aware of this limitation.</p>
<p>So I did some quick research and realized that this limitation was not a Windows problem, but a hardware problem! You see, 32-bit systems have a limit of memory that they can use. Normally this is 4GB minus the total ammount of memory in the Video Card, the BIOS and everything inside you machine that has memory. So most of the users that now buy 4Gib ram to use with their brand new Vista machine, get stucked at 3 ou 3,5 Gib.</p>
<p>Even thouhg Linux also suffers from the same limitations, it is able to handle higher memory installed, since it uses correctly the PAE&#8230; What is PAE you might ask? PAE, or <a title="Physical Address Extension" href="http://en.wikipedia.org/wiki/Physical_Address_Extension">Physical Address Extension</a> is a feature that allows the use of more than 4Gib of physical memory, given apropriate operating system support for this feature.</p>
<p>There are some things you might do to enable PAE in 32-bit Vista, but I haven&#8217;t tryed yet this.. maybe in the future&#8230;</p>
<p>Here are some places you can go, to read a little bit more and try for yourself:</p>
<ul>
<li><a title="Enabling PAE on 32-bit Windows Vista" href="http://www.thegeeksweek.com/blog/enabling-pae-on-32-bit-windows-vista.html">Enabling PAE in Vista</a></li>
<li><a title="Physical Address Extension" href="http://en.wikipedia.org/wiki/Physical_Address_Extension">Wiki on PAE</a></li>
<li><a title="The system memory that is reported in the System Information dialog box in Windows Vista is less than you expect if 4 GB of RAM is installed" href="http://support.microsoft.com/kb/929605">Microsoft on PAE in Vista</a></li>
</ul>
<p>In the future, this limitation will be overcome, since the use of 64-bit systems sets the memory limit much higher. If you want 4Gib, with no hassle just switch to a superior operating system like GNU/Linux or Mac OS X =)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbugs.org/2008/02/22/4-gb-memory-limitation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSH on Window$.. .the smart way!</title>
		<link>http://blog.dbugs.org/2007/09/29/ssh-on-windows-smart-way/</link>
		<comments>http://blog.dbugs.org/2007/09/29/ssh-on-windows-smart-way/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 15:32:24 +0000</pubDate>
		<dc:creator>Marco Garcês</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.dbugs.org/2007/09/29/ssh-on-windows-smart-way/</guid>
		<description><![CDATA[This will be a quick one&#8230; Do you use Linux over the command-line? Do you access remotely these machines using SSH? Are you sitting in front of a Windows computer? If your answers were yes to all three, I&#8217;m going to assume that you know the Putty software, and you already use it.. Now lets [...]]]></description>
			<content:encoded><![CDATA[<p>This will be a quick one&#8230; Do you use Linux over the command-line? Do you access remotely these machines using SSH? Are you sitting in front of a Windows computer? If your answers were yes to all three, I&#8217;m going to assume that you know the <a href="http://en.wikipedia.org/wiki/PuTTY" title="everything on the Putty software">Putty</a> software, and you already use it.. Now lets learn how to use it&#8230; the smart way!<br />
<span id="more-114"></span>These are very simple steps, and will save you a lot of clicks and time, not to mention its way more cool!</p>
<ol>
<li><a href="http://www.google.com/search?q=putty+download&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" title="get your copy of Putty">Download</a> Putty to you desktop</li>
<li>Change the name of the file, from <em>putty.exe</em> to <em>ssh.exe</em></li>
<li>Move this file to your <strong><em>Windows</em></strong> directory (should be on you drive <strong><em>C:\</em></strong>)</li>
<li>Press <em><a href="http://en.wikipedia.org/wiki/Windows_key" title="don't know the windows key?">Windows Key</a> + R</em> (shortcut for run command)</li>
<li>Type <em>ssh user@remote.example.com </em>(use your own user and server)</li>
</ol>
<p>If you got everything right, you now will be asked for your user password.. You can do it even smarter, and use <a href="http://blog.dbugs.org/2007/06/17/ssh-keys-authentication/" title="my post on the subject, no steps for putty">public key authentication</a>, which I love so much, and no more typing would be necessary.</p>
<p>Very cool right? No more fiddling for Putty.exe, no more clicks, no more hassle.. Just &#8220;<strong>RUN+ssh+options</strong>&#8221; and this will get you there! Like I said, SSH on Windows&#8230; The smart way!</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbugs.org/2007/09/29/ssh-on-windows-smart-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.412 seconds -->
