The Linux kernel is a Unix-like operating system Linux is one of the most prominent examples of free software / open source


The Linux kernel is a Unix-like operating system kernel. It is the namesake of the Linux family of operating systems, Released under the GNU General Public License version 2 (GPLv2) and developed by contributors worldwide. Linux is one of the most prominent examples of free software / open source.
The Linux Kernel was initially conceived and assembled by Linus Torvalds in 1991. Early on, the Minix community contributed code and ideas to the Linux kernel. At the time, the GNU Project had created many of the components required for a free software operating system, but its own kernel, GNU Hurd, was incomplete and unavailable.
The BSD operating system had not yet freed itself from legal encumbrances. This meant that despite the limited functionality of the early versions, Linux rapidly accumulated developers and users who adopted code from those projects for use with the new operating system.
Today the Linux kernel has received contributions from thousands of programmers.
Because of the the fact that so many people can improve it, it has become one of the fastest kernels in history.
According to independant research run by several different organizations, Windows programs that were translated to Linux programs normally ran between 5-7 times faster, which also makes it ideal for supercomputers, which the Linux community dominates; 9 of the 10 fastest supercomputers in the world run the Linux kernel.
BDV-527652-BDV

Increase your pc performance and reduce the amount of time spent waiting to view webpages in windows xp


In order to improve performance and reduce the amount of time spent waiting to view webpages, Internet explorer stores man of the webpages and graphics youhave viewed in a folder on your hard drive. Next time you revisit a website, Internet explorer an use the content stored in the temporary internet files folder to display the site content, instead of retrieving them from the web.
You can manually clear the contents of this folder in internet explorer by selecting internet options from the tools menu.From the general tab,simply click the delete files button. You can also configure internet exlorer to empty the contents of this folder when you close your browser.
To do so, select the advanced tab from the internet options window.Under the security section,select the option to empty temporary internet files folder when browser is closed and click ok.

how to modify your cable modem to very high speeds


First, u need to go to Start,

then run.

Type in regedit in the box.

Next,go to the folder HKEY_LOCAL_MACHINE\System\CurrentControlSet\SERVICE\VxD\MSTCP

Now, find the string "DefaultRcvWindow " . Now, edit the number to 64240 then restart your computer. There you go. High speed cable modem now with out dloading a program. Original value is 373360

how to crack any type of CD Protection, using W32Dasm, and HIEW.



First of all, you have to run the damn game you want to crack, without the CD.
The game, doesn’t work of course, (Please, don’t panic) BUT a window pops up, telling you an error message.



This error message will help you to crack the game so, you’ve got to remember it.

For example:
Please insert the - CD, or: You need the CD to play the - . ( -, is the
game you want to crack). Anyway, if you are so idiot and you can’t remember it,
write it, in a little piece of paper.


Now, run Win32Dasm, and on the toolbar, press the first little button on the left, OR, go to Disassembler ->Open file to Disassemble. A menu will pop up. Select
the exe which you want to crack. The disassemble, will take few minutes so, I suggest you, to go for shitting.

OK, it finished its process.
Now, in your screen, there is a strange text, and we can’t understand anything of course. Don’t worry, the only thing we have to do, ( If you want, you can change the font), is to click on the String Data References, the button next to the print button (Strn.REF).

You can see a window which is called String Data Items. Scroll down, and try to
find the game’s error message. When you’ll find it, double click on it, and then,
close the window, to go back to the Win32Dasm text.

As you can see you are somewhere in the CD check routine. This is the message’s
place. Now comes the interesting and difficult part, so, be careful.
We don’t know what all these shits mean, BUT we must know the @ offset of
every call and jump command.

Write down, every call and jump @ offset number. (You have to be sure, that the
OPBAR change its used color to green). You need the number behind the @offset without the h. Let’s go to HIEW, now.

HIEW:
To move up and down, use the cursor keys. Start HIEW. exe.
In the HIEW directory, there is a list of exes and programs. Go to the directory, which you saved the game’s exe, we want to crack, and click on the exe. Click F4,
and then, a menu will pop up, with 3 words. Text, Hex, and Decode. Click on
Decode, and now, we can understand the list of numbers.
Click F5, and you can now enter the number, we wrote down, in Win32Dasm. Type it, and you will be placed at the number’s place. The cursor is placed on a command.

Before I’ll continue, I want to explain you something. For example, if the command where our cursor is placed on, is E92BF9BF74, means that it is 5 bytes.
Every 2 numbers, are one byte: E9-2B-F9-BF-74 = 90-90-90-90-90. 10 letters, mean, 5 bytes.
OK, if you understood it, you can continue.


Press F3, which means edit, and now you can edit these ten numbers.
Type five times, the number 90. For every byte, 90. Now click on F10 to exit.

We cracked the CD protection of the - . Congratulations.