the devx's Profile

Member since May 29, 2009, follows 0 people, 0 public groups, 58 public bookmarks (197 total).

More »
Tags

Recent Tags:
Top Tags:

More »
Recent Bookmarks and Annotations

  • Master boot record - Wikipedia, the free encyclopedia on 2009-12-05
    • Though it is possible to directly manipulate the bytes in the MBR sector using various Disk Editors, there are tools to write fixed sets of functioning code to the MBR . Since MS-DOS 5.0, the DOS-mode program FDISK has included the (undocumented, but widely used) switch /mbr, which will rewrite the MBR code. Under Windows 2000 or later, the Recovery Console can be used to write new MBR code to a hard disk using its fixmbr command. Under Windows Vista and Windows 7, the Recovery Environment can be used to write new MBR code to a hard disk by clicking on Command Prompt and typing bootrec /FixMbr.
  • Backup and Restore Master Boot Record MBR on 2009-12-05
    • dd if=/dev/hda of=/home/richmondg/mbr_backup bs=512 count=1


      Obviously, you will need to substitute the partition where your boot sector resides and also use your own username. Now let’s see just what we did there. dd just stands for disk dump, if means input file, of means output file, bs simply means bytes and count=1 tells the command to do this just once. It makes sense to save this out to some removable device, usually a USB stick, in which case amend the file path to suit so that /home/richmondg/mbr_backup reads, say, /dev/sda/mbr_backup or just copy the original backup to the external device.



      Or, only copy the first 446 bytes. Why?



      This could be a useful tip. If you change 512 to 446 in the above command you will only save the boot sector, but not the partition table. Why would you want to do that? The reason is that if you use 512 bytes and subsequently amend your partitons for any reason and then restore the MBR it will be out of sync. So, ensure that if you have made any partiton changes since your original MBR backup that you update that backup.



      Restoring the MBR



      Not surprisingly, in order to restore the MBR it is only necessary to reverse that original command which saved it. If you managed to hose the MBR you will not be able to boot up, so you can use a live CD to access your hard drive and read the backup off any removable media such as a USB stick. Here is the command:



      dd if=/dev/sda/mbr_backup of=/dev/hda bs=512 count=1


      Again, amend sda to read where you saved the MBR and run the command as root. If you wish to kill the MBR altogether, including the partition table, then you can overwrite it with a series of zeros:



      dd if=/dev/zero of=/dev/hda bs=512 count=1
  • 5 Simple Ways to Speed Up Your Computer | TechieSouls on 2009-11-20
    • And sometimes the uninstaller doesn’t work at all. But not to worry – you can always remove the software manually. What you will have to do is find the folder where the program is installed. Usually it’s the Program Files directory. Find the software folder and delete it. If some files don’t want to be deleted, try restarting your computer. This will help if the files were used by the system. If you still can’t remove those files, try booting in Safe Mode (tap F8 during PC boot) and then delete the files.


      After that you need to get rid of invalid Registry entries. Microsoft has a free Windows Installer CleanUp Utility to help you do that. Install and open it and then select the program you want to uninstall from the list. The utility will remove all registry entries related to that application. I suggest backing up the Registry before you do this. Just in case.

      • the devx

        the devx on 2009-11-20

        be sure to check into the Windows Installer Cleanup Utility

  • SPACE.com -- Astronomers See First Light in Universe, Lifting Cosmic Fog on 2009-11-07
    • Researchers say that shortly after the Big Bang, the universe was loaded mostly with hydrogen and helium that was ionized -- too hot to remain in a stable state. For about 300,000 years, the universe expanded and cooled, and the gases began to recombine and stabilize to neutral states.

      The universe then entered the dark ages, estimated to have lasted about half a billion years. All the while, clumps of matter developed. Then the first stars, galaxies and quasars formed. Quasars are incredibly bright objects thought to harbor black holes with masses billions of times that of our Sun.

      Like morning sunlight burning through fog, the radiation from these new objects made the opaque gas of the universe become transparent by splitting atoms of hydrogen into free electrons and protons, say researchers, who call this period one of re-ionization

      "The results are now telling us when this process was completed," said Sir Martin Rees, a cosmologist at Cambridge University who is familiar with the study. Rees told SPACE.com that the results are important for pinning down a time chart of the universe.

      "It is as if the universe was filled by a dark, opaque fog up to that time," explains Sandra Castro, a postdoctoral student at Caltech and member of the team. "Then the fires -- the first galaxies -- lit up and burned through the fog. They made both the light and the clarity."

    • In the Keck observations, researchers found not only clear areas of sky but also large, leftover dark regions caused by the opaque gas from the dark ages. Scientists know that certain wavelengths of ultraviolet light are either absorbed or pass through hydrogen depending on its atomic state. In this case, the light emitted by the quasar was absorbed by intervening "neutral" hydrogen -- the non-ionized hydrogen that was the supposed fog of the dark ages. In other patches, some of the hydrogen had apparently been re-ionized, because the ultraviolet light passed through.

      They say the conversion from an opaque to transparent universe was not instantaneous. It may have taken tens or even hundreds of millions of years for the earliest quasars and galaxies to burn through the cosmic fog.

    • 1 more annotations...
  • Free disk-imaging utility avoids Windows reinstalls | Workers' Edge - CNET News on 2009-10-29
  • HelpLine: October 2009 Archives - Combofix for hard-to-remove spyware on 2009-10-28
    • Q. I have tried all the tools from your Patented Spyware Removal System and have managed to find and remove quite a lot of spyware. But I am still bedeviled by Internet demons that redirect my Google searches to various ad sites. Is there anything else I can try?



      A. The fight against spyware is an ongoing struggle for all of us who use Windows based computers. Seems that the vermin who craft the malware are constantly looking for new ways to compromise our computers and are getting better and better at avoiding detection and removal.



      Fortunately, there are still good software programmers who know our plight and are developing and updating tools needed to combat this digital scourge.



      One of the more recent programs I have discovered is Combofix. In fact, I just used to to solve the very same issue you are describing and I have even updated my Web site to include a link to the program and a tutorial on how to use it.



      It can look rather intimidating to the computer novice, but it's rather straightforward and seems to be very effective at removing spyware problems the other programs miss.

  • Top 10 Time-Saving, MacGyver-Style Cleaning Tricks - Cleaning - Lifehacker on 2009-10-17
    • The basics of cleaning any LCD monitor start with avoiding alcohol—cleaning with it, at least. Turn off the monitor, dampen a soft, lint-free cloth with water, and wipe. If it's one of those fancy high-gloss monitors, there's just a footnote of using a micro-fiber cloth and cleaning in small sections. The since-defunct Hackosis once offered tips on fixing a scratched LCD monitor, including using petroleum jelly to temporarily smooth and visually restore scratches and re-lacquering screens with notable scratches. If you've got something small, you're in luck—the pencil eraser method might work. Photo by Gepat.
  • From the Tips Box: Free Calls with Google Voice using your cell phone on 2009-10-15
  • Restore a Hard Drive Lost Boot Sector on 2009-10-09
        • Is there a safe-and-easy way to repair the boot sector without losing the information on it?"



        Probably, yes. If it's an XP system, you can use the XP Recovery Console's fixMBR and fixBoot commands to rebuild the Master Boot Record (MBR) and repair the damaged Windows boot sector.



        The information you'll need for XP is in Microsoft Knowledge Base article
        314058,
        "Description of the Windows XP Recovery Console for advanced users."



        Vista's version of the Recovery Console is called the Windows Recovery Environment (RE) and operates quite differently. The Bootrec.exe tool in Windows RE serves a function similar to XP's fixMBR and fixBoot commands. Bootrec.exe lets you troubleshoot and repair various boot and startup issues. (BTW: Windows 7 uses the same Windows RE as Vista.)



        For more information, see MS KB article
        927392,
        "How to use the Bootrec.exe tool in the Windows Recovery Environment to troubleshoot and repair startup issues in Windows Vista."
  • Free disk-imaging utility avoids Windows reinstalls | Workers' Edge - CNET News on 2009-10-07
    • Paramount Software's Macrium Reflect disk-imaging software
    • Of course, there are times when reinstalling Windows is your only recourse—such as when you have to repair a PC that has no backups. You'll find step-by-step instructions for reinstalling XP and older versions of Windows in Lincoln Spector's "How to Reinstall Windows XP." Microsoft's Windows Help and How-to site describes how to use Vista's Startup Repair feature. A separate article on the site explains your Vista installation and reinstallation options.

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo