Posts Tagged ‘kernel’

How to install Ubuntu Linux from USB Stick

Posted by Jason in Computer, Linux on April 23rd, 2008

This describes by copying the contents of the CD to an stick (aka flash drive) and making the stick bootable. This is handy for machines like ultra portable notebooks that do not have a but can boot from media.

In short here’s what you do:

Prepare the flash drive

Boot the computer from your flash drive.

as you would from a normal (more…)

64-bit Vista Natively Bulletproofed Against Heap-Based Buffer Overruns

Posted by Jason in Computer, Windows Vista on February 21st, 2008

When it comes down to the 32-bit Vista vs. 64-bit Vista, the comparison generally focuses on the added benefits synonymous with handling system . Because the address space of 64-bit Vista is not limited to 4GB, users are able to use a maximum of 128 GB of RAM with the Ultimate, Business and Enterprise SKUS. But at the same time, there are added benefits, and one of them is in terms of . The 64-bit editions of Vista come to the table with PatchGuard ( Patch Protection), Address Space Layout Randomization (ASLR), Heap and Stack randomization, and even heap corruption detection.

As far as Heap Based Buffer Overruns are concerned, both 32-bit and 64-bit Vista offer protection, but only in the x64 versions of the operating system is the even heap corruption detection enabled by default. Michael Howard, Senior Program Manager in the Engineering group at , explained that, in x86 Vista, software developers have to call the HeapSetInformation API in order to enable heal corruption detection. (more…)

Force windows to load the kernel in memory

Posted by Jason in Windows XP on February 5th, 2008

This one is the best tweak for XP I ever found, and it works very well. With this tweak we will force to load and in .

Here is what you have to do :

1) Open the regedit tool (Start -> Run -> regedit.exe )

2) Use the navigation in the left and go to HKEY LOCAL MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\ Management (more…)