I think advice on overclocking should start with an explanation of what that really means. It's not like it's some form of black magic.
A digital clock is simply a voltage source that goes from low voltage to high voltage (for example, 0V to 5V) and back several (million?) times per second. Since it does so near-instantly, this creates rising edges (transitions from 0 to 5 volts) and falling edges (transitions from 5 to 0).
Your processor (and every other digital device) needs an incoming digital clock to operate, since it does something whenever it receives an edge. The clock is supplied to it by your motherboard. Usually it's "CPU host clock" routed through a multiplier. Since you can usually control both via BIOS you can control the clock frequency that ultimately goes to your CPU. Higher clock means more edges per second, which means more operation per second (which means more energy, which generates more heat, so you can't set it arbitrarily high).
I don't know whether this particular post helps or not, but ultimately it simpler to be aware of some basic digital design concepts than to start with tweaking BIOS having no idea what it really does. (Which is how I started, and which is how most of the people start.)