Skip to main content

Posts

beep Error Codes Code Description

1 short beep System is OK 2 short beeps POST Error - error code shown on screen No beep Power supply or system board problem Continuous beep Power supply, system board, or keyboard problem Repeating short beeps Power supply or system board problem 1 long, 1 short beep System board problem 1 long, 2 short beeps Display adapter problem (MDA, CGA) 1 long, 3 short beeps Display adapter problem (EGA) 3 long beeps 3270 keyboard card IBM POST Diagnostic Code Descriptions Code Description 100 - 199 System Board 200 - 299 Memory 300 - 399 Keyboard 400 - 499 Monochrome Display 500 - 599 Colour/Graphics Display 600 - 699 Floppy-disk drive and/or Adapter 700 - 799 Math Coprocessor 900 - 999 Parallel Printer Port 1000 - 1099 Alternate Printer Adapter 1100 - 1299 Asynchronous Communication Device, Adapter, or Port 1300 - 1399 Game Port 1400 - 1499 Colour/Graphics Printer 1500 - 1599 Synchronous Communication Device, Adapter, or Port 1700 - 1799 Hard Drive and/or Adapter 1800 - ...

Beep Code Manual

BIOS Beep Codes When a computer is first turned on, or rebooted, its BIOS performs a power-on self test (POST) to test the system's hardware, checking to make sure that all of the system's hardware components are working properly. Under normal circumstances, the POST will display an error message; however, if the BIOS detects an error before it can access the video card, or if there is a problem with the video card, it will produce a series of beeps, and the pattern of the beeps indicates what kind of problem the BIOS has detected. Because there are many brands of BIOS, there are no standard beep codes for every BIOS. The two most-used brands are AMI (American Megatrends International) and Phoenix. Below are listed the beep codes for AMI systems, and here are the beep codes for Phoenix systems. AMI Beep Codes Beep Code Meaning 1 beep DRAM refresh failure. There is a problem in the system memory or the motherboard. 2 beeps Memory parity error. The parity circuit is...

Auto End Tasks to Enable a Proper Shutdown

This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit. 1. Copy the following (everything in the box) into notepad. QUOTE Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "ClearPageFileAtShutdown"=dword:00000001 [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "AutoEndTasks"="1" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="1000" 2. Save the file as shutdown.reg 3. Double click the file to import into your registry. NOTE: If your anti-virus software warns you of a "malicious" script, this is normal if you have "Script Safe" or similar technology enabled.

Advanced Shellcoding Techniques

Introduction This paper assumes a working knowledge of basic shellcoding techniques, and x86 assembly, I will not rehash these in this paper.  I hope to teach you some of the lesser known shellcoding techniques that I have picked up, which will allow you to write smaller and better shellcodes.  I do not claim to have invented any of these techniques, except for the one that uses the div instruction. The multiplicity of mul This technique was originally developed by Sorbo of darkircop.net.  The mul instruction may, on the surface, seem mundane, and it's purpose obvious.  However, when faced with the difficult challenge of shrinking your shellcode, it proves to be quite useful.  First some background information on the mul instruction itself. mul performs an unsigned multiply of two integers.  It takes only one operand, the other is implicitly specified by the %eax register.  So, a  common mul instruction might look something like this: mo...

Win XP Tweaks

----------- STARTUP ----------- Windows Prefetcher ****************** [HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management \ PrefetchParameters] Under this key there is a setting called EnablePrefetcher, the default setting of which is 3. Increasing this number to 5 gives the prefetcher system more system resources to prefetch application data for faster load times. Depending on the number of boot processes you run on your computer, you may get benefits from settings up to 9. However, I do not have any substantive research data on settings above 5 so I cannot verify the benefits of a higher setting. This setting also may effect the loading times of your most frequently launched applications. This setting will not take effect until after you reboot your system. Master File Table Zone Reservation ********************************** [HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ FileSystem] Under this key there is a...

Your Home Page Nevr Being Changed

Some websites illegally modify your registry editor and set their website as default home page, for stop this, 1. Right-click on the Internet Explorer icon on your desktop and select "Properties". 2. In the "Target" box you will see "C:\Program Files\Internet Explorer\IEXPLORE.EXE". 3. Now by adding the URL of the site to the end of this it overrides any Homepage setting in internet options: "C:\Program Files\Internet Explorer\IEXPLORE.EXE" www.computerhacking4u.blogspot.com