- Hi…. can i be your textmate? i got your number from heaven, you’re an angel in disguise right?
- Para kang oatmeaL, you know why ?? coz’ you’re good to my heart ..
- Here, let me tie your shoe laces, so you won’t fall for anyone else:P..
- Miss di ka ba napapagod kasi takbo ka ng takbo sa isip ko..
- Can i strip your clothes off? because i want to know how angels hide their wings.
- Sana naging kandila ka nalang…para kapag hinipan kita, deadbol kana… ahehehe..
- Miss, para kang kayamanan, kasi sarap mung ibaon, haha ..
- Kung nagugutom ako at kelangan ko ng isang taong makakapagpabusog sa aken, pde ba kitang lapitan at sabihin.. Pakagat naman kahit sa labi man lang. ” LOL?
- Pwede mo ba ako samahan? san? samahan HABANGBUHAY. :p
- Boy : “i did not kiss his girlfriend..i just whispered something in her mouth..”
A blog specially made for my Poetry works, Experiences, and random blabberings.
Thursday, September 22, 2011
Pick-up lines Part 22
Wednesday, September 21, 2011
What is Audit
What is Audit? Once upon a time there was a shepherd looking after his sheep on the side of a deserted road. Suddenly a brand new Porsche screeches to a halt. The driver, a man dressed in an Armani suit, Cerutti shoes, Ray-Ban sunglasses, TAG-Heuer wrist-watch, and a Pierre Cardin tie gets out and asks the shepherd, 'If I can tell you how many sheep you have, will you give me one of them?' The shepherd looks at the young man, then looks at the large flock of grazing sheep and replies, 'Okay.'The young man parks the car, connects his laptop to the mobile-fax, enters a NASA Website, scans the ground using his GPS, opens a database and 60 Excel tables filled with algorithms and pivot tables. He then prints out a 150-page report on his high-tech mini-printer, turns to the shepherd and says, รข€˜'You have exactly 1,586 sheep.' The shepherd cheers, 'That's correct, you can have your sheep.'The young man takes one of the animals from the flock and puts it in the back of his Porsche. The shepherd looks at him and asks, 'If I guess your profession, will you return my animal to me?' The young man answers, 'Yes, why not?' The shepherd says, 'You are an auditor.' 'How did you know?' asks the young man. 'Very simple,' answers the shepherd.'Firstly, you came here without being wanted.Secondly, you charged me a fee to tell me something I already knew. Thirdly, you don't understand anything about my business.....Now can I have my dog back? ' |
Friday, September 16, 2011
Mastering The Windows XP Registry
The Recovery Console
The Windows XP Recovery Console is a tool that allows recovery from a number of failures. Previously, all you could do was boot another copy of Windows XP and hack your way around, replacing files, even registry components, in the blind hope that you would somehow fix the problem.
With Windows XP, you have two tools to use: the Recovery Console and the Safe Mode feature.
The Recovery Console is a powerful, simple (no, that's not an oxymoron!) feature that is supplied with Windows XP, but it is not installed by default. The Windows XP Safe Mode works in the same manner as the Safe Mode found in other versions of Windows. You can modify a number of system settings using Safe Mode (such as video modes). Installing the Recovery Console after the system has failed is quite like locking the barn door
after the horse has been stolen—it really won't work that well.
Installing the Recovery Console
The Recovery Console must be installed before disaster strikes. It will be difficult (maybe even impossible) to install it after a disaster has reared its ugly head. So, let's install the Recovery Console right now.
First, you must use the Windows XP distribution CD (or share containing the appropriate files, if installing from a network device). The Recovery Console is installed using the winnt32.exe program. The winnt32.exe program is the same program that is used to install Windows XP; however, by selecting the correct option, you are able to tell winnt32.exe to not install Windows XP, but to install the Recovery Console instead.
Note It is not possible to install the Recovery Console at the same time as Windows XP. You must first install Windows XP, then install the Recovery Console. If you have multiple copies of Windows XP installed, it is only necessary to install the Recovery Console one time—the Recovery Console will work with as many copies of Windows XP as are
installed.
Follow these steps to install the Recovery Console from the Windows XP distribution CD:
1. Insert the distribution CD and change into the i386 directory.
2. Run winnt32.exe using the /cmdcons option. Typically, no other options are needed, though some users may wish to specify source options, especially if installing from a network share rather than a hard drive.
3. The installation program contacts Microsoft to check for updates to this Windows XP component.
Figure 2.3: Windows XP's Dynamic Update uses the Internet to retrieve the latest files directly from Microsoft.
4. The winnt32.exe program opens the dialog box shown in Figure 2.4. This dialog box allows you to cancel the installation if you need to. Note that multiple installations of the Recovery Console will simply overwrite previous installations; in such cases, no error is generated.
Figure 2.4: Setting up the Recovery Console using winnt32/cmdcons by passes all other setup options.
5. If there are no errors, the dialog box shown in Figure 2.5 is displayed. The Recovery Console is ready for use at this point.
Figure 2.5: The Recovery console has been successfully installed.
What's in the Recovery Console?
The Recovery Console consists of a minor modification to the boot.ini file, and the addition of a hidden directory on the boot drive. The added directory's name is cmdcons. The change to the boot.ini file is simply the addition of another line providing for a new boot option:
C:\cmdcons\bootsect.dat="Microsoft Windows Recovery console" /cmdcons
This option consists of a fully qualified file name (C:\cmdcons\bootsect.dat), a text description (Microsoft Windows Recovery Console), and a boot option (/cmdcons).
As everyone should be well aware, the Windows XP Boot Manager is able to boot virtually any operating system (assuming that the operating system is compatible with the currently installed file system).
How Windows XP Supports Booting other Operating Systems
Windows XP can be told to "boot" any directory or file location. For example, the Recovery Console is saved in the cmdcons directory. In the cmdcons directory is a 512-byte file named bootsect.dat. Windows XP will treat a file named bootsect.dat exactly as if it were a hard disk's boot sector. In fact, one could, theoretically, copy the bootsect.dat file to a drive's boot sector location and cause that operating system to be booted directly.
One use for this technology is in a multiple-boot configuration where the other operating system or systems are not compatible with Windows NT (such as Windows 95/98/Me).
The Recovery Console does qualify as an operating system, though it is very simple—and limited.
A major question will always be this: is the Recovery Console secure? In most situations, the
Recovery Console is actually quite secure. The user, at startup of the Recovery Console, is prompted for two pieces of information:
• Which Windows XP installation is to be repaired (assuming that there is more than one Windows XP installation!).
• The Administrator's password for that installation. The Recovery Console then uses the installation's SAM to validate this password to ensure the user has the necessary permission to use the system.
A situation comes to mind: if the Administrator's password is lost or otherwise compromised, not only may it be impossible to use the Recovery Console, but anyone with access to the compromised password could modify the system with the Recovery Console. This is not really an issue, though. If the Administrator's password is lost, that's life. It will be difficult, if not impossible, to recover the password. If the security of the Administrator's password is compromised, then it will be necessary to repair the damage—changing the password is mandatory in this case. In either case, the Recovery Console is no less secure than Windows XP is.
The cmdcons directory holds over 100 files.
The Windows XP Recovery Console is a tool that allows recovery from a number of failures. Previously, all you could do was boot another copy of Windows XP and hack your way around, replacing files, even registry components, in the blind hope that you would somehow fix the problem.
With Windows XP, you have two tools to use: the Recovery Console and the Safe Mode feature.
The Recovery Console is a powerful, simple (no, that's not an oxymoron!) feature that is supplied with Windows XP, but it is not installed by default. The Windows XP Safe Mode works in the same manner as the Safe Mode found in other versions of Windows. You can modify a number of system settings using Safe Mode (such as video modes). Installing the Recovery Console after the system has failed is quite like locking the barn door
after the horse has been stolen—it really won't work that well.
Installing the Recovery Console
The Recovery Console must be installed before disaster strikes. It will be difficult (maybe even impossible) to install it after a disaster has reared its ugly head. So, let's install the Recovery Console right now.
First, you must use the Windows XP distribution CD (or share containing the appropriate files, if installing from a network device). The Recovery Console is installed using the winnt32.exe program. The winnt32.exe program is the same program that is used to install Windows XP; however, by selecting the correct option, you are able to tell winnt32.exe to not install Windows XP, but to install the Recovery Console instead.
Note It is not possible to install the Recovery Console at the same time as Windows XP. You must first install Windows XP, then install the Recovery Console. If you have multiple copies of Windows XP installed, it is only necessary to install the Recovery Console one time—the Recovery Console will work with as many copies of Windows XP as are
installed.
Follow these steps to install the Recovery Console from the Windows XP distribution CD:
1. Insert the distribution CD and change into the i386 directory.
2. Run winnt32.exe using the /cmdcons option. Typically, no other options are needed, though some users may wish to specify source options, especially if installing from a network share rather than a hard drive.
3. The installation program contacts Microsoft to check for updates to this Windows XP component.
Figure 2.3: Windows XP's Dynamic Update uses the Internet to retrieve the latest files directly from Microsoft.
4. The winnt32.exe program opens the dialog box shown in Figure 2.4. This dialog box allows you to cancel the installation if you need to. Note that multiple installations of the Recovery Console will simply overwrite previous installations; in such cases, no error is generated.
Figure 2.4: Setting up the Recovery Console using winnt32/cmdcons by passes all other setup options.
5. If there are no errors, the dialog box shown in Figure 2.5 is displayed. The Recovery Console is ready for use at this point.
Figure 2.5: The Recovery console has been successfully installed.
What's in the Recovery Console?
The Recovery Console consists of a minor modification to the boot.ini file, and the addition of a hidden directory on the boot drive. The added directory's name is cmdcons. The change to the boot.ini file is simply the addition of another line providing for a new boot option:
C:\cmdcons\bootsect.dat="Microsoft Windows Recovery console" /cmdcons
This option consists of a fully qualified file name (C:\cmdcons\bootsect.dat), a text description (Microsoft Windows Recovery Console), and a boot option (/cmdcons).
As everyone should be well aware, the Windows XP Boot Manager is able to boot virtually any operating system (assuming that the operating system is compatible with the currently installed file system).
How Windows XP Supports Booting other Operating Systems
Windows XP can be told to "boot" any directory or file location. For example, the Recovery Console is saved in the cmdcons directory. In the cmdcons directory is a 512-byte file named bootsect.dat. Windows XP will treat a file named bootsect.dat exactly as if it were a hard disk's boot sector. In fact, one could, theoretically, copy the bootsect.dat file to a drive's boot sector location and cause that operating system to be booted directly.
One use for this technology is in a multiple-boot configuration where the other operating system or systems are not compatible with Windows NT (such as Windows 95/98/Me).
The Recovery Console does qualify as an operating system, though it is very simple—and limited.
A major question will always be this: is the Recovery Console secure? In most situations, the
Recovery Console is actually quite secure. The user, at startup of the Recovery Console, is prompted for two pieces of information:
• Which Windows XP installation is to be repaired (assuming that there is more than one Windows XP installation!).
• The Administrator's password for that installation. The Recovery Console then uses the installation's SAM to validate this password to ensure the user has the necessary permission to use the system.
A situation comes to mind: if the Administrator's password is lost or otherwise compromised, not only may it be impossible to use the Recovery Console, but anyone with access to the compromised password could modify the system with the Recovery Console. This is not really an issue, though. If the Administrator's password is lost, that's life. It will be difficult, if not impossible, to recover the password. If the security of the Administrator's password is compromised, then it will be necessary to repair the damage—changing the password is mandatory in this case. In either case, the Recovery Console is no less secure than Windows XP is.
The cmdcons directory holds over 100 files.
Thursday, September 15, 2011
How to make a bootable floppy disc that can boot into Windows
Tutorial Objective
In this tutorial, it will guide the user on how he/she is able to make a bootable floppy disc that can boot into Windows.
Tutorial Introduction & Background & Facts
Many people are able to boot into an Operating System without any problems. But in one day, what if the boot files that include NTLDR, Boot.ini, and Ntdetect.com[/] file are corrupted due to virus infected, you are not able to boot into the OS. You will end up with reinstalling and repairing the OS in order to be able to boot into the OS again. Doing so will take you a lot of time. Therefore, in this tutorial, it will teach the user how to make the bootable floppy disc that can boot into Windows. So, when the user encounter the OS booting in the future due to boot files corruption, they are still able to boot into the OS and repair the OS bootup in less than a minute.
Pre-requites Tools
* A blank floppy disc
* A PC with running Windows 2000 series, Windows XP series, or 2003 series
Terminology & Explanation
(None)
Implementation
This tutorial and its procedure will guide the user on how he/she make the bootable floppy disc that can boot into Windows so that he/she is able to boot into Windows eventhough the Windows bootup is corrupted. All you have to do,
1-1) Go to [i]My Computer
1-2) Make sure that you unhide hidden system file in order for you to see the OS boot file
If you know how to unhide the hidden system, you can skip the following procedures to procedure # 2-1. Otherwise continue on with the following procedure.
1-3) Go to Tools menu, and choose Folder Options...
1-4) Go to the View tab
1-5) Under the Hidden files and folders, choose the option that says, "Show hidden files and folders"
1-6) Uncheck the checkbox that says, "Hide extensions for known file types"
1-7) Uncheck the checkbox that says, "Hide protected operating system files (Recommended)"
When the message box appears on the screen, just click the OK button to continue.
1-8 ) Click the OK button to continue
Now you should be able to see all the hidden files and the hidden system files.
2-1) Insert the blank floppy disc into the floppy drive
In order to be able to make the bootable floppy disc, you will have to first format it.
2-2) Go to Command Prompt (In Windows mode, that means Start -> Run -> cmd)
2-3) Change to A Drive (Floppy Drive) by typing the following in the Command Prompt and hit [Enter] key:
CODE
a:
2-4) After you change to A Drive in Command Prompt, format the floppy disc by typing the following in the Command Prompt and then press [Enter] key and follow the prompt:
CODE
format a:
Now the formatting floppy disc begins. When the formatting process completed,
2-5) Go back to My Computer
2-6) Go to the primary partition of the primary HDD (that means C Drive)
2-7) Copy all the following files from C Drive into A Drive (Floppy drive)
NTLDR
Boot.ini
Ntdetect.com
NTLDR, Boot.ini, and Ntdetect.com file are the boot files that are required to boot into the OS.
Once you copied those boot files into the A Drive (Floppy Drive), you just created the bootable floppy disc that can boot into Windows. Now you will have to verify it to see if booting from floppy disc works. Before you do that, it is recommended that you take the floppy disc out and set it to write-protected; therefore, your floppy disc is set to read-only. Doing that can prevent that any virus goes onto the floppy disc. After you do that, put that floppy back in.
3-1) Reboot the PC and enter the mobo BIOS setting
3-2) Verify the Boot Sequence to make sure that the Floppy Drive is set to first boot.
3-3) Save and exit the BIOS setting to reboot the system.
Once the system reboots, after the POST process, the system will boot from the floppy drive. If the system is able to boot from the floppy disc and enter to Windows, that means your bootable floppy disc for booting into Windows is working. Be sure that you label the floppy disc and put it in the safe place just for in case of that you need that to troubleshoot the Windows bootup in the future.
Benefical
* So that the user can enjoy the new method for troubleshooting the Windows bootup
* The user is able to boot into the OS by using that bootable floppy disc in case of that the Windows cannot bootup anymore due to the NTLDR is missing or corrupted error message.
* Users can spend their less time to troubleshoot and repair the Windows bootup. To repair the Windows bootup, boot from that bootable floppy drive, and then go to the C Drive (Active Partition from primary partition of primary HDD from My Computer applet. Then copy all bootup files from Floppy Disc into C Drive.
In this tutorial, it will guide the user on how he/she is able to make a bootable floppy disc that can boot into Windows.
Tutorial Introduction & Background & Facts
Many people are able to boot into an Operating System without any problems. But in one day, what if the boot files that include NTLDR, Boot.ini, and Ntdetect.com[/] file are corrupted due to virus infected, you are not able to boot into the OS. You will end up with reinstalling and repairing the OS in order to be able to boot into the OS again. Doing so will take you a lot of time. Therefore, in this tutorial, it will teach the user how to make the bootable floppy disc that can boot into Windows. So, when the user encounter the OS booting in the future due to boot files corruption, they are still able to boot into the OS and repair the OS bootup in less than a minute.
Pre-requites Tools
* A blank floppy disc
* A PC with running Windows 2000 series, Windows XP series, or 2003 series
Terminology & Explanation
(None)
Implementation
This tutorial and its procedure will guide the user on how he/she make the bootable floppy disc that can boot into Windows so that he/she is able to boot into Windows eventhough the Windows bootup is corrupted. All you have to do,
1-1) Go to [i]My Computer
1-2) Make sure that you unhide hidden system file in order for you to see the OS boot file
If you know how to unhide the hidden system, you can skip the following procedures to procedure # 2-1. Otherwise continue on with the following procedure.
1-3) Go to Tools menu, and choose Folder Options...
1-4) Go to the View tab
1-5) Under the Hidden files and folders, choose the option that says, "Show hidden files and folders"
1-6) Uncheck the checkbox that says, "Hide extensions for known file types"
1-7) Uncheck the checkbox that says, "Hide protected operating system files (Recommended)"
When the message box appears on the screen, just click the OK button to continue.
1-8 ) Click the OK button to continue
Now you should be able to see all the hidden files and the hidden system files.
2-1) Insert the blank floppy disc into the floppy drive
In order to be able to make the bootable floppy disc, you will have to first format it.
2-2) Go to Command Prompt (In Windows mode, that means Start -> Run -> cmd)
2-3) Change to A Drive (Floppy Drive) by typing the following in the Command Prompt and hit [Enter] key:
CODE
a:
2-4) After you change to A Drive in Command Prompt, format the floppy disc by typing the following in the Command Prompt and then press [Enter] key and follow the prompt:
CODE
format a:
Now the formatting floppy disc begins. When the formatting process completed,
2-5) Go back to My Computer
2-6) Go to the primary partition of the primary HDD (that means C Drive)
2-7) Copy all the following files from C Drive into A Drive (Floppy drive)
NTLDR
Boot.ini
Ntdetect.com
NTLDR, Boot.ini, and Ntdetect.com file are the boot files that are required to boot into the OS.
Once you copied those boot files into the A Drive (Floppy Drive), you just created the bootable floppy disc that can boot into Windows. Now you will have to verify it to see if booting from floppy disc works. Before you do that, it is recommended that you take the floppy disc out and set it to write-protected; therefore, your floppy disc is set to read-only. Doing that can prevent that any virus goes onto the floppy disc. After you do that, put that floppy back in.
3-1) Reboot the PC and enter the mobo BIOS setting
3-2) Verify the Boot Sequence to make sure that the Floppy Drive is set to first boot.
3-3) Save and exit the BIOS setting to reboot the system.
Once the system reboots, after the POST process, the system will boot from the floppy drive. If the system is able to boot from the floppy disc and enter to Windows, that means your bootable floppy disc for booting into Windows is working. Be sure that you label the floppy disc and put it in the safe place just for in case of that you need that to troubleshoot the Windows bootup in the future.
Benefical
* So that the user can enjoy the new method for troubleshooting the Windows bootup
* The user is able to boot into the OS by using that bootable floppy disc in case of that the Windows cannot bootup anymore due to the NTLDR is missing or corrupted error message.
* Users can spend their less time to troubleshoot and repair the Windows bootup. To repair the Windows bootup, boot from that bootable floppy drive, and then go to the C Drive (Active Partition from primary partition of primary HDD from My Computer applet. Then copy all bootup files from Floppy Disc into C Drive.
Wednesday, September 14, 2011
Rule of Nine
This set of medical illustrations depicts the "Rule of Nines" for body areas. It divides the body into sections that represent nine percent of the total body surface area (TBSA). It can be used in conjunction with adult burn patients to determine the TBSA that has been burned. Sections include the head and neck, arms, torso (chest, anterior abdomen, upper and lower back), perineum and legs.
To approximate the percentage of burned surface area, the body has been divided into eleven
sections:
• Head
• Right arm
• Left arm
• Chest
• Abdomen
• Upper back
• Lower back
• Right thigh
• Left thigh
• Right leg (below the knee)
• Left leg (below the knee)
Each of these sections takes about nine percent of the body's skin to cover it. Added all together,
these sections account for 99 percent. The genitals make up the last one percent. To apply the
rule of nines, add up all the areas of the body that are burned deep enough to cause blisters or
worse (2nd or 3rd degree burns).
To approximate the percentage of burned surface area, the body has been divided into eleven
sections:
• Head
• Right arm
• Left arm
• Chest
• Abdomen
• Upper back
• Lower back
• Right thigh
• Left thigh
• Right leg (below the knee)
• Left leg (below the knee)
Each of these sections takes about nine percent of the body's skin to cover it. Added all together,
these sections account for 99 percent. The genitals make up the last one percent. To apply the
rule of nines, add up all the areas of the body that are burned deep enough to cause blisters or
worse (2nd or 3rd degree burns).
Tuesday, September 13, 2011
Make Dvd Iso From Suse 9.2 5 Cds Iso, Linux mode and Windows mode ISO creation
Linux Mode:
You should have all the isos in a folder (e.g., susedvd) and make 5 subdirectories (e.g., cd1 to cd5) to mount them. Do the following as root. You should have a DVD iso created after you finish. Make sure you have enough space on the hard disk.
# Create Directories
CODE
mkdir CD1 CD2 CD3 CD4 CD5
# Mount the CDs in loop back mode
CODE
mount -o ro,loop SuSE_9.0_CD1.ISO cd1
mount -o ro,loop SuSE_9.0_CD2.ISO cd2
mount -o ro,loop SuSE_9.0_CD3.ISO cd3
mount -o ro,loop SuSE_9.0_CD4.ISO cd4
mount -o ro,loop SuSE_9.0_CD5.ISO cd5
# Copy the boot directory from CD1
CODE
cp -a cd1/boot .
mkdir i586 noarch
# Concatenate checksums from 5 CDs (on one line)
# Create the NEW MD5SUMS as one file in order to allow SuSE to validate (thus install) all of the files from every CD and not just CD #1
# For the i586 directory:
CODE
cat CD1/suse/i586/MD5SUMS CD2/suse/i586/MD5SUMS CD3/suse/i586/MD5SUMS CD4/suse/i586/MD5SUMS CD5/suse/i586/MD5SUMS > i586/MD5SUMS
# For the i686 directory:
CODE
cat CD1/suse/i686/MD5SUMS CD2/suse/i686/MD5SUMS CD3/suse/i686/MD5SUMS CD4/suse/i686/MD5SUMS CD5/suse/i686/MD5SUMS > i686/MD5SUMS
# For the noarch directory:
CODE
cat CD1/suse/noarch/MD5SUMS CD2/suse/noarch/MD5SUMS CD3/suse/noarch/MD5SUMS CD4/suse/noarch/MD5SUMS CD5/suse/noarch/MD5SUMS > noarch/MD5SUMS
#cd2/suse/i586/emacs-21.3-52.i586.rpm has checksum error
#8e790b997fc6e187c197ab11c4f580fc emacs-21.3-52.i586.rpm
# if you want to correct it, edit the MD5SUMS
# Create DVD iso (on one line)
CODE
mkisofs -o SuSE_9.0.iso -b boot/loader/isolinux.bin -c boot/loader/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -l -P SuSE -r -T -V SuSE_9.0 -x cd1/boot -x cd1/suse/i586/MD5SUMS -x cd1/suse/noarch/MD5SUMS -x cd2/suse/i586/MD5SUMS
-x cd2/suse/noarch/MD5SUMS -x cd3/suse/i586/MD5SUMS -x cd3/suse/noarch/MD5SUMS -x cd4/suse/i586/MD5SUMS -x cd4/suse/noarch/
MD5SUMS -x cd5/suse/i586/MD5SUMS -x cd5/suse/noarch/MD5SUMS -graft-points cd1 boot/=boot suse/i586/MD5SUMS=i586/MD5SUMS suse
/noarch/MD5SUMS=noarch/MD5SUMS suse/=cd2/suse suse/=cd3/suse suse/=cd4/suse suse/=cd5/suse
# Burn the iso
Optionally, you can mount this ISO like you did above to verify it will work correctly, or if you don't want to actually burn it. Just call:
CODE
mkdir DVD
mount SuSE_9.2.iso DVD -o loop
Windows Mode:
This is a basic how to convert the 5 Suse 9.2 Pro CD's into 1 Suse 9.2 Pro DVD.
** Note this is intended ONLY for a purchased version of Suse, and is not intended for anyone to use in the act of pirating software. Don’t beat me up for this, but Additional software, and hardware are required ( Ultra ISO ) and a computer running a version of Windows with NTFS file system to handle the large file that will be created. I would have used Linux but I could not locate the tools to do this as easy. There are always discussions about piracy etc. I do not condone it. I have used this method for combining many different types of legal CD's into ONE DVD. That way I can keep my original copies safe and sound in their multiple CD format, not worry about scratching or damage, and it is darn handy if you use a lot of CD's as I do. I hope somebody can use this how to, and make their life a little better, as the basic concept applies to lots of other multiple CD software's as well.
1.) Create a folder to hold the ISO image on the Windows PC.
2.) Create an ISO image of the First CD of the Suse 9.2 set in the folder you created. I used Nero to create an nrg image and converted it using Ultra ISO. Ultra ISO can also create an image from the tools menu select CD/DVD Image.
3.) Next open the Image you created with Ultra ISO, there you will be able to see the internal directory structure of the image file. You can extract files from it or add files / folders to it. It should look like, not expanded:
SU920.001
+Boot
+Docu
+Dosutils
Media.1
+Suse
4.) Insert CD # 2 into the drive and open it using the bottom browser pane of Ultra ISO. On the right side bottom pane select EVERYTHING on the disk. Drag this selection to the very top of the image directory top left window where it is labeled “ SU920.001 “ and drop it there. It will ask about overwriting several files “ license, copying, etc just answer yes to all.
5.) Once CD # 2’s contents have been added to the image of CD # 1, select file and save the image. You have to leave the CD # 2 in the drive until this step is completed. Note the save takes a while it could be 10 minutes on a slow machine.
6.) Repeat steps 4 and 5 for each of the 3 remaining CD’s. Remember to save after you add each of the CD’s contents. Always make sure you drag to the very top of the directory structure where it says SU920.001, and save after each CD.
7.) When you get to this step you should have an image file that shows in Ultra ISO as 3,240 MB, windows will display this number differently in explorer. The directories should read top to bottom as below not expanded:
SU920.001 ( This is the Volume Label ) that we are going to change next.
+Boot
+Docu
+Dosutils
Media.1
Media.2
Media.3
Media.4
Media.5
+Suse
8.) Next select the top of the directory structure where it states “SU920.001”, right click it and rename it to SU920.DVD. I’m not sure this step even matters but that’s what I did. It should now look like:
SU920.DVD
+Boot
+Docu
+Dosutils
Media.1
Media.2
Media.3
Media.4
Media.5
+Suse
9.) Only one problem left, the MD5SUM files are messed up as the only ones you have in the image file are the last CD’s MD5SUM's. These files are plain text files that have a file list of the directory contents and each of the MD5SUM’s for each file. They are contained in the directories i586, i686, noarch, and setup directories under the suse directory.
SU920.DVD
+Boot
+Docu
+Dosutils
Media.1
Media.2
Media.3
Media.4
Media.5
+Suse
I586
I686
Noarch
+Setup
10.) We do not need to bother with the “setup” directory MD5SUM file, it is still the original from CD # 1, and it should only be one file md5sum listed, none of the other CD’s has this directory.
11.) Create a temporary directory for each of the i586, i686, noarch directories on the windows PC, Insert CD #1 into the drive and copy the MD5SUM files from the CD to the respective temp hard disk folders.
12.) Next insert each of the other CD’s ( 2, 3, 4, and finally 5 ) one at a time and append the appropriate MD5SUM text to the bottom of the MD5SUM files from CD # 1. Remember when they are saved DO NOT GIVE THEM A FILE EXTENSION! Windows may want to assign it as “ MD5SUM.txt “ it should be “ MD5SUM ” Without the quotes.
13.) When the MD5SUM files are all combined into a plain text file for each directory i586, i686, noarch, we just use Ultra ISO to copy each of these files to their respective directory and overwrite the existing MD5SUM file inside of the image, and save the ISO image again. The image file is complete and ready to burn.
14.) The last step is to use your favorite DVD burning software and burn the image to a blank + or - DVD of your choice. I always use a slow speed for DVD burning for quality. Save the image file until you are sure that you have a good burn.
All together creating the ISO image took about an hour and a half to complete, and another half an hour to burn. Not too bad as I was figuring out what was needed on the fly.
You should have all the isos in a folder (e.g., susedvd) and make 5 subdirectories (e.g., cd1 to cd5) to mount them. Do the following as root. You should have a DVD iso created after you finish. Make sure you have enough space on the hard disk.
# Create Directories
CODE
mkdir CD1 CD2 CD3 CD4 CD5
# Mount the CDs in loop back mode
CODE
mount -o ro,loop SuSE_9.0_CD1.ISO cd1
mount -o ro,loop SuSE_9.0_CD2.ISO cd2
mount -o ro,loop SuSE_9.0_CD3.ISO cd3
mount -o ro,loop SuSE_9.0_CD4.ISO cd4
mount -o ro,loop SuSE_9.0_CD5.ISO cd5
# Copy the boot directory from CD1
CODE
cp -a cd1/boot .
mkdir i586 noarch
# Concatenate checksums from 5 CDs (on one line)
# Create the NEW MD5SUMS as one file in order to allow SuSE to validate (thus install) all of the files from every CD and not just CD #1
# For the i586 directory:
CODE
cat CD1/suse/i586/MD5SUMS CD2/suse/i586/MD5SUMS CD3/suse/i586/MD5SUMS CD4/suse/i586/MD5SUMS CD5/suse/i586/MD5SUMS > i586/MD5SUMS
# For the i686 directory:
CODE
cat CD1/suse/i686/MD5SUMS CD2/suse/i686/MD5SUMS CD3/suse/i686/MD5SUMS CD4/suse/i686/MD5SUMS CD5/suse/i686/MD5SUMS > i686/MD5SUMS
# For the noarch directory:
CODE
cat CD1/suse/noarch/MD5SUMS CD2/suse/noarch/MD5SUMS CD3/suse/noarch/MD5SUMS CD4/suse/noarch/MD5SUMS CD5/suse/noarch/MD5SUMS > noarch/MD5SUMS
#cd2/suse/i586/emacs-21.3-52.i586.rpm has checksum error
#8e790b997fc6e187c197ab11c4f580fc emacs-21.3-52.i586.rpm
# if you want to correct it, edit the MD5SUMS
# Create DVD iso (on one line)
CODE
mkisofs -o SuSE_9.0.iso -b boot/loader/isolinux.bin -c boot/loader/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -l -P SuSE -r -T -V SuSE_9.0 -x cd1/boot -x cd1/suse/i586/MD5SUMS -x cd1/suse/noarch/MD5SUMS -x cd2/suse/i586/MD5SUMS
-x cd2/suse/noarch/MD5SUMS -x cd3/suse/i586/MD5SUMS -x cd3/suse/noarch/MD5SUMS -x cd4/suse/i586/MD5SUMS -x cd4/suse/noarch/
MD5SUMS -x cd5/suse/i586/MD5SUMS -x cd5/suse/noarch/MD5SUMS -graft-points cd1 boot/=boot suse/i586/MD5SUMS=i586/MD5SUMS suse
/noarch/MD5SUMS=noarch/MD5SUMS suse/=cd2/suse suse/=cd3/suse suse/=cd4/suse suse/=cd5/suse
# Burn the iso
Optionally, you can mount this ISO like you did above to verify it will work correctly, or if you don't want to actually burn it. Just call:
CODE
mkdir DVD
mount SuSE_9.2.iso DVD -o loop
Windows Mode:
This is a basic how to convert the 5 Suse 9.2 Pro CD's into 1 Suse 9.2 Pro DVD.
** Note this is intended ONLY for a purchased version of Suse, and is not intended for anyone to use in the act of pirating software. Don’t beat me up for this, but Additional software, and hardware are required ( Ultra ISO ) and a computer running a version of Windows with NTFS file system to handle the large file that will be created. I would have used Linux but I could not locate the tools to do this as easy. There are always discussions about piracy etc. I do not condone it. I have used this method for combining many different types of legal CD's into ONE DVD. That way I can keep my original copies safe and sound in their multiple CD format, not worry about scratching or damage, and it is darn handy if you use a lot of CD's as I do. I hope somebody can use this how to, and make their life a little better, as the basic concept applies to lots of other multiple CD software's as well.
1.) Create a folder to hold the ISO image on the Windows PC.
2.) Create an ISO image of the First CD of the Suse 9.2 set in the folder you created. I used Nero to create an nrg image and converted it using Ultra ISO. Ultra ISO can also create an image from the tools menu select CD/DVD Image.
3.) Next open the Image you created with Ultra ISO, there you will be able to see the internal directory structure of the image file. You can extract files from it or add files / folders to it. It should look like, not expanded:
SU920.001
+Boot
+Docu
+Dosutils
Media.1
+Suse
4.) Insert CD # 2 into the drive and open it using the bottom browser pane of Ultra ISO. On the right side bottom pane select EVERYTHING on the disk. Drag this selection to the very top of the image directory top left window where it is labeled “ SU920.001 “ and drop it there. It will ask about overwriting several files “ license, copying, etc just answer yes to all.
5.) Once CD # 2’s contents have been added to the image of CD # 1, select file and save the image. You have to leave the CD # 2 in the drive until this step is completed. Note the save takes a while it could be 10 minutes on a slow machine.
6.) Repeat steps 4 and 5 for each of the 3 remaining CD’s. Remember to save after you add each of the CD’s contents. Always make sure you drag to the very top of the directory structure where it says SU920.001, and save after each CD.
7.) When you get to this step you should have an image file that shows in Ultra ISO as 3,240 MB, windows will display this number differently in explorer. The directories should read top to bottom as below not expanded:
SU920.001 ( This is the Volume Label ) that we are going to change next.
+Boot
+Docu
+Dosutils
Media.1
Media.2
Media.3
Media.4
Media.5
+Suse
8.) Next select the top of the directory structure where it states “SU920.001”, right click it and rename it to SU920.DVD. I’m not sure this step even matters but that’s what I did. It should now look like:
SU920.DVD
+Boot
+Docu
+Dosutils
Media.1
Media.2
Media.3
Media.4
Media.5
+Suse
9.) Only one problem left, the MD5SUM files are messed up as the only ones you have in the image file are the last CD’s MD5SUM's. These files are plain text files that have a file list of the directory contents and each of the MD5SUM’s for each file. They are contained in the directories i586, i686, noarch, and setup directories under the suse directory.
SU920.DVD
+Boot
+Docu
+Dosutils
Media.1
Media.2
Media.3
Media.4
Media.5
+Suse
I586
I686
Noarch
+Setup
10.) We do not need to bother with the “setup” directory MD5SUM file, it is still the original from CD # 1, and it should only be one file md5sum listed, none of the other CD’s has this directory.
11.) Create a temporary directory for each of the i586, i686, noarch directories on the windows PC, Insert CD #1 into the drive and copy the MD5SUM files from the CD to the respective temp hard disk folders.
12.) Next insert each of the other CD’s ( 2, 3, 4, and finally 5 ) one at a time and append the appropriate MD5SUM text to the bottom of the MD5SUM files from CD # 1. Remember when they are saved DO NOT GIVE THEM A FILE EXTENSION! Windows may want to assign it as “ MD5SUM.txt “ it should be “ MD5SUM ” Without the quotes.
13.) When the MD5SUM files are all combined into a plain text file for each directory i586, i686, noarch, we just use Ultra ISO to copy each of these files to their respective directory and overwrite the existing MD5SUM file inside of the image, and save the ISO image again. The image file is complete and ready to burn.
14.) The last step is to use your favorite DVD burning software and burn the image to a blank + or - DVD of your choice. I always use a slow speed for DVD burning for quality. Save the image file until you are sure that you have a good burn.
All together creating the ISO image took about an hour and a half to complete, and another half an hour to burn. Not too bad as I was figuring out what was needed on the fly.
Monday, September 12, 2011
Lots Of Windows Xp Tips, Take A Look !
Lock XP Workstation (#1)
You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll, LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.
Remove Windows XP system software (#2)
XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.
New commands (#3)
For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options -- they're all far too baroque to go into here.
Windows XP supports IPv6 (#4)
XP has IP version 6 support -- the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.
Kill tasks from the command line (#5)
You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.
Enable ClearType by default (#6)
XP has ClearType -- Microsoft's anti-aliasing font display technology-- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry
HKEY_USERS/.DEFAULT/ControlPanel/Desktop/FontSmoothingType to 2.
Run program as different user (#7)
You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.
Speed up the Start Menu (#8)
The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.
Rename multiple files at once (#9)
You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetized groups by View, Arrange Icon By... Show In-Groups.
Show cover art in Media Player (#10)
Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.
Display Hibernate Option on the Shut Down dialog (#11)
For some reason, Hibernate isn't available from the default Shut Down dialog. But you can enable it simply enough, by holding down the SHIFT key while the dialog is visible. Now you see it, now you don't!
Enable ClearType on the Welcome Screen! (#12)
As laptop users and other LCD owners are quickly realizing, Microsoft's ClearType technology in Windows XP really makes a big difference for readability. But the this feature is enabled on a per-user basis in Windows XP, so you can't see the effect on the Welcome screen; it only appears after you logon.
But you can fix that. Fire up the Registry Editor and look for the following keys:
(default user) HKEY_USERS \ .Default \ Control Panel \ Desktop \
FontSmoothing (String Value)
HKEY_USERS \ .Default \ Control Panel \ Desktop \
FontSmoothingType (Hexadecimal DWORD Value)
Make sure both of these values are set to 2 and you'll have ClearType enabled on the Welcome screen and on each new user by default.
Change User Picture (#13)
Click on the Icon at the top of the start menu. Select desired picture from resulting screen Windows 2000 style logon. To revert back to the Win2k style logon so you can log on as the administrator and other options, press ctrl+alt+delete twice at the logon screen. Change the location of the My Music or My Pictures folders:
In Windows 2000, Microsoft added the ability to right-click the My Documents folder and choose a new location for that folder in the shell. With Windows XP, Microsoft has elevated the My Music and My Pictures folders to the same "special shell folder" status of My Documents, but they never added a similar (and simple) method for changing those folder's locations. However, it is actually pretty easy to change the location of these folders, using the following method.
Open a My Computer window and navigate to the location where you'd like My Music (or My Pictures) to reside. Then, open the My Documents folder in a different window. Drag the My Music (or My Pictures) folder to the other window, and Windows XP will update all of the references to that folder to the new location, including the Start menu.
Protect Your Files From Unauthorized Users (#14)
Other users with permission to delete a file (users with Modify or Full Control permission) can't use your encrypted files-but they can make them difficult for you to use. Any such user can rename your files, which can make them difficult to find, and can also delete your files. (Even if the user merely deletes them to the Recycle Bin and doesn't remove them altogether, the deleted files are unavailable to you because you don't have access to any other user's Recycle Bin.) Therefore, if you're concerned about protecting your files from other authorized users as well as from a thief who steals your computer, you should modify the NTFS permissions to prevent any type of modification by other users.
Shutdown Your System in a Hurry (#15)
If you need to shut down in a hurry-or if a frozen application prevents you from shutting down in the normal ways-you can use the following procedure. Be aware, however, that you won't get an opportunity to save open documents. To perform an emergency shutdown, press Ctrl+Alt+Del to display Task Manager. Open the Shut down menu and hold down the Ctrl key as you click the Turn Off command. Poof! If your computer is part of a domain, the procedure is similar. Press Ctrl+Alt+Del and then hold down Ctrl when you click Shut Down. In this situation, you'll get a warning message pointing out-quite correctly-that this should be used only as a last resort.
Provide Personal Support (#16)
It never fails: when friends, co-workers, or family members discover that you're a Windows expert, you get pressed into service as an unpaid support technician. If the party asking for help is running any edition of Windows XP and has an active Internet connection, your job is much easier. Have the other person send you a Remote Assistance request; when you accept the request, you connect directly to their computer and can edit Registry settings, fix file associations, set System options, and perform just about any other troubleshooting or repair task, just as if you were sitting at the other person's desk.
Quickly Fix Connectivity Problems (#17)
Are you having trouble connecting to other computers on your local area network? If your network uses a hardware firewall that assigns IP addresses to each machine and you're certain you've configured all other components correctly, check to see whether the Internet Connection Firewall is enabled. That component can effectively block communication between PCs on the network.
Hack IE Title Bar (#18)
This can be an impressive bit of personalization. Use your name or moniker to brand Internet Explorer. Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\ and left-click on Main to change the string "Window Title" to whatever you wish.
Unload DLLs (#19)
To prevent Windows from caching DLLs after the program using them has closed, follow this procedure: Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ then left-click on Explorer. Right-click (as above) and create the DWORD
AlwaysUnloadDLL with a value of 1. This requires a reboot to take effect. This will allow memory to be used more efficiently.
Registry Hacks (#20)
Editing the Windows Registry, while much more common now than in years past, is still not to be entered into lightly. You can break Windows, cause boot failure. I know you're gonna do it anyway; why else would you be reading this. Just be careful, OK?
These are few because, for the most part WinXP can be customized through the interlace or with third-party freeware (as above).
All of the tips below require running regedit. To do so, hit 'Start/Run' then type 'regedit' and follow the instructions.
Naturally, I take no responsibility for any damage or loss of data incurred in the remote possibility that something goes terribly wrong.
The Ultimate Appearance Tweak (#21)
Microsoft said: "You can connect up to 10 monitors to your Windows XP-based computer and display numerous programs or windows at one time. You can use your mouse to move items from one monitor to another. You can open a different file on each monitor. Or several. Or you can stretch one item across several monitors; so for example, you can see more columns in a Microsoft Excel spreadsheet, or the entire layout of a Web page, without scrolling." Consider it. Monitors and PCI video cards are pretty cheap now. Windows recognizes the addition & allows easy adjustments on the 'Display Properties/Settings' menu.
Save Streaming Media (#22)
It's cool to listen to MP3s (or watch movies) over the Internet. Often, saving this media, however, seems impossible. Hey, if it plays on your computer, it's on your hard drive. Once the file is fully loaded and with folder view set to show hidden and systems folders, searches for the media (.mp3 or .mpg). There it is!
Securing the Paging File (#23)
If you're truly concerned about the possibility of your computer falling into the wrong hands, you should be sure that you don't leave any tracks in the paging file. By default, when you shut down your system, the paging file remains intact. People who've access to your computer could conceivably look through the unencrypted paging file to find information they shouldn't have.
Assign a Keyboard Shortcut (#24)
Click in the Shortcut Key field and press a keyboard combination that you want to use for launching or switching to this program. The shortcut key you assign must consist of one character key (a letter, number, or symbol) plus at least two of the following three keys: Ctrl, Alt, and Shift. (If you press a character key only, Windows automatically adds Ctrl+Alt.)
Shortcut keys work only when assigned to a program shortcut on the Start menu, the Programs menu, or the Desktop. The shortcuts you define will not work if it conflicts with a combination used in the program whose window has the focus.
Please remember, we cannot accept responsibility with what you decide to do with these tips. These tips act as a guide to tweaking and changing Windows XP from the default settings. If you are unsure about how to make these changes then don't meddle !
You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll, LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.
Remove Windows XP system software (#2)
XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.
New commands (#3)
For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options -- they're all far too baroque to go into here.
Windows XP supports IPv6 (#4)
XP has IP version 6 support -- the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.
Kill tasks from the command line (#5)
You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.
Enable ClearType by default (#6)
XP has ClearType -- Microsoft's anti-aliasing font display technology-- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry
HKEY_USERS/.DEFAULT/ControlPanel/Desktop/FontSmoothingType to 2.
Run program as different user (#7)
You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.
Speed up the Start Menu (#8)
The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.
Rename multiple files at once (#9)
You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetized groups by View, Arrange Icon By... Show In-Groups.
Show cover art in Media Player (#10)
Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.
Display Hibernate Option on the Shut Down dialog (#11)
For some reason, Hibernate isn't available from the default Shut Down dialog. But you can enable it simply enough, by holding down the SHIFT key while the dialog is visible. Now you see it, now you don't!
Enable ClearType on the Welcome Screen! (#12)
As laptop users and other LCD owners are quickly realizing, Microsoft's ClearType technology in Windows XP really makes a big difference for readability. But the this feature is enabled on a per-user basis in Windows XP, so you can't see the effect on the Welcome screen; it only appears after you logon.
But you can fix that. Fire up the Registry Editor and look for the following keys:
(default user) HKEY_USERS \ .Default \ Control Panel \ Desktop \
FontSmoothing (String Value)
HKEY_USERS \ .Default \ Control Panel \ Desktop \
FontSmoothingType (Hexadecimal DWORD Value)
Make sure both of these values are set to 2 and you'll have ClearType enabled on the Welcome screen and on each new user by default.
Change User Picture (#13)
Click on the Icon at the top of the start menu. Select desired picture from resulting screen Windows 2000 style logon. To revert back to the Win2k style logon so you can log on as the administrator and other options, press ctrl+alt+delete twice at the logon screen. Change the location of the My Music or My Pictures folders:
In Windows 2000, Microsoft added the ability to right-click the My Documents folder and choose a new location for that folder in the shell. With Windows XP, Microsoft has elevated the My Music and My Pictures folders to the same "special shell folder" status of My Documents, but they never added a similar (and simple) method for changing those folder's locations. However, it is actually pretty easy to change the location of these folders, using the following method.
Open a My Computer window and navigate to the location where you'd like My Music (or My Pictures) to reside. Then, open the My Documents folder in a different window. Drag the My Music (or My Pictures) folder to the other window, and Windows XP will update all of the references to that folder to the new location, including the Start menu.
Protect Your Files From Unauthorized Users (#14)
Other users with permission to delete a file (users with Modify or Full Control permission) can't use your encrypted files-but they can make them difficult for you to use. Any such user can rename your files, which can make them difficult to find, and can also delete your files. (Even if the user merely deletes them to the Recycle Bin and doesn't remove them altogether, the deleted files are unavailable to you because you don't have access to any other user's Recycle Bin.) Therefore, if you're concerned about protecting your files from other authorized users as well as from a thief who steals your computer, you should modify the NTFS permissions to prevent any type of modification by other users.
Shutdown Your System in a Hurry (#15)
If you need to shut down in a hurry-or if a frozen application prevents you from shutting down in the normal ways-you can use the following procedure. Be aware, however, that you won't get an opportunity to save open documents. To perform an emergency shutdown, press Ctrl+Alt+Del to display Task Manager. Open the Shut down menu and hold down the Ctrl key as you click the Turn Off command. Poof! If your computer is part of a domain, the procedure is similar. Press Ctrl+Alt+Del and then hold down Ctrl when you click Shut Down. In this situation, you'll get a warning message pointing out-quite correctly-that this should be used only as a last resort.
Provide Personal Support (#16)
It never fails: when friends, co-workers, or family members discover that you're a Windows expert, you get pressed into service as an unpaid support technician. If the party asking for help is running any edition of Windows XP and has an active Internet connection, your job is much easier. Have the other person send you a Remote Assistance request; when you accept the request, you connect directly to their computer and can edit Registry settings, fix file associations, set System options, and perform just about any other troubleshooting or repair task, just as if you were sitting at the other person's desk.
Quickly Fix Connectivity Problems (#17)
Are you having trouble connecting to other computers on your local area network? If your network uses a hardware firewall that assigns IP addresses to each machine and you're certain you've configured all other components correctly, check to see whether the Internet Connection Firewall is enabled. That component can effectively block communication between PCs on the network.
Hack IE Title Bar (#18)
This can be an impressive bit of personalization. Use your name or moniker to brand Internet Explorer. Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\ and left-click on Main to change the string "Window Title" to whatever you wish.
Unload DLLs (#19)
To prevent Windows from caching DLLs after the program using them has closed, follow this procedure: Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ then left-click on Explorer. Right-click (as above) and create the DWORD
AlwaysUnloadDLL with a value of 1. This requires a reboot to take effect. This will allow memory to be used more efficiently.
Registry Hacks (#20)
Editing the Windows Registry, while much more common now than in years past, is still not to be entered into lightly. You can break Windows, cause boot failure. I know you're gonna do it anyway; why else would you be reading this. Just be careful, OK?
These are few because, for the most part WinXP can be customized through the interlace or with third-party freeware (as above).
All of the tips below require running regedit. To do so, hit 'Start/Run' then type 'regedit' and follow the instructions.
Naturally, I take no responsibility for any damage or loss of data incurred in the remote possibility that something goes terribly wrong.
The Ultimate Appearance Tweak (#21)
Microsoft said: "You can connect up to 10 monitors to your Windows XP-based computer and display numerous programs or windows at one time. You can use your mouse to move items from one monitor to another. You can open a different file on each monitor. Or several. Or you can stretch one item across several monitors; so for example, you can see more columns in a Microsoft Excel spreadsheet, or the entire layout of a Web page, without scrolling." Consider it. Monitors and PCI video cards are pretty cheap now. Windows recognizes the addition & allows easy adjustments on the 'Display Properties/Settings' menu.
Save Streaming Media (#22)
It's cool to listen to MP3s (or watch movies) over the Internet. Often, saving this media, however, seems impossible. Hey, if it plays on your computer, it's on your hard drive. Once the file is fully loaded and with folder view set to show hidden and systems folders, searches for the media (.mp3 or .mpg). There it is!
Securing the Paging File (#23)
If you're truly concerned about the possibility of your computer falling into the wrong hands, you should be sure that you don't leave any tracks in the paging file. By default, when you shut down your system, the paging file remains intact. People who've access to your computer could conceivably look through the unencrypted paging file to find information they shouldn't have.
Assign a Keyboard Shortcut (#24)
Click in the Shortcut Key field and press a keyboard combination that you want to use for launching or switching to this program. The shortcut key you assign must consist of one character key (a letter, number, or symbol) plus at least two of the following three keys: Ctrl, Alt, and Shift. (If you press a character key only, Windows automatically adds Ctrl+Alt.)
Shortcut keys work only when assigned to a program shortcut on the Start menu, the Programs menu, or the Desktop. The shortcuts you define will not work if it conflicts with a combination used in the program whose window has the focus.
Please remember, we cannot accept responsibility with what you decide to do with these tips. These tips act as a guide to tweaking and changing Windows XP from the default settings. If you are unsure about how to make these changes then don't meddle !
Sunday, September 11, 2011
Remembering 9/11 - 11 Mysterious Facts
1) The Mysterious Collapse of World Trade Center Building 7
It is commonly known that the Twin Towers fell on 9/11, but did you know that a
third World Trade Center high-rise building also fell that day? WTC Building 7,
a 47-story steel-framed skyscraper located one block from the Twin Towers
was not hit by any plane, but collapsed at 5:20 that evening, imploding in
the exact manner of a professionally engineered demolition.
It fell suddenly, straight down, at near freefall speed, and landed in a
compact pile of rubble, barely damaging any of the surrounding buildings.
These are but a few of eleven characteristics of Building 7's collapse that are consistent
only with controlled demolitions. Further, the leaseholder of the three buildings,
Larry Silverstein, said in 2002 on PBS that on the afternoon of 9/11 he
suggested to the NYC fire department commander that they "pull" WTC 7.
"Pull" is an industry term that means "demolish," but it normally takes a
team of skilled people many weeks to design and implement large demolitions.
Astonishingly, there is no mention of WTC Building 7's remarkable collapse in the
571-page 9/11 Commission Report.
2) Fire has never — prior to or after 9/11 — caused any steel frame building to
collapse. The sudden, vertical, explosive, and total collapse of the Twin Towers
at near freefall speed can only be explained by controlled demolition.
3) The WTC steel, which if fully examined could have relvealed the effects
of explosives, was quickly shipped overseas and melted down. This
was an unprecedented violation of federal crime scene laws.
4) Whenever contact is lost with any airplane, fighter jets routinely
take to the air to investigate. This commonly occurs about 100 times per year
in well under 20 minutes. But on 9/11 nearly two hours passed
without any interception.
5) The Secret Service broke established protocols by allowing
President Bush to remain in a well-publicized classroom "photo op" long after
it was known that the U.S. was under attack and he might well have been a target.
6) Unidentified insiders made millions on the stocks of American and
United Airlines and those of other corporations that were likewise
impacted by the attacks. These "put option" bets were made just prior to 9/11.
7) There were warnings of the impending attacks from at least eleven
other countries. Also prior to 9/11, insiders such as John Ashcroft,
top military officers, and San Francisco Mayor Willie Brown were warned not to fly.
8) In September of 2000, a group of neocon hawks, many of whom would
become key officials in the Bush administration, wrote that their proposed massive
military buildup would proceed slowly "absent some catastrophic and catalyzing event
— like a new Pearl Harbor."
9) Some of the alleged 9/11 "suicide hijackers" are still alive and well,
according to the BBC and The Guardian. At least five of the alleged
hijackers may have trained at U.S. military bases, as reported in Newsweek
and other sources.
10) The Bush administration resisted the formation of the 9/11 Commission
for 441 days. Similar investigations, such as those for Pearl Harbor,
the JFK assassination, and the space shuttle disasters, all started in about one week.
11) "The Jersey Girls" — four courageous 9/11 widows — finally
forced the 9/11 Commission into existence and presented many questions,
most of which were ignored. Under the leadership of Bush administration
insider Philip Zelikow, the final report failed to address any of the evidence
pointing to official
complicity.
Saturday, September 10, 2011
Installing Iis On Windows Xp Pro
If you are running Windows XP Professional on your computer you can install Microsoft's web server, Internet Information Server 5.1 (IIS) for free from the Windows XP Pro installation CD and configure it to run on your system by following the instructions below: -
1. Place the Windows XP Professional CD-Rom into your CD-Rom Drive.
2. Open 'Add/Remove Windows Components' found in 'Add/Remove Programs' in the 'Control Panel'.
3. Place a tick in the check box for 'Internet Information Services (IIS)' leaving all the default installation settings intact.
4. Once IIS is installed on your machine you can view your home page in a web browser by typing 'http://localhost' (you can substitute 'localhost' for the name of your computer) into the address bar of your web browser. If you have not placed your web site into the default directory you should now be looking at the IIS documentation.
5. If you are not sure of the name of your computer right-click on the 'My Computer' icon on your desktop, select 'Properties' from the shortcut menu, and click on the 'Computer Name' tab.
6. Your default web directory to place your web site in is 'C:\Inetpub\wwwroot', but if you don't want to over write the IIS documentation found in this directory you can set up your own virtual directory through the 'Internet Information Services' console.
7. The 'Internet Information Services' console can be found in the 'Administration Tools' in the 'Control Panel' under 'Performance and Maintenance', if you do not have the control panel in Classic View.
8. Double-click on the 'Internet Information Services' icon.
8. Once the 'Internet Information Services' console is open you will see any IIS web services you have running on your machine including the SMTP server and FTP server, if you chose to install them with IIS.
9. To add a new virtual directory right click on 'Default Web Site' and select 'New', followed by 'Virtual Directory', from the drop down list.
7. Next you will see the 'Virtual Directory Creation Wizard' from the first screen click the 'next' button.
9. You will then be asked to type in an 'Alias' by which you will access the virtual directory from your web browser (this is the name you will type into your web browser after 'localhost' to view any web pages you place in the directory).
10. Next you will see a 'Browse...' button, click on this to select the directory your web site pages are in on your computer, after which click on the 'next' button to continue.
11. On the final part of the wizard you will see a series of boxes, if you are not worried about security then select them all, if you are and want to run ASP scripts then check the first two, followed by the 'next' button.
12. Once the virtual directory is created you can view the web pages in the folder by typing 'http://localhost/aliasName' (where 'aliasName' is, place the alias you called the virtual directory) into the address bar of your web browser (you can substitute 'localhost' for the name of your computer if you wish).
1. Place the Windows XP Professional CD-Rom into your CD-Rom Drive.
2. Open 'Add/Remove Windows Components' found in 'Add/Remove Programs' in the 'Control Panel'.
3. Place a tick in the check box for 'Internet Information Services (IIS)' leaving all the default installation settings intact.
4. Once IIS is installed on your machine you can view your home page in a web browser by typing 'http://localhost' (you can substitute 'localhost' for the name of your computer) into the address bar of your web browser. If you have not placed your web site into the default directory you should now be looking at the IIS documentation.
5. If you are not sure of the name of your computer right-click on the 'My Computer' icon on your desktop, select 'Properties' from the shortcut menu, and click on the 'Computer Name' tab.
6. Your default web directory to place your web site in is 'C:\Inetpub\wwwroot', but if you don't want to over write the IIS documentation found in this directory you can set up your own virtual directory through the 'Internet Information Services' console.
7. The 'Internet Information Services' console can be found in the 'Administration Tools' in the 'Control Panel' under 'Performance and Maintenance', if you do not have the control panel in Classic View.
8. Double-click on the 'Internet Information Services' icon.
8. Once the 'Internet Information Services' console is open you will see any IIS web services you have running on your machine including the SMTP server and FTP server, if you chose to install them with IIS.
9. To add a new virtual directory right click on 'Default Web Site' and select 'New', followed by 'Virtual Directory', from the drop down list.
7. Next you will see the 'Virtual Directory Creation Wizard' from the first screen click the 'next' button.
9. You will then be asked to type in an 'Alias' by which you will access the virtual directory from your web browser (this is the name you will type into your web browser after 'localhost' to view any web pages you place in the directory).
10. Next you will see a 'Browse...' button, click on this to select the directory your web site pages are in on your computer, after which click on the 'next' button to continue.
11. On the final part of the wizard you will see a series of boxes, if you are not worried about security then select them all, if you are and want to run ASP scripts then check the first two, followed by the 'next' button.
12. Once the virtual directory is created you can view the web pages in the folder by typing 'http://localhost/aliasName' (where 'aliasName' is, place the alias you called the virtual directory) into the address bar of your web browser (you can substitute 'localhost' for the name of your computer if you wish).
Friday, September 09, 2011
Installing Apache on Windows
Installing Apache on Windows, why? Because let's face it Windows
is easy, and well Apache sure beats using IIS. This tutorial is meant for the person who would like to set up there own little
web server. It's not meant for the IT Person running a fortune 500 company. But hey if you want go ahead.
Instalation:
First thing you need is to download the webserver. Now for windows
users your gonna want to go download the .exe . The apache website is www.apache.org Your gonna wanna head to the apache
binaries sections for Win32 I believe it is at http://www.apache.org/dist/httpd/binaries/win32/
There you will be able to download a version of apache.
Now before you download it you gonna want to make a folder. This folder is
where your gonna server your root directory. Now if you don't want to do
this it's ok. You can use the default path if you want. Put usually this helps
in setting up other things like php, and MySQL. Most people do is they create
a folder in the C:\ directory called WWW or somthin. You can name it whatever you want.
Ok so have downloaded the Apache Web Server. Your ready to go with the setup.
No the version I have downloaded was apache_2.0.36-win32-x86-no_ssl.msi This
was a newer version and supposedly supposed to be more secure. The first screen you get when your in the setup is The welcome screen we don't care much about that
but owell so hit next. The next screen is the terms and service. And yes
your going to agree to the terms duh. The next screen is some documentation.
I never really read it but if you want go ahead and do it. Once your done
hit next again. Know we see a screen that says enter a network domain. Erase what is ever in there and type localhost. Now the next box says
Servername, erace what is ever in the box and put in localhost.
The next is Administrators e-mail address. Go ahead and fill that in.
But make sure to change it. Now there are 2 little radio buttons.
Pick the one that best suites your needs. Now that we got that all
filled out. Hit Next and you'll go to a screen that asks you which
type of install you want to do. Then hit next.
If you wanted to server out of your one special folder. Change the
file location of were your gonna install apache. Or just leave it at the default path. Click install and it should be on
it's way. Once it's done installing hit the finish button.
The test:
First were gonna check to see if Apache installed correctly.
This is how we do it. Open up Internet Explorer and type in " http://localhost" . If everything went smooth then you should
be seeing a message that looks like this" Seeing this instead of the website you expected?" Yippee!!!
Apache is working. See now wasnt' that really simple. Ok now were gonna
do some fun stuff.
Alright now that we got or test done lets move on to changing some of this
stuff that apache did on default. In Internet Explorer if you installed
on the deafult path. Make your way to C:\Program Files\Apache Group\Apache2
This is your Main Apache Directory were you can find everything. If you want
take a short break and run around. There are some cool things there. Don't
worry if you don't understand what's in these files just yet.
Break Time:
Go take a leak, get some pepsi and somthin to eat. If you got smokes light
them up in your new found glory.
Alright so now you've got apache installed and your about to start dishing out
your web pages that you took so much time on to build. Head to the folder called
htdocs, this is your main folder. There should be a whole bunch of pages What i do
is i select them all and move them to another folder. The htdocs folder is the best
folder in the world. It's gonna be one of the places you spend most of your time
dishing out content for the world. Ok so get rid of all that stuff that is in your
htdocs folder. And move all your great content inside replacing it. Alright so now
once we moved all are content inside the htdocs folder and we tested it to make
sure it was there. http://localhost remember. Now let's get out of there. Go to
Apache's main directory. Now just to be aware of what is going on and get a good
example of how Apache Functions head off to a folder called "conf" This is the
configuration files Apache Uses. If you ever wanted to install php and other
server side scripting languages this is where you would do it. Now you get 2 copys
Use 1 as a backup and never edit it at all. Go ahead and open the folder and open
"httpd.conf" Read it very carefully cause in this tutorial were not gonna read
about it. I just want you to know it's there. Anytime you edit the httpd.conf file
you must re-start apache in order for it to work. Another good tip for you new people
to apache is you may notice the log files. Yes there great and make sure to make backups
of the logs they will come in handy. As security precautions. I also recommend getting
a firewall set up. There are lots of great security features that apache has but this
is a tutorial to installing apache.
Alright so now you've got your webpages up. But the only way people will be able to view
your pages is my typing in your ip address. This is a bumper. Lets look at some free
re-directories. www.n2v.net, This is a cool one. You sign up put your ip adress of your
new webserver in and whalla your done. Type in www. .n2v.net and it goes to your server
and brings up your super nice webpages. Now if you go to google and search for free
domain names or re-directors you should come up with alot. Many People already know
about the www.dot.tk one of the coolest things in the world. Free .tk very simple
That's all you need. It works perfect for my webserver and I've got around 3,000 hits
so it's working good. If you don't wanna do it you don't have to. But it just
makes it simple.
Alright that comes to the conclusion of installing Apache Win32 for WINDOWS users.
Very easy. One last thing Please Read more of the Apache
Documentation either on there website or in your Apache2
directory. If you liked reading this tutorial on how to setup Apache check my
website for others at www.bonfire.tk . Yes there will be follow ups. I'll be
writing another apache tutorail soon so you can set up PHP. The most awesome
scripting language ever built. And also another on how to secure Apache and yes
ALL FOR WINDOWS!! .
is easy, and well Apache sure beats using IIS. This tutorial is meant for the person who would like to set up there own little
web server. It's not meant for the IT Person running a fortune 500 company. But hey if you want go ahead.
Instalation:
First thing you need is to download the webserver. Now for windows
users your gonna want to go download the .exe . The apache website is www.apache.org Your gonna wanna head to the apache
binaries sections for Win32 I believe it is at http://www.apache.org/dist/httpd/binaries/win32/
There you will be able to download a version of apache.
Now before you download it you gonna want to make a folder. This folder is
where your gonna server your root directory. Now if you don't want to do
this it's ok. You can use the default path if you want. Put usually this helps
in setting up other things like php, and MySQL. Most people do is they create
a folder in the C:\ directory called WWW or somthin. You can name it whatever you want.
Ok so have downloaded the Apache Web Server. Your ready to go with the setup.
No the version I have downloaded was apache_2.0.36-win32-x86-no_ssl.msi This
was a newer version and supposedly supposed to be more secure. The first screen you get when your in the setup is The welcome screen we don't care much about that
but owell so hit next. The next screen is the terms and service. And yes
your going to agree to the terms duh. The next screen is some documentation.
I never really read it but if you want go ahead and do it. Once your done
hit next again. Know we see a screen that says enter a network domain. Erase what is ever in there and type localhost. Now the next box says
Servername, erace what is ever in the box and put in localhost.
The next is Administrators e-mail address. Go ahead and fill that in.
But make sure to change it. Now there are 2 little radio buttons.
Pick the one that best suites your needs. Now that we got that all
filled out. Hit Next and you'll go to a screen that asks you which
type of install you want to do. Then hit next.
If you wanted to server out of your one special folder. Change the
file location of were your gonna install apache. Or just leave it at the default path. Click install and it should be on
it's way. Once it's done installing hit the finish button.
The test:
First were gonna check to see if Apache installed correctly.
This is how we do it. Open up Internet Explorer and type in " http://localhost" . If everything went smooth then you should
be seeing a message that looks like this" Seeing this instead of the website you expected?" Yippee!!!
Apache is working. See now wasnt' that really simple. Ok now were gonna
do some fun stuff.
Alright now that we got or test done lets move on to changing some of this
stuff that apache did on default. In Internet Explorer if you installed
on the deafult path. Make your way to C:\Program Files\Apache Group\Apache2
This is your Main Apache Directory were you can find everything. If you want
take a short break and run around. There are some cool things there. Don't
worry if you don't understand what's in these files just yet.
Break Time:
Go take a leak, get some pepsi and somthin to eat. If you got smokes light
them up in your new found glory.
Alright so now you've got apache installed and your about to start dishing out
your web pages that you took so much time on to build. Head to the folder called
htdocs, this is your main folder. There should be a whole bunch of pages What i do
is i select them all and move them to another folder. The htdocs folder is the best
folder in the world. It's gonna be one of the places you spend most of your time
dishing out content for the world. Ok so get rid of all that stuff that is in your
htdocs folder. And move all your great content inside replacing it. Alright so now
once we moved all are content inside the htdocs folder and we tested it to make
sure it was there. http://localhost remember. Now let's get out of there. Go to
Apache's main directory. Now just to be aware of what is going on and get a good
example of how Apache Functions head off to a folder called "conf" This is the
configuration files Apache Uses. If you ever wanted to install php and other
server side scripting languages this is where you would do it. Now you get 2 copys
Use 1 as a backup and never edit it at all. Go ahead and open the folder and open
"httpd.conf" Read it very carefully cause in this tutorial were not gonna read
about it. I just want you to know it's there. Anytime you edit the httpd.conf file
you must re-start apache in order for it to work. Another good tip for you new people
to apache is you may notice the log files. Yes there great and make sure to make backups
of the logs they will come in handy. As security precautions. I also recommend getting
a firewall set up. There are lots of great security features that apache has but this
is a tutorial to installing apache.
Alright so now you've got your webpages up. But the only way people will be able to view
your pages is my typing in your ip address. This is a bumper. Lets look at some free
re-directories. www.n2v.net, This is a cool one. You sign up put your ip adress of your
new webserver in and whalla your done. Type in www. .n2v.net and it goes to your server
and brings up your super nice webpages. Now if you go to google and search for free
domain names or re-directors you should come up with alot. Many People already know
about the www.dot.tk one of the coolest things in the world. Free .tk very simple
That's all you need. It works perfect for my webserver and I've got around 3,000 hits
so it's working good. If you don't wanna do it you don't have to. But it just
makes it simple.
Alright that comes to the conclusion of installing Apache Win32 for WINDOWS users.
Very easy. One last thing Please Read more of the Apache
Documentation either on there website or in your Apache2
directory. If you liked reading this tutorial on how to setup Apache check my
website for others at www.bonfire.tk . Yes there will be follow ups. I'll be
writing another apache tutorail soon so you can set up PHP. The most awesome
scripting language ever built. And also another on how to secure Apache and yes
ALL FOR WINDOWS!! .
Social Monkee
Social monkee is a free backlink service provider for Internet users throughout the world. The use of free backlink service is very useful, especially for part-time bloggers like me who do not have full Internet access every day. Using social monkey then you will save your valueable time to get quality backlinks which can improve your position in major search engines like google, yahoo, or bing. It is very hepful in search engine ranking postion or SERP.
Increased online exposure and traffic for your site! For tons of targeted traffic, more leads and sales!
Thanks for the reader who found this blog with this keywords : social monkee, social mokey , social monkeys and another relevant keyword of social monkee.Joint social monkee with my referral : http://www.socialmonkee.com/index.php?af=85308 Free :) Join here for free
Subscribe to:
Posts (Atom)