<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>3gb &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/3gb/</link>
	<description>Feed of posts on WordPress.com tagged "3gb"</description>
	<pubDate>Thu, 26 Nov 2009 14:20:53 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Sony's new microvault flash drives...]]></title>
<link>http://loft965.com/2009/09/16/sonys-new-microvault-flash-drives/</link>
<pubDate>Wed, 16 Sep 2009 13:09:09 +0000</pubDate>
<dc:creator>loft965</dc:creator>
<guid>http://loft965.com/2009/09/16/sonys-new-microvault-flash-drives/</guid>
<description><![CDATA[They come in a bunch of colors and are opened like a ball-pen.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a rel="attachment wp-att-9989" href="http://loft965.com/2009/09/16/sonys-new-microvault-flash-drives/sony_microvault/"><img class="aligncenter size-full wp-image-9989" title="sony_microvault" src="http://loft965.wordpress.com/files/2009/09/sony_microvault.jpg" alt="sony_microvault" width="500" height="501" /></a></p>
<p style="text-align:center;">They come in a bunch of colors and are opened like a ball-pen.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[/3GB switch]]></title>
<link>http://bpraveen.wordpress.com/2009/08/28/3gb-switch/</link>
<pubDate>Fri, 28 Aug 2009 04:14:55 +0000</pubDate>
<dc:creator>bpraveen</dc:creator>
<guid>http://bpraveen.wordpress.com/2009/08/28/3gb-switch/</guid>
<description><![CDATA[I have come across many a times issues with Virtual memory, /3GB,/PAE etc. So is with you I guess. H]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I have come across many a times issues with Virtual memory, /3GB,/PAE etc. So is with you I guess. Here is a brief description of how /3GB and /PAE works and where to use them.</p>
<p><strong>/3GB</strong> – This is a switch in boot.ini file which increases the User mode Virtual Address Space and decreases for Kernel mode. By default, /3GB switch is not enabled, system will allocate 2GB for User mode and 2GB for Kernel mode. It means, 2GB of Virtual Address space can be used by Applications in User mode and rest can be used by Kernel mode. In other words, 2 Billion memory addresses for kernel mode and 2 billion for Applications. MS W2k, W2k3 can directly address up to 4GB of Memory address space, regardless of how much physical RAM is installed. From the process perspective, each element of virtual address conceptually refers to a byte of physical memory.</p>
<p>Now we see what is Virtual Address Space. Is it the same as Virtual Memory? … No. Virtual Address space is different from Virtual Memory. Virtual address space is something to do with allocating address space for each process of user mode and kernel mode. Now you can understand the advantage and disadvantage of /3GB switch.</p>
<p>Let’s see how it works.</p>
<p>Adding /3GB switch increases the performance of programs/applications that are<br />
capable of using the /3GB switch.<br />
For example, Active Directory is capable of using /3GB switch and this allows AD to improve its caching.<br />
<strong><em>W2k</em> </strong>– /3Gb switch allows AD caching a maximum – 1024MB<br />
<strong><em>W2k</em> </strong>– without /3GB switch, AD caching is limited to 512MB<br />
<em><strong>W2k3</strong></em> – AD Cache is allowed to grow more freely but remains by virtual address space.</p>
<p><em><strong>Note1:</strong> </em>Do not enable /3GB switch unless the application is aware of /3GB. If you enable /3GB for application who is not aware of large address spaces, that will hurt the kernel address space and do not improve the performance.<br />
<em><strong>Note2:</strong> </em>If you use /3GB with /PAE will have conflicts and kernel is limited to 16GB of memory. This is caused as the kernel virtual memory address space limitations.</p>
<p><strong>/PAE -</strong> Causes Ntldr to load Ntkrnlpa.exe, which is the version of the x86 kernel that is able to take advantage of x86 PAEs. The PAE version of the kernel presents 64-bit physical addresses to device drivers, so this switch is helpful for testing device driver support for large memory systems.</p>
<p>Operating system Maximum memory support with PAE<br />
<em>Windows 2000 Advanced Server &#8211; 8 GB of physical RAM</em><em><br />
<em>Windows 2000 Datacenter Server &#8211; 32 GB of physical RAM</em><br />
<em>Windows XP (all versions) &#8211; 4 GB of physical RAM</em><br />
<em>* Windows Server 2003 (and SP1), Standard Edition &#8211; 4 GB of physical RAM</em><br />
<em>* Windows Server 2003, Enterprise Edition &#8211; 32 GB of physical RAM</em><br />
<em>Windows Server 2003, Datacenter Edition &#8211; 64 GB of physical RAM</em><br />
<em>Windows Server 2003 SP1, Enterprise Edition &#8211; 64 GB of physical RAM</em><br />
<em>Windows Server 2003 SP1, Datacenter Edition &#8211; 128 GB of physical RAM</em><br />
<em>* Total physical address space is limited to 4 GB on these versions of Windows.</em></em></p>
<p><em>I will cover PTEs, paged and non-paged pool in my next article.</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Running indirect data buffers on windows server 2008]]></title>
<link>http://bitbach.wordpress.com/2009/07/23/running-indirect-data-buffers-on-windows-server-2008/</link>
<pubDate>Thu, 23 Jul 2009 12:21:34 +0000</pubDate>
<dc:creator>bitbach</dc:creator>
<guid>http://bitbach.wordpress.com/2009/07/23/running-indirect-data-buffers-on-windows-server-2008/</guid>
<description><![CDATA[introduction i&#8217;ve been running oracle databases with around 5 gb sga since the days of oracle ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>introduction</strong></p>
<p>i&#8217;ve been running oracle databases with around 5 gb sga since the days of oracle release 9iR2 and windows server 2003 (enterprise edition) on regular midrange 8 gb machines. although i initially had to pass a long and winding road to come up with a really working configuration, between oracle and windows server 2003, the effort really did pay off in having that extended, past 2 gb ram access in spite of the limitations of the 32 bit addressing range. to scetch the windows 2003 recipe in short, one may follow this approach:</p>
<ul>
<li>add the <tt>/3gb</tt> and the <tt>/PAE</tt> to the boot.ini file (and reboot)</li>
<li>have the account running the oracle service be a part of the <tt>administrators</tt> group</li>
<li>set several local user rights for the account running the oracle service, for example <tt>lock_pages_in_memory</tt></li>
<li>do not use the oracle asm-parameters with the spfile, instead apply <tt>use_indirect_data_buffers</tt> and the pre-asm stuff just as <tt>db_block_buffers</tt> and <tt>buffer_pool_keep</tt></li>
<li>optimize the setting of <tt>_db_block_lru_latches</tt> according to the cpu-count of your machine</li>
<li>reexecute <tt>oracle.exe</tt>, a shutdown/startup-bounce is not sufficient for the change to take effect</li>
</ul>
<p>although just scetching, i want to emphasize the role of the <tt>/3gb</tt>-switch mentioned above. using a past 2 gb ram access on 32 bit windows must be a rope trick of some sort in overcoming the limitations of the addressing range. the trick is, here, to define a mapping window between the regular and the extended ram address space. that mapping window can also actually be seen by the applications. some secondary process however, maps memory pages into that window, either from the extended address space, which is a fast ram access, or just from disc, the traditional way. that is, the larger the mapping window within the regular address space is, the higher the hit ratio will grow (see the <tt>AWE_WINDOW_MEMORY</tt>-parameter to be set in the registry for more information). such a way, it always really pays off to employ <tt>/3gb</tt> alongside with <tt>/PAE</tt>.</p>
<p><strong>the windows 2008 recipe</strong></p>
<p>to anticipate the result of the 2008 trial, nothing conceptually changes compared to the 2003 recipe. the exception is the application of <tt>bcdedit</tt>, with is the new boot configuration command, replacing the need to directly hack the <tt>boot.ini</tt> file (it is just ignored if done) and the naming and default values of <tt>/3gb</tt> and <tt>/PAE</tt>. but let&#8217;s follow the trial.</p>
<p><!--more-->bcdedit</p>
<p>i do not want to discuss <tt>bcdedit</tt> in detail. concerning the two intended settings one may execute the following command and lookup the osloader section:</p>
<pre class="brush: bash;"> bcdedit /? TYPES osloader </pre>
<p>it is shown, that <tt>/3gb</tt> does not exist anymore and has been integrated into by <tt>increaseuserva</tt>. in contrast, <tt>/PAE</tt> continues to exist, as <tt>pae</tt>, but however, it is enabled by default. one may verify the current boot loader settings by just entering (an appropriate screenshot follows below):</p>
<pre class="brush: bash;"> bcdedit </pre>
<p><strong>extending the process address space step #1</strong></p>
<p>at first, on a default installation with 2 gb process address space and 8 gb physical ram the memory layout may look as follows:</p>
<div id="attachment_226" class="wp-caption aligncenter" style="width: 400px"><a href="http://bitbach.wordpress.com/files/2009/07/snag-0233.jpg"><img class="size-full wp-image-226" title="SNAG-0233" src="http://bitbach.wordpress.com/files/2009/07/snag-0233.jpg" alt="2 gb address space memory layout" width="390" height="167" /></a><p class="wp-caption-text">2 gb address space memory layout</p></div>
<p>running:</p>
<pre class="brush: bash;"> bcdedit /set increaseuserva 3072 </pre>
<p>extends the process address space to 3 gb:</p>
<div id="attachment_228" class="wp-caption aligncenter" style="width: 510px"><a href="http://bitbach.wordpress.com/files/2009/07/snag-0237.jpg"><img class="size-full wp-image-228" title="SNAG-0237" src="http://bitbach.wordpress.com/files/2009/07/snag-0237.jpg" alt="current boot loader settings" width="500" height="376" /></a><p class="wp-caption-text">current boot loader settings</p></div>
<p>such that now one may configure an oracle instance to run with around 2.5 gb sga size:</p>
<div id="attachment_229" class="wp-caption aligncenter" style="width: 492px"><a href="http://bitbach.wordpress.com/files/2009/07/snag-0238.jpg"><img class="size-full wp-image-229" title="SNAG-0238" src="http://bitbach.wordpress.com/files/2009/07/snag-0238.jpg" alt="setting an oracle instance to run at 2.5 gb sga size" width="482" height="234" /></a><p class="wp-caption-text">setting an oracle instance to run at 2.5 gb sga size</p></div>
<p>after having the instance under steam for a moment, all the configured sga gets allocated from virtual to transient memory (remenber the memory allocation concept for nowadays, widely-used operating systems) :</p>
<div id="attachment_230" class="wp-caption aligncenter" style="width: 509px"><a href="http://bitbach.wordpress.com/files/2009/07/snag-0239.jpg"><img class="size-full wp-image-230" title="SNAG-0239" src="http://bitbach.wordpress.com/files/2009/07/snag-0239.jpg" alt="all transient memory being allocated by the instance" width="499" height="322" /></a><p class="wp-caption-text">all transient memory being allocated by the instance</p></div>
<p>of course, starting up the instance with anything beyond 3 gb sga size will still fail:</p>
<div id="attachment_231" class="wp-caption aligncenter" style="width: 510px"><a href="http://bitbach.wordpress.com/files/2009/07/snag-0240.jpg"><img class="size-full wp-image-231" title="SNAG-0240" src="http://bitbach.wordpress.com/files/2009/07/snag-0240.jpg" alt="insufficient os memory settings for the configured sga size" width="500" height="150" /></a><p class="wp-caption-text">insufficient os memory settings for the configured sga size</p></div>
<p><strong>extending the process address space step #2</strong></p>
<p>to go beyond 3 gb process address space, one must now change the spfile-layout as being specified in the 2003 recipe, most importantly, employing the <tt>use_indirect_data_buffers</tt>-option. on the windows side, the account running the oracle service must be granted <tt>lock_pages_in_memory</tt>, which is a local user right:</p>
<div id="attachment_233" class="wp-caption aligncenter" style="width: 464px"><a href="http://bitbach.wordpress.com/files/2009/07/snag-0242.jpg"><img class="size-full wp-image-233" title="SNAG-0242" src="http://bitbach.wordpress.com/files/2009/07/snag-0242.jpg" alt="local user rights setting for use_indirect_data_buffers on the os-side" width="454" height="295" /></a><p class="wp-caption-text">local user rights setting for use_indirect_data_buffers on the os-side</p></div>
<p>such a way, running an instance with around 4.5 gb sga size succeeds:</p>
<div id="attachment_234" class="wp-caption aligncenter" style="width: 509px"><a href="http://bitbach.wordpress.com/files/2009/07/snag-0243.jpg"><img class="size-full wp-image-234" title="SNAG-0243" src="http://bitbach.wordpress.com/files/2009/07/snag-0243.jpg" alt="running an instance with around 4.5 gb sga size" width="499" height="146" /></a><p class="wp-caption-text">running an instance with around 4.5 gb sga size</p></div>
<p>finally, the steam test shows the memory allocation graphically. however, this time, having the rope trick in the back, all memory gets mapped into the transient space at once:</p>
<div id="attachment_232" class="wp-caption aligncenter" style="width: 510px"><a href="http://bitbach.wordpress.com/files/2009/07/snag-0241.jpg"><img class="size-full wp-image-232" title="SNAG-0241" src="http://bitbach.wordpress.com/files/2009/07/snag-0241.jpg" alt="memory layout with a running 4.5. gb sga instance" width="500" height="325" /></a><p class="wp-caption-text">memory layout with a running 4.5. gb sga instance</p></div>
<p>a short hand calculation merely fits the numbers being shown by oracle and the task manager: 4 gb sga buffers (includes 1 gb awe) + 0.5 gb sga pools + 0.5 gb pga + 1 gb windows system + 0.5 gb other stuff ~ 1.5 gb free.</p>
<p><strong>conclusions</strong></p>
<p>some names and methods changed, but conceptually the 2003 recipe may easily be ported to 2008. employing <tt>use_indirect_data_buffers</tt> was very relyable in 2003, so one may expect the same experience with 2008.</p>
<p>have fun</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[T-Mobile gibt erste Infos + Preise zu Tethering und VoIP bekannt]]></title>
<link>http://apfeltechblog.wordpress.com/2009/07/21/t-mobile-gibt-erste-infos-preise-zu-tethering-und-voip-bekannt/</link>
<pubDate>Tue, 21 Jul 2009 19:07:12 +0000</pubDate>
<dc:creator>binomaus</dc:creator>
<guid>http://apfeltechblog.wordpress.com/2009/07/21/t-mobile-gibt-erste-infos-preise-zu-tethering-und-voip-bekannt/</guid>
<description><![CDATA[Bild: T-Mobile T-Mobile hat nun die möglichen Preise für Tethering und VoIP bekannt gegeben, wenn au]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_2666" class="wp-caption alignleft" style="width: 160px"><a href="http://apfeltechblog.wordpress.com/files/2009/07/iphone_tmobile-150x150.jpg" target="_blank"><img class="size-full wp-image-2666" style="border:5px solid white;" title="iphone_tmobile-150x150" src="http://apfeltechblog.wordpress.com/files/2009/07/iphone_tmobile-150x150.jpg" alt="iphone_tmobile-150x150" width="150" height="150" /></a><p class="wp-caption-text">Bild: T-Mobile</p></div>
<p style="text-align:justify;">T-Mobile hat nun die möglichen Preise für Tethering und VoIP bekannt gegeben, wenn auch unter offener Hand. So kann man Tethering für 19,99 Euro im Monat dazubuchen, wodurch die Drosselung der Geschwindigkeit dann erst ab 3 GB eintritt. Zubuchbar soll dies bei den neuen Complete-Tarifen, sowie Combi Flat und Combi Relax sein.</p>
<p style="text-align:justify;">VoIP ist getrennt davon zubuchbar und schlägt bei den großen Verträgen mit 9,99 Euro zu Buche. Bei den kleineren Tarifen möchte T-Mobile 14,95 Euro haben. Gerechnet wurde im Vorfeld mit einem Aufpreis von 10 Euro der beides, Tethering und VoIP beinhaltet, diskutiert worden. Das T-Mobile jedoch die Preise derart anhebt ist ein nicht nachvollziehbarer Schritt. Noch ist Tethering per Eigenfreischaltung möglich, mit 3.1 kann dies nur noch vom Serviceprovider durchgeführt werden. Ob die Preise endgültig sind, steht jedoch noch nicht fest.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Seagate Free Agent External Hard Drive Available In 640GB !]]></title>
<link>http://vhxnblog.wordpress.com/2009/06/20/seagate-free-agent-external-hard-drive-available-in-640gb/</link>
<pubDate>Sat, 20 Jun 2009 16:29:32 +0000</pubDate>
<dc:creator>vhxnblog</dc:creator>
<guid>http://vhxnblog.wordpress.com/2009/06/20/seagate-free-agent-external-hard-drive-available-in-640gb/</guid>
<description><![CDATA[640GB Hard Disk has joined the group of Seagate Free Agent category. It is an external Hard Drive us]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>640GB Hard Disk has joined the group of Seagate Free Agent category. It is an external Hard Drive uses 2.0 interface and is available in Tuxedo Black and Titanium Silver. You can have this disk in 250 GB, 320GB and 500GB of storage <a href="http://www.vhxn.com/logitec-unveils-1tb-external-hard-disk/">capacity</a>. This thinnest portable drive features compact cable and is available in your favorite colors to suit our style.</p>
<p><a href="http://www.vhxn.com/external-usb-sata-drive-dock-data-backup-happens-in-seconds/">Click to know about External USB Sata Drive Dock</a></p>
<p><a href="http://www.vhxn.com/"><img class="alignnone size-full wp-image-10082" title="FreeAgent_ST906403_HardDisk1" src="http://www.vhxn.com/wp-content/uploads/2009/06/FreeAgent_ST906403_HardDisk1.jpg" alt="FreeAgent_ST906403_HardDisk1" width="515" height="348" /></a></p>
<p><!--more--><br />
It is supposed to work for automatic backup for peace of mind and it brings encryption technology to keep our<a href="http://www.vhxn.com/super-speed-usb-hard-disk-drive-prototype-rushes/"> files safe</a>. Moreover, you can have easy synchronization with most recent version. It features fast data transfer with USB.</p>
<p><a href="http://www.vhxn.com/"><img class="alignnone size-full wp-image-10084" title="FreeAgent_ST906403_HardDisk" src="http://www.vhxn.com/wp-content/uploads/2009/06/FreeAgent_ST906403_HardDisk.jpg" alt="FreeAgent_ST906403_HardDisk" width="515" height="233" /></a></p>
<p>[ <a href="http://www.vhxn.com">More </a>]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Authors and Contributers!]]></title>
<link>http://tcandj.wordpress.com/2009/05/29/authors-and-contributers/</link>
<pubDate>Fri, 29 May 2009 15:14:49 +0000</pubDate>
<dc:creator>Tony Zeller</dc:creator>
<guid>http://tcandj.wordpress.com/2009/05/29/authors-and-contributers/</guid>
<description><![CDATA[The new media library has been set up! Feel free to upload pictures to our lovely blog. We have set ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The new media library has been set up! Feel free to upload pictures to our lovely blog. We have set aside 3GB of space for your files. Try not to fill it up too soon. Please keep in mind that this is a public blog, and you&#8217;re siblings may see what you post. Keep it PG-13 people.</p>
<p>The link to the media library can be found at the bottom on the main blog site where you would see all the posts, or for admins, authors, and contributors of the blog, can be found by clicked the My Dashboard link at the top right of the screen and by clicking the media tab.</p>
<p> </p>
<p>Enjoy!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[3GB bei DropBox]]></title>
<link>http://ablogonzo.wordpress.com/2009/03/30/3gb-bei-dropbox/</link>
<pubDate>Mon, 30 Mar 2009 19:17:04 +0000</pubDate>
<dc:creator>Allan</dc:creator>
<guid>http://ablogonzo.wordpress.com/2009/03/30/3gb-bei-dropbox/</guid>
<description><![CDATA[Um 3GB zubekommen, musst du dich einfach ueber meinen Ref-Link anmelden (du bekommst 2GB und ich auc]]></description>
<content:encoded><![CDATA[Um 3GB zubekommen, musst du dich einfach ueber meinen Ref-Link anmelden (du bekommst 2GB und ich auc]]></content:encoded>
</item>
<item>
<title><![CDATA[YOIGO AUMENTA A 3Gb LA CAPACIDAD DE INTERNET PARA LLEVAR]]></title>
<link>http://aiglesias.wordpress.com/2009/03/17/yoigo-aumenta-a-3gb-la-capacidad-de-internet-para-llevar/</link>
<pubDate>Tue, 17 Mar 2009 14:47:31 +0000</pubDate>
<dc:creator>aiglesias</dc:creator>
<guid>http://aiglesias.wordpress.com/2009/03/17/yoigo-aumenta-a-3gb-la-capacidad-de-internet-para-llevar/</guid>
<description><![CDATA[yoigo Yoigo ha aumentado la capacidad con la que sus clientes pueden navegar por Internet con su ord]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1272" class="wp-caption aligncenter" style="width: 220px"><a href="http://aiglesias.files.wordpress.com/2009/03/yoigo.jpg"><img class="size-full wp-image-1272" title="yoigo" src="http://aiglesias.wordpress.com/files/2009/03/yoigo.jpg" alt="yoigo" width="210" height="72" /></a><p class="wp-caption-text">yoigo</p></div>
<p><strong>Yoigo</strong> ha aumentado la capacidad con la que sus clientes pueden navegar por Internet con su ordenador allí donde se encuentren: en el autobús, en el tren, en el parque o en una cafetería. Ahora Internet para llevar tiene hasta <strong>3Gb</strong> de capacidad para que los clientes puedan consultar sus correos electrónicos, ver sus videos preferidos o leer los diarios online. Este aumento en la capacidad lo disfrutan desde el 1 de marzo todos los yoiggers que ya son clientes de Internet para llevar sin necesidad de hacer nada para activarlo. A partir de mañana día 18, lo disfrutarán las nuevas altas.<!--more--></p>
<div id="attachment_1273" class="wp-caption aligncenter" style="width: 367px"><img class="size-full wp-image-1273" title="usb_yoigo" src="http://aiglesias.wordpress.com/files/2009/03/usb_yoigo.gif" alt="usb_yoigo" width="357" height="139" /><p class="wp-caption-text">usb_yoigo</p></div>
<p>Manteniendo la tarifa de 25€ al mes (sin impuestos), con Internet para llevar se podrá acceder a Internet con una velocidad <strong>HSDPA</strong> de hasta <strong>3,2 Mbps</strong>. A partir de los <strong>3Gb</strong>, la velocidad se reduce a <strong>128 kbps</strong> y cada Mb adicional será 1,5 céntimos, hasta un máximo de 70€ al mes.</p>
<p>Una de las grandes ventajas de Internet para llevar de<strong> Yoigo</strong> es que <strong>no existe un compromiso de permanencia</strong>, de este modo, el usuario puede decidir con libertad cuándo quiere dejar de utilizar la conexión, teniendo que pagar sólo la tarifa del mes en curso.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Microsoft ways 2...]]></title>
<link>http://janorajmond.wordpress.com/2009/02/14/the-microsoft-ways-2/</link>
<pubDate>Sat, 14 Feb 2009 17:44:35 +0000</pubDate>
<dc:creator>Ray</dc:creator>
<guid>http://janorajmond.wordpress.com/2009/02/14/the-microsoft-ways-2/</guid>
<description><![CDATA[Dupa o proaspata si luuuunga instalare (vezi postul anterior aici) a Windows Vista Ultimate ma uit l]]></description>
<content:encoded><![CDATA[Dupa o proaspata si luuuunga instalare (vezi postul anterior aici) a Windows Vista Ultimate ma uit l]]></content:encoded>
</item>
<item>
<title><![CDATA[Mais de 3.25GB no Windows XP e no Vista]]></title>
<link>http://frddigital.wordpress.com/2009/01/03/mais-de-325gb-no-windows-xp-e-no-vista/</link>
<pubDate>Sat, 03 Jan 2009 19:52:59 +0000</pubDate>
<dc:creator>Pedro Henrique Brito</dc:creator>
<guid>http://frddigital.wordpress.com/2009/01/03/mais-de-325gb-no-windows-xp-e-no-vista/</guid>
<description><![CDATA[Bom galera navegando na internet a fora achei uma solução para o problema dos 3.25GB no Windows XP. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Bom galera navegando na internet a fora achei uma solução para o problema dos 3.25GB no Windows XP. Achei no Site do pplware. E vou transcrever aqui como fazer.</p>
<p>Como é do conhecimento geral todas as versões “não servidores” de 32-bits do Windows XP e Vista impõem um limite de memória ram de 4GB.</p>
<p>Felizmente existem técnicas que se podem utilizar para ultrapassar estas limitações. Esta técnica em que “tropecei” baseia-se no Physical Address Extension (PAE), uma característica dos processadores x86 que permite aos sistemas operativos de 32-bits ultrapassarem o tal limite de memória de 4GB.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://img284.imageshack.us/img284/9513/turia33zl.jpg" alt="" width="480" height="360" /></p>
<p style="text-align:center;">
<p>Um artigo <a href="http://msdn.microsoft.com/en-us/library/aa366796.aspx">MSDN</a> explica que os sistemas operativos Windows a 32-bit suportam o PAE.</p>
<p>Em um ou dois casos (raros), os programadores podem tirar vantagens da tecnologia PAE para ultrapassar os limites do Windows. Por exemplo, um utilizador destes sistemas operativos, Alan Gorski, verificou que quando aumentou a memória ram do seu computador para 8GB, o AutoCAD conseguiu abrir grandes ficheiros de desenho sem aparecer o erro “<strong>out of memory</strong>“, erro que anteriormente lhe aparecia com frequência.</p>
<p>Existe esta possibilidade do sistema operativo usar a tecnologia PAE. Explica-se pelo facto do Windows assentar nessa tecnologia para apoiar a característica de segurança conhecida como <strong>Data Execution Prevention</strong> (DEP).</p>
<p>Se o computador suportar hardware-enforced DEP, então o PAE está presente também.</p>
<p><strong><br />
Vamos então procurá-lo no Windows XP</strong>:</p>
<p>1. <strong>Iniciar</strong> -&#62; <strong>Executar</strong>.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://www.pplware.com/wp-content/images2008/8gb_ram/imagem_8gbram_02.jpg" alt="" width="425" height="263" /></p>
<p style="text-align:center;">
<p style="text-align:left;">2. Escrever <strong>sysdm.cpl</strong> e clique no <strong>Enter</strong>.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://www.pplware.com/wp-content/images2008/8gb_ram/imagem_8gbram_03_small.jpg" alt="" width="425" height="310" /></p>
<p style="text-align:center;">
<p style="text-align:left;">3. Clicar no separador <strong>Avançadas</strong>. Dentro da caixa <strong>Desempenho</strong>, clicar em <strong>Definições</strong> e de seguida em <strong>Prevenção de Execução de Dados</strong>.<br />
4. Procurar por uma mensagem no fundo. Se indicar que o hardware não suporta DEP, existem hipóteses do PAE não estar activado.</p>
<p style="text-align:left;"><strong>Vamos então activa-lo</strong>:</p>
<p style="text-align:left;">1. <strong>Iniciar</strong> -&#62; <strong>Executar</strong></p>
<p style="text-align:left;"><strong><img class="aligncenter" src="http://www.pplware.com/wp-content/images2008/8gb_ram/imagem_8gbram_04.jpg" alt="" width="425" height="291" /></strong></p>
<p>2. Escrever na caixa “notepad c:boot.ini” e pressionar Enter.<br />
3. Por baixo da linha [operating systems], procurem por linha que contenha “/noexecute switch”, pode estar por exemplo “/noexecute=optin” ou “/noexecute=optout” ou “/noexecute=always on”. Coloquem o cursor exactamente a seguir a isso e façam espaço seguido de “/pae”. Gravem o ficheiro e reiniciem.</p>
<p><strong>Nota1</strong>. Os parêntesis não se colocam, foram utilizados para definir apenas o comando a utilizar.</p>
<p><strong>Vamos ao Windows Vista</strong>:</p>
<p>1. <strong>Propriedades do Computador</strong> -&#62; <strong>Definições Avançadas do Sistema </strong>-&#62; <strong>Avançadas</strong> -&#62; <strong>Desempenho </strong>-&#62; <strong>Definições</strong> -&#62; <strong>Prevenção de Execução de Dados</strong>.</p>
<p><img class="aligncenter" src="http://www.pplware.com/wp-content/images2008/8gb_ram/imagem_8gbram_05_small.jpg" alt="" width="425" height="305" /></p>
<p>2. Se aparecer a caixa do User Account Control, clicar Continuar.<br />
3. Se a mensagem no fundo disser que o sistema suporta DEP e a aparecer a opção “Activar a DEP…” seleccionada, então o PAE está activado também.</p>
<p><strong>Vamos então activá-lo (ou desactivar), caso não esteja activado</strong>:</p>
<p>1. Iniciar escrever <strong>cmd.exe</strong> e pressionar <strong>Ctrl+Shift+Enter</strong>.</p>
<p><img class="aligncenter" src="http://www.pplware.com/wp-content/images2008/8gb_ram/imagem_8gbram_06.jpg" alt="" width="413" height="210" /></p>
<p>2. Se aparecer a caixa do User Account Control, clicar Continuar. Isto vai fazer surgir uma janela da linha de comandos privilégios de administrador.<br />
3. Escrever nessa caixa “BCDEdit /set PAE ForceEnable” e pressionar <strong>Enter</strong>.</p>
<p>- Mais informação sobre o <a href="http://technet.microsoft.com/en-us/library/cc728455.aspx">PAE</a> no TechNet da Microsoft’s.</p>
<p>A Microsoft avisa, no entanto, no artigo do <a href="http://technet.microsoft.com/en-us/library/bb457155.aspx">TechNet</a> que alguns drivers não irão correr se o PAE estiver activado. Após efectuada esta alteração fiquem de olho no sistema operativo a nível da estabilidade.</p>
<p>Se tiverem problemas com drivers ou no início do sistema operativo, removam a linha “/pae” do boot.ini no XP, ou escrevam a seguinte linha na linha de comandos, com privilégios de administrador para o Vista:</p>
<p>BCDEdit /set PAE ForceDisable</p>
<p>Antes de começar, faça uma cópia de segurança no caso de alguma coisa correr mal.</p>
<p><strong>NOTA2</strong>: Este artigo tem especial interesse pelo facto de muitas máquinas hoje em dia estarem aptas a receberam memória acima dos 4GB, depois o preço da ram tem vindo a cair, tornando-se num área interessante para melhorar o desempenho do nosso sistema.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Oracle10g ORA-27300 error]]></title>
<link>http://mrothouse.wordpress.com/2008/10/04/oracle10g-ora-27300-error/</link>
<pubDate>Sat, 04 Oct 2008 16:15:00 +0000</pubDate>
<dc:creator>mrothouse</dc:creator>
<guid>http://mrothouse.wordpress.com/2008/10/04/oracle10g-ora-27300-error/</guid>
<description><![CDATA[My Oracle10g (10.2.0.4 Standard Edition) database running on Windows Server 2003 Standard Edition SP]]></description>
<content:encoded><![CDATA[My Oracle10g (10.2.0.4 Standard Edition) database running on Windows Server 2003 Standard Edition SP]]></content:encoded>
</item>
<item>
<title><![CDATA[3G iPhone Has Arrived [Officially]]]></title>
<link>http://bimchat.wordpress.com/2008/09/29/3g-iphone-has-arrived-officially/</link>
<pubDate>Mon, 29 Sep 2008 18:55:07 +0000</pubDate>
<dc:creator>BGR</dc:creator>
<guid>http://bimchat.wordpress.com/2008/09/29/3g-iphone-has-arrived-officially/</guid>
<description><![CDATA[ 3G iphone &#8211; Photo credit &#8211; Apple If you don&#8217;t mind shelling out a couple thousand]]></description>
<content:encoded><![CDATA[ 3G iphone &#8211; Photo credit &#8211; Apple If you don&#8217;t mind shelling out a couple thousand]]></content:encoded>
</item>
<item>
<title><![CDATA[FREE SEX VIDEOS]]></title>
<link>http://dddsdsfdfdf.wordpress.com/2008/08/06/free-sex-videos-8/</link>
<pubDate>Wed, 06 Aug 2008 14:10:19 +0000</pubDate>
<dc:creator>dddsdsfdfdf</dc:creator>
<guid>http://dddsdsfdfdf.wordpress.com/2008/08/06/free-sex-videos-8/</guid>
<description><![CDATA[FREE SEX VIDEOS . Click HERE . . . . . . . . . . . . . . . . . . . . . . . .]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><strong>FREE SEX VIDEOS</strong></p>
<p style="text-align:center;">.</p>
<h1 style="text-align:center;"><a href="http://realonlinevideo2008.com/movie/black/0/13/368/0/"><span style="color:#0000ff;">Click HERE</span></a></h1>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">.</p>
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[No es un ordenador sino un PC de la NASA]]></title>
<link>http://genlinux.wordpress.com/2008/06/10/no-es-un-ordenador-sino-un-pc-de-la-nasa/</link>
<pubDate>Tue, 10 Jun 2008 00:36:43 +0000</pubDate>
<dc:creator>Cross</dc:creator>
<guid>http://genlinux.wordpress.com/2008/06/10/no-es-un-ordenador-sino-un-pc-de-la-nasa/</guid>
<description><![CDATA[Aunque el título sugiera una cosa extraña como podría ser una filtración con imágenes de los ordenad]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Aunque el título sugiera una cosa extraña como podría ser una <em>filtración con imágenes de los ordenadores de la NASA</em>, en este caso siento deciros que no es así, pero sí vais a poder ver lo más parecido a uno de los ya mencionados. Y aquí lo podeís ver;</p>
<p><a href="http://genlinux.files.wordpress.com/2008/06/acerpredator.jpg"><img class="alignnone size-full wp-image-159" src="http://genlinux.wordpress.com/files/2008/06/acerpredator.jpg" alt="" width="350" height="322" /></a></p>
<p>Se trata del nuevo <a href="http://www.acer.com/predator/" target="_blank"><em>Acer Predator</em></a>, como se puede apreciar no es un ordenador de el que nos vamos ha aburrir ya que su diseño y sus componentes hacen de él una bestia para los <em>Gamers</em>. Con un procesador de cuádruple núcleo Intel Core 2 Extrem con 13333MHz FSB, con una placa base nVidia nForce 780 SLI ofrece compatibilidad con las últimas tarjetas del típo G9600GT, con compatibilidad con dos tarjetas gráficas G9800GTX o G9800GX2.</p>
<p>La carcasa dispone de una trampilla frontal inferior para extraer sus cuatro discos duros Serial ATA de 3Gb/s. Todo una maravilla, tal vez en un tiempo no muy lejano, postee alguna foto de mi nuevo pc ;P.</p>
<p>Si algun@ de vosotr@s lo teneís; No dudeis en enviar las fotos!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Apple Unveiled New 3G iPhone]]></title>
<link>http://bimchat.wordpress.com/2008/06/09/apple-unveiled-new-3g-iphone/</link>
<pubDate>Mon, 09 Jun 2008 21:20:03 +0000</pubDate>
<dc:creator>BGR</dc:creator>
<guid>http://bimchat.wordpress.com/2008/06/09/apple-unveiled-new-3g-iphone/</guid>
<description><![CDATA[The next-generation iPhone will be faster, sleeker, friendlier, larger, smaller, prettier, smoother,]]></description>
<content:encoded><![CDATA[The next-generation iPhone will be faster, sleeker, friendlier, larger, smaller, prettier, smoother,]]></content:encoded>
</item>
<item>
<title><![CDATA[Blackberry 3GB retrasado por el IPhone...]]></title>
<link>http://kessuser.wordpress.com/2008/04/26/blackberry-3gb-retrasado-por-el-iphone/</link>
<pubDate>Sat, 26 Apr 2008 01:33:11 +0000</pubDate>
<dc:creator>kess</dc:creator>
<guid>http://kessuser.wordpress.com/2008/04/26/blackberry-3gb-retrasado-por-el-iphone/</guid>
<description><![CDATA[La Blackberry 3G no se lanzará al mismo tiempo que el iPhone intencionalmente, de acuerdo a fuentes ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><img src="http://noticiastech.com/wordpress/wp-content/uploads/2008/04/bberry8900.jpg" alt="" /></p>
<p style="text-align:left;">La Blackberry 3G <a href="http://www.electronista.com/articles/08/04/24/blackberry.8900.delayed/">no se lanzará</a> al mismo tiempo que el iPhone intencionalmente, de acuerdo a fuentes cercanas a la revista Fortune. La nueva versión 3G, con el número de serie 8900 con el sobrenombre Meteor, no saldrá en los EEUU al menos hasta el próximo Agosto. La explicación oficial de RIM es que quieren asegurarse de la calidad de la función móvil. Las mismas fuentes señalan que la verdadera razón tiene que ver con AT&#38;T y su intención de separar ambos lanzamientos para evitar competencia directa de uno con otro.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Games List as of May 2009]]></title>
<link>http://mistercomputer.wordpress.com/2009/05/27/games-list-as-of-may-2009/</link>
<pubDate>Tue, 26 May 2009 16:51:47 +0000</pubDate>
<dc:creator>MisterComputer</dc:creator>
<guid>http://mistercomputer.wordpress.com/2009/05/27/games-list-as-of-may-2009/</guid>
<description><![CDATA[Games List as of May 2009 Black Honey: - Grand Theft Auto IV - Left 4 Dead - Burnout Paradise - Sile]]></description>
<content:encoded><![CDATA[Games List as of May 2009 Black Honey: - Grand Theft Auto IV - Left 4 Dead - Burnout Paradise - Sile]]></content:encoded>
</item>

</channel>
</rss>
