Skip to main content

Posts

Common Problem With Hard Disk

The most common problems originate from corruption of the master boot record, FAT, or directory. Those are soft problems which can usually be taken care of with a combination of tools like Fdisk /mbr to refresh the master boot record followed by a reboot and Norton disk doctor or Spinneret. The most common hardware problems are a bad controller, a bad drive motor, or a bad head mechanism. 1. Can the BIOS see and identify the hard drive correctly? If it can't, then the hard drives onboard controller is bad. 2. Does the drive spin and maintain a constant velocity? If it does, that's good news. The motor is functioning. 3. If the drive surges and dies, the most likely cause is a bad controller (assuming the drive is cool). A gate allowing the current to drive the motor may not be staying open. The drive needs a new controller. 4. Do you hear a lot of head clatter when the machine is turned on and initialized (but before the system attempts to access the hard drive). Head clatter w...

How to make the Best Compressing using WinRAR

FIRST What were going to do is to set up your options correctly. Open WinRAR OPTIONS | SETTINGS | COMPRESSSION | CREATE DEFAULT GENERAL | (ok now that we're there, here's what U do next) But 1st -> realize that everything U set on the default profile will occur everytime U rar files. So if U only need a password occasionally, or other special settings, then create another profile for those purposes. U can change which profile U need to use when WinRar is open. The Default profile is used otherwise, such as when using WinRar from the context menus in explorer. General tab: Archive format RAR Compression method BEST size (enter in BYTES the size you want as the max single Rar file). I use 51,200,000 (50,000 KB x 1024). But chose yer max size as U wish. Update method ADD AND REPLACE FILES Archiving options: check > PUT RECOVERY RECORD Archiving options: check > TEST ARCHIVED FILES. Archiving options: check > DELETE FILES AFTER ARCHIVING ( unless U want yer HDD to fill ...

How to Securely Configure a FTP Server(BulletProof)

I am not sure where I found this tutorial, It’s been a while…It might even have been here... ..So if it is one of yours, my hat goes off to you once again.... After reading the excellent tutorial on "Creating an FTP" that Norway posted… (I would suggest reading and following his tutorial first, then following up with this one) I thought that perhaps this tutorial might be pretty helpful for those interested in knowing how to configure their Bulletproof FTP Server that don't already know how... Here's how to get started… This is for the BulletProof FTP Server 2.10. However, It should work fine on most following versions as well. I'm assuming you have it installed. Basics 1. Start the program. 2. Click on Setup > Main > General from the pull-down menu. 3. Enter your server name into the 'Server Name' box. Under Connection set the “Max number of users" to any number. This is the limit as to how many users can be on your sever at any time. 4. Click ...

How to Repair Winsock 2

These guide will show you how to repair Winsock 2. Well as you might or might not know the symptoms when Winsock2 is damaged show when you try to release and renew the IP address using IPCONFIG... And you get the following error message: An error occurred while renewing interface 'Internet': An operation was attempted on something that is not a socket. Also Internet Explorer may give the following error message: The page cannot be displayed Additionally, you may have no IP address or no Automatic Private IP Addressing (APIPA) address, and you may be receiving IP packets but not sending them. There are two easy ways to determine if Winsock2 is damaged: From the XP source files, go to the Support / Tools directory Winsock Test Method 1 Run netdiag /test:winsock The end should say Winsock test ..... passed Winsock Test Method 2 Run Msinfo32 Click on the + by Components Click on the by Network Click on Protocol There should be 10 sections if the Winsock2 key is ok MSAFD Tcpip [TCP/...

BIOS Update Guide/Procedure

All latest Motherboards today, 486/ Pentium / Pentium Pro etc.,ensure that upgrades are easily obtained by incorporating the system BIOS in a FLASH Memory component. With FLASH BIOS, there is no need to replace an EPROM component. Once downloaded, the upgrade utility fits on a floppy disc allowing the user to save, verify and update the system BIOS. A hard drive or a network drive can also be used to run the newer upgrade utilities. However, memory managers can not be installed while upgrading. Most pre-Pentium motherboards do not have a Flash BIOS. The following instructions therefore do not apply to these boards. If your motherboard does not have a Flash BIOS (EEPROM) you will need to use an EPROM programmer to re-program the BIOS chip. See your dealer for more information about this. Please read the following instructions in full before starting a Flash BIOS upgrade: A. Create a Bootable Floppy (in DOS) •With a non-formatted disk, type the following: format a:/s •If using a formatte...

Partitioning Your Harddisk With Fdisk

Partitioning involves creating logical units on your hard drive that are then addressed as different drive letters. Not only does it help to organize your data (program files on one drive, games on another, documents on another) but also to speed up your PC. This is so because the drive head has to move a lesser distance for accessing data within one partition. You can also have different filesystems and OSs on the same hard drive. Partitioning can be done using ‘fdisk’ in DOS/Windows 9x or ‘disk management’ in Windows 2000/ NT/XP. We will describe the procedure for fdisk, since disk management is GUI driven and the basics otherwise remain the same. While several other commercial packages like Partition Magic are available, these utilities (fdisk, computer management) are bundled with their respective OSs. You need a bootable floppy with fdisk.exe, format.com, and sys. com utilities. Before starting, decide how many partitions you want to create and their sizes. You can create one prim...

Ever wonder what does DirectX means? Well..

Ever wondered just what that enigmatic name means? Gaming and multimedia applications are some of the most satisfying programs you can get for your PC, but getting them to run properly isn’t always as easy as it could be. First, the PC architecture was never designed as a gaming platform. Second, the wide-ranging nature of the PC means that one person’s machine can be different from another. While games consoles all contain the same hardware, PCs don’t: the massive range of difference can make gaming a headache. To alleviate as much of the pain as possible, Microsoft needed to introduce a common standard which all games and multimedia applications could follow – a common interface between the OS and whatever hardware is installed in the PC, if you like. This common interface is DirectX, something which can be the source of much confusion. DirectX is an interface designed to make certain programming tasks much easier, for both the game developer and the rest of us who just want to sit d...