How to create A Huge File

You can create a file of any size using nothing more than what’s supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this.
Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240.

  1. Now open a command prompt window.
  2. Enter the command DEBUG BIGFILE.DAT (replace the name of the file as you want) and ignore the File not found message.
  3. Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example).
  4. Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example).
  5. Enter W for Write and Q for Quit.

You’ve just created a 1-million-byte file using Debug. Of course you can create a file of any desired size using the same technique.

Who is Still Using Windows XP, and Why?

The launch of Windows 8 is on the horizon, releasing later this year. Microsoft assures us the user experience with their new OS will be better than ever before, however; would it surprise you to learn that more than 3 out of every 10 PC users are still using Windows XP, an OS that is a full decade old? It’s true, and here’s why.

The Prodigal Software

Following in the footsteps of Windows 98 and 2000, which each had their share of issues, XP was hailed as being the most stable and easy-to-use product Microsoft had put out since Windows 95. In the five years between XP’s release and Vista’s, it lived up to its hype through regular and convenient software updates.
If It Ain’t Broke…

As both home and business users became used to XP, it became less and less likely that any significant improvements could be made with new software. This was reflected in the widespread release of office technology that was compatible with XP. The more invested corporations and individuals alike became in its use, the harder it would be to convince anyone a shift was worthwhile.
 

Vista Backlash

The only criticisms many had for XP were security issues. Microsoft promised a serious security upgrade with Vista, and for the most part, they delivered. But after word got out about the incorporation of intrusive DRM technologies, the higher system requirements, and the incompatibility issues with pre-Vista hardware and software, adoption was extremely reluctant. Many never “upgraded” at all, and for those that did, it was once bitten, twice shy.
Time to Change

Windows 7 resolves nearly all of the problems with Vista, but there’s a lot of work to be done to convince XP users to make the switch. XP has become expensive to maintain compared with upgrading to 7, however, and this may be the driving force behind a shift in the market. Another factor will be Microsoft’s removal of support for XP, including security updates and hotfixes, in April 2014. Anyone who relies on a computer knows how important it is to stay current when it comes to potential security problems.

In the tech world, you can’t stay behind for long, and many who mistrust Windows 7 will likely change their tune once they give it a shot. Hopefully the transition will be more painless than it has in the past!

How to Crack the Account Password on Any Operating System

Computer passwords are like locks on doors – they keep honest people honest. If someone wishes to gain access to your laptop or computer, a simple login password will not stop them. Most computer users do not realize how simple it is to access the login password for a computer, and end up leaving vulnerable data on their computer, unencrypted and easy to access.

Are you curious how easy it is for someone to gain access to your computer? If so, read on to see the technique one might use to figure out your computer password.

Windows 
Windows is still the most popular operating system, and the method used to discover the login password is 
the easiest. The program used is called Ophcrack, and it is free. Ophcrack is based on Slackware, and uses rainbow tables to solve passwords up to 14 characters in length. The time required to solve a password? Generally 10 seconds. The expertise needed? None.
Simply download the Ophcrack ISO and burn it to a CD (or load it onto a USB drive via UNetbootin). Insert the CD into a machine you would like to gain access to, then press and hold the power button until the computer shuts down. Turn the computer back on and enter BIOS at startup. Change the boot sequence to CD before HDD, then save and exit.

The computer will restart and Ophcrack will be loaded. Sit back and watch as it does all the work for your. Write down the password it gives you, remove the disc, restart the computer, and log in as if it were you own machine.

Mac

The second most popular operating system, OS X is no safer when it comes to password cracking then Windows.

The easiest method would be to use Ophcrack on this, also, as it works with Mac and Linux in addition to Windows. However, there are other methods that can be used, as demonstrated below.

If the Mac runs OS X 10.4, then you only need the installation CD. Insert it into the computer, reboot. When it starts up, select UTILITIES > RESET PASSWORD. Choose a new password and then use that to log in.

If the Mac runs OS X 10.5, restart the computer and press COMMAND + S. When at the prompt, type:

fsck -fy

mount -uw /

launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist

dscl . -passwd /Users/UserName newpassword


That’s it. Now that the password is reset, you can login.

Linux

Finally, there is Linux, an operating system quickly gaining popularity in mainstream, but not so common you’re likely to come across it. Though Mac and Linux are both based on Unix, it is easier to change the password in Linux than it is OS X.

To change the password, turn on the computer and press the ESC key when GRUB appears. Scroll down and highlight ‘Recovery Mode’ and press the ‘B’ key; this will cause you to enter ‘Single User Mode’.

You’re now at the prompt, and logged in as ‘root’ by default. Type ‘passwd’ and then choose a new password. This will change the root password to whatever you enter. If you’re interested in only gaining access to a single account on the system, however, then type ‘passwd username’ replacing ‘username’ with the login name for the account you would like to alter the password for.

Conclusion

There you have it – that is how simple it is for someone to hack your password. It requires no technical skills, no laborious tasks, only simple words or programs. The moral of the story? Encrypt your data to keep it safe. Don’t use only a password, but actually encryption, such as Blowfish or AES-128. There are a number of programs that can do this – TrueCrypt for Windows, or the native encryption found on Ubuntu, creating a disk image in Mac, etc.

Hibernate - Enable or Disable (restore or delete the hiberfil.sys file)

This tutorial will show you how to enable or disable hibernate and restore or delete the hiberfil.sys file inWindows 7 and Windows 8.

When hibernate is disabled, the Hibernate option is missing from the Start Menu (Windows 7 only), Shut Down Windows dialog, Power menu (Windows 8 only) and the Advanced Power Plan Options.

You must be logged in as an administrator to be able to do the steps in this tutorial.

Note

By default, the size of the hidden protected OS hibernation file (C:\hiberfil.sys) is 75% of the total amount of installed RAM on your computer.


Tip

You can set your computer to either use or not use the Hybrid or Hibernate sleep mode option from the Advanced Power Plan Options.
In Windows 7, you will only see Hibernate listed in the Start Menu power button arrow menu if you have Hybrid turned off in the Advanced Power Plan Options.

OPTION ONE 

To Enable or Disable Hibernate in a Elevated Command Prompt

1. To Enable Hibernate
NOTE: This step will restore the hiberfil.sys file, and the Allow hybrid sleep and Hibernate after Power Options underSleep.
A) Open a Elevated Command Prompt.

B) In the elevated command prompt, type powercfg -h on and press Enter.

C) Close the elevated command prompt.

D) If you would also like to have hibernate turned on, then you will also need do to step 2 in OPTION FOUR below.

2. To Disable Hibernate
NOTE: This step will disable hibernation, delete the hiberfil.sys file, and remove the Allow hybrid sleep and Hibernate afterPower Options under Sleep. This will also disable fast startup in Windows 8.


1. Open a Elevated Command Prompt.

2. In the elevated command prompt, type powercfg -h off and press Enter.

3. Close the elevated command prompt.


OPTION TWO 

To Enable or Disable Hibernate in Registry Editor
1. Open the Start Menu, type regedit in the search box, and press Enter.

2. In regedit, navigate to the location below.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power

3. In the right pane of the Power key, double click/tap on HibernateEnabled, and do step 4 or 5 below for what you would like to do.

4. To Enable Hibernate

NOTE: This step will restore the hiberfil.sys file, and the Allow hybrid sleep and Hibernate after Power Options underSleep.

A) Type in 1, and click/tap on OK.

B) Go to step 6.

5. To Disable Hibernate

NOTE: This step will disable hibernation, delete the hiberfil.sys file, and remove the Allow hybrid sleep and Hibernate afterPower Options under Sleep. This will also disable fast startup in Windows 8.

A) Type in 0 (zero), and click/tap on OK.

B) Go to step 6.

6. Close regedit, and restart the computer to apply the changes.

7. If you would also like to have hibernate turned on, then you will also need do to step 2 in OPTION FOUR below.


OPTION THREE

To Turn Hibernate On or Off in Power Options


NOTE: This option does not disable hibernate, but only turns it on or off for your power plan.

1. Do either step 2 or 3 below for what you would like to do.

2. To Turn On Hibernate

NOTE: You could also use a hibernate shortcut to manually put the computer into hibernation instead or in addition to this option.

A) If you have not already, then you will need to enable hibernate using either OPTION ONE, OPTION TWO, orOPTION THREE above first.

B) Open the Advanced Power Plan Settings for your power plan, then expand Sleep.

C) Under Hibernate after, set the Setting (Minutes) to how many minutes you want your computer to sit idle for before it goes into hibernation.

D) Go to step 4.

3. To Turn Off Hibernate 

NOTE: If you disabled hibernate using OPTION 1, 2, or 3 above, then there's no need to do this since Hibernate after andAllow hybrid sleep will no longer be listed in your power options.
A) Open the Advanced Power Plan Settings for your power plan, and expand Sleep.

B) Under Hibernate after, set the Setting (Minutes) to Never.

C) Under Allow hybrid sleep, set Setting to Off.

D) Go to step 4.
4. When finished, click/tap on OK.

That's it.