hackers Search

Saturday, July 9, 2011

SPEED UP YOUR COM BY CLEANING RAM USING NOTEPAD

If your computer become slow, when you are working with many programs. It may be due to RAM because at that time RAM is full of remaining progress pieces which you are working with and you do not need them any more. So, if you can erase or delete those unnecessary pieces of information, your computer RAM will be cleaned and your computer will be speed up.




Cleaning RAM is very easy task here are steps for it, just follow them:


1). Open notepad.

2). Type FreeMem=Space(64000000).

3). Save file with name "CleanRAM.vbs".

4). Close it and run the file.

It will free memory in RAM, if you want to free more memory than you can write following command in notepad instead of what given in step 2.

FreeMem= (256000000) for 256 mb
FreeMem= (128000000) for 128 mb
FreeMem= (72000000) for 72 mb
FreeMem= (64000000) for 64 mb
FreeMem= (32000000) for 32 mb
FreeMem= (24000000) for 24 mb

FREE GPRS SETTING FOR IDEA,AIRTEL BSNL,AIRTEL LIVE,VODAFONE


Manual Vodafone Gprs Settings
1. Account Name - Hutch_GPRS
2. User Name - Blank
3. Password - Blank
4. Proxy - Enabled/yes
5. Access Point Name - portalnmms
6. Full Internet Access Point Name - www
7. Proxy and Server address - 10.10.1.100
8. Proxy and Server Port - 8080
9. Homepage - http://hutchworld.co.in
10. Authentication Type - Normal

Manual Airtel Gprs Settings
1. Homepage - any page you want to set.
2. User Name - Blank
3. Password - Blank
4. Proxy - Enabled/yes.
5. Proxy and Server Adress - 202.56.231.117
6. Proxy and Server Port - 8080
7. Data bearer - GPRS or Packet Data.
8. Access Point Name - airtelgprs.com
9. Authentication Type - Normal
10. Use preferred access point - No

Manual Airtel live settings
1. Account Name - Airtel_live
2. Homepage - http://live.airtelworld.com
3. Username - Blank
4. Password - Blank
5. Proxy - Enabled/yes
6. Proxy and Server Adress - 100.1.200.99
7. Accespoint Name - airtelfun.com
8. Proxy and Server Port - 8080
9. Data bearer - GPRS/ Packet Data
10. Authentication Type - Normal

Manual Idea Gprs Settings
1. Account Name - idea_GPRS
2. Username - Blank
3. Password - Blank
4. Homepage - http://wap.ideafresh.com
5. Proxy and Server Port - 8080
6. Proxy and Server adress - 10.4.42.45
7. Databearer - GPRS / Packetdata
8. Acces Point Name - imis
9. Proxy - Enabled/yes
10. Authentication Type - Normal

Manual Bsnl Gprs Settings
1. Account Name - BPL WAP
2. Username -
3. Password -
4. Proxy - Enabled/yes
5. Homepage - http://wap.mizone.bplmobile.com
6. Proxy and Server address - 10.0.0.10
7. Proxy and Server Port - 8080
8. Acces Point Name - mizone
9. Data bearer - GPRS/ Packetdata
10. Authentication Type - Normal

CRACKING PASSWORDS


Hey Friends As we all Know Cracking Passwords is not an easy task.. Also the Chances of getting Exact Passwords are 40 out of 100....But I think this Tutorial will really Help you...


FIRST OF ALL LET'S DISCUSS DIFFERENT PASSWORD TYPES:


~ Passwords that contain only letters
Ex: HIJKLMNO
~ Passwords that contain only numbers
Ex: 758904
~ Passwords that contain only special characters
Ex: $@$!()
~ Passwords that contain letters and numbers
Ex: ax1500g
~ Passwords that contain only letters and special characters
Ex: m@roon$
~ Passwords that contain only special characters and numbers
Ex: @$47$
~ Passwords that contain letters, special characters, and numbers
Ex: E1n@8$


Why We Discussed This is Pity Simple .. Its the Order of Difficulty for Cracking Passwords..

Read more: http://stealthhackroom.blogspot.com/2010/05/step-12-hacking-systemsadmin-account.html#ixzz1RgbbsnCK

hacking the administrator account from user account


Now i'm gonna tell you how to hack the administrator account from user account

1.)Switch on the computer and go to the user account
2.)Now go to run by pressing windows button +R or click run from start
3.)Now type cmd in run and hit enter
4.)After cmd is opened now type command "net user"
5.)Now a list appears which shows the users on the computer and what type of account is the particular user
6.)Now observe the administrator account user name from the list
7.)Now type the command "net user administrator_account_name *"
8.)A line appears below showing type new password for the administrator
9.)Note that the password you type must be surely known to you because it is invisible but computer takes the password which you type
10.)Now it asks you to retype the password
11.)After retyping the password hit enter
12.)And voila you have changed the administrator password and you can have the free access to it


the trick works on any version of windows njoyyyyyy





You might also like:

Remembering computer in brief
windows keyboard shortcuts
how to download videos from youtube LinkWithin
Posted by The Bhargav's ultimate blog at 12:08 AM Email This
BlogThis!
Share to Twitter
Share to Facebook
Share to Google Buzz

Labels: hack

Monday, March 21, 2011intel 8086 micro processor flag register

Intel 8086 microprocessor is a 16 bit microprocessor.It has 16 bit flag register which is divided in to two parts.
1.)status flags
2.)control flags
status flags are 6 in number, they are:-
i.)carry flag
ii.)parity flag
iii.)auxiliary carry flag
iv.)zero flag
v.)sign flag
vi.)overflow flag
control flags are 3 in number, they are:-
i.)direction flag
ii.)interrupt flag
iii.)trap flag
the 8086 flag register comes with an extra flag called overflow flag which is not present on 8085 microprocessor flag register
Carry flag:-
In computer processors the carry flag (usually indicated as the C flag) is a single bit in a system status (flag) register used to indicate when an arithmetic carry or borrow has been generated out of the most significant ALU bit position. The carry flag enables numbers larger than a single ALU width to be added/subtracted by carrying (adding) a binary digit from a partial addition/subtraction to the least significant bit position of a more significant word. It is also used to extend bit shifts and rotates in a similar manner on many processors (sometimes done via a dedicated X flag). For subtractive operations, two (opposite) conventions are employed as most machines sets the carry flag on borrow while some machines (such as the 6502 and the PIC) instead resets the carry flag on borrow (and vice versa).
Parity flag:-
In computer processors the parity flag indicates if the number of set bits is odd or even in the binary representation of the result of the last operation. It is normally a single bit in a processor status register.

For example, assume a machine where a set parity flag indicates even parity. If the result of the last operation were 26 (11010 in binary), the parity flag would be 0 since the number of set bits is odd. Similarly, if the result were 102 (1100110 in binary) then the parity flag would be 1.
Auxiliary carry flag:-
It is a flag stored in the FLAGS register on all x86 compatible CPUs. It is bit 4. It is used to indicate when an arithmetic carry or borrow has been generated out of the 4 least significant bits. It is primarily used in BCD arithmetics.
Zero flag:-
The Zero Flag is a flag stored in the FLAGS register on all x86 compatible CPUs. It is bit 6. When it is set to 1, it means that the result of an instruction was zero. The Zero Flag is changed by all math instructions and the CMP instruction (a compare instruction works by subtracting the two values).
Sign flag:-
In computer processor the negative flag or sign flag is a single bit in a system status (flag) register used to indicate whether the result of last mathematic operation resulted in a value whose most significant bit was set. In a two's complement interpretation of the result, the negative flag is set if the result was negative.

For example, in an 8-bit signed number system, -37 will be represented as 1101 1011 in binary (the most significant bit is 1), while +37 will be represented as 0010 0101 (the most significant bit is 0).
Trap flag:-
The Trap Flag is a flag defined in the x86 processor's flags register.

The trap flag's state is used when using the x86's debugging features. When set, the x86 processor will execute only one instruction at a time and then call interrupt 1 (the debug interrupt) to allow an attached debugger to inspect the program as it executes.

The trap flag can also be set by the x86's debug registers.
Interrupt flag:-
IF (Interrupt Flag) is a system flag bit in the x86 architecture's FLAGS register, which determines whether or not the CPU will handle maskable hardware interrupts.
The bit, which is bit 9 of the FLAGS register, may be set or cleared by programs with sufficient privileges, as usually determined by the Operating System. If the flag is set to 1, maskable hardware interrupts will be handled. If cleared (set to 0), such interrupts will be ignored. IF does not affect the handling of non-maskable interrupts or software interrupts generated by the INT instruction.
Direction flag:-
The Direction Flag is a flag that controls the left-to-right or right-to-left direction of string processing stored in the FLAGS register on all x86 compatible CPUs. It is bit 10.

When it is set to 0 (using the clear-direction-flag instruction CLD), it means that instructions that autoincrement the source index and destination index (like movs) will increase both of them. In case it is set to 1 (using the set-direction-flag instruction STD), the instruction will decrease them.

This flag is used to determine the direction (forward or backward) in which several bytes of data will be copied from one place in the memory, to another. The direction is important mainly when the original data position in memory and the target data position overlap.
Overflow flag:-
The overflow flag is set when the Most Significant Bit (MSB) is set or cleared. For example, take the addition of 127 and 127. The 8 bit signed binary number of 127 is represented as 0111 1111. The MSB (the bit to the far left) is 0. When these two 8 bit numbers are added the result is 254, or 1111 1110. Notice now that the MSB is now 1 and not 0. Therefore, the overflow flag has been set. (1111 1110 would be interpreted as a negative number. The Two's complement is -2.)
thats it friends
reference:-wikipedia, A.K.Ray text book for advanced microprocessors and peripherals
plz comment your questions in any case, dont hesitate.........

Evaluating Entity Framework 4.0


I have been evaluating Entity Framework for Enterprise projects for last couple of days.
We are using Entity Framework for some small projects.
When using Entity Framework v 1.0 , we found out querying Entity object using reflection is slower than querying a dataset.
I bought Programming Entity Framework book by Julia Lerman.
It is a very good book on this topic.
PROS:
-Entity Framework is O/R Mapper plus wraper over ado.net (gives you DataReader as well as DataSet
-POCO Supports
-supports stored procedure

CONS:
-POCO does not feel right.Ayenda of NHibernator Fame explains very nicely in this post.
http://ayende.com/blog/4038/why-defer-loading-in-entity-framework-isnt-going-to-work
In short, they are tightly coupled with Entity Framework Context.

Ayende gave other examples how nhibernator is superior as compared to Entity Framework
http://ayende.com/blog/4351/nhibernate-vs-entity-framework-4-0




View -> Controller ->Model ->Business Objects ->Data Layer ->Enity Famework ->Databases
-->Automapper