Saturday, 4 October 2014

How to install Windows 10 Technical Preview from a flash drive

Ready to take Windows 10 for a spin? All you need is an available PC, a flash drive and a free utility.

Windows 10 is here! Well, an early beta, anyway, in the form of the Windows 10 Technical Preview. As noted in "Where, when and how to get Windows 10," Microsoft made the OS available for download as of today.

Ready to take it for a spin? You have a couple options. If you're savvy with virtualization tools like VirtualBox and have sufficient space on your hard drive, you could install the OS on your current PC as a virtual machine.

If, on the other hand, you're more of a novice user and/or want something closer to a real-world Windows 10 experience, consider a full installation (with one important caveat -- you won't be able to revert to your previous version of Windows unless you have recovery media). Here's what you'll need:

  1. An old desktop or laptop, one you don't mind wiping to make way for Windows 10. The minimum system requirements include a 1GHz processor, 1GB of RAM (or 2GB for the 64-bit version), and at least 16GB of storage.
  2. A 4GB flash drive, or 8GB for the 64-bit version.
  3. Rufus, a free utility for creating bootable USB drives.
Here's how to install the OS from a flash drive:




Step 1: Using your primary computer (not the one you're sacrificing to this project), download the Windows 10 Technical Preview. You'll need to click through the handful of "Get Started" and "Join Now" screens until you land at the download page, then scroll down and choose the appropriate language and version (32- or 64-bit).

Step 2: While that ISO file is downloading, grab the aforementioned Rufus utility. It's portable, meaning it doesn't require installation.

Step 3: Run Rufus, then insert your flash drive, making sure it doesn't contain any important data. (It's about to get wiped.) Rufus should automatically detect the drive and list it in the Device field. (If not, select the drive manually.)



Step 4: Notice the check box marked, "Create a bootable disk using." Click the drive icon at the far right, then navigate to wherever you saved the Windows 10 ISO file. Select it, and then click Start. (All the other default settings in Rufus should be fine.)

Step 5: This will take some time, perhaps as long as 20-30 minutes. Don't be alarmed (or confused) if an Explorer window appears for the flash drive; just leave it alone until Rufus reports "DONE." Then you can close the program and drive window and remove the drive.

Step 6: Now it's time for the old PC. Plug the flash drive into a USB port, then power up the system. Most likely, it won't be configured to boot from an external drive by default, so you may need to jump into a startup menu or the BIOS during the POST. Ultimately, you need to force the machine to boot from the flash drive. Once you've done that, reboot, then follow the Windows installation instructions.

And that's about it! Take Windows 10 for a test-drive, then hit the comments to share your thoughts on the new OS.

How to change default Skype ports 80 and 443

There are times when you want to change default Skype port ie. 80 and 443. If you want to use any web server(Apache,XAMPP,IIS) these ports conflict with web servers ports.

Follow below steps to change Skype ports:

STEP-1: Open Skype and select Tools Menu.





STEP-2:Select Connection option. You will get following screen where a check box with text “Use port 80 and 443 as alternatives for incoming connections” Checked.




STEP-3: Just uncheck “Use port 80 and 443 as alternatives for incoming connections” Checkbox. and you are done.Following popup window appears click OK and Reboot/Restart.



Hope this help you in changing default skype ports.

Saturday, 8 March 2014

You Might Want To Work Together Between XAMPP and Skype

That options will help you to work together with Skype, and you can make a call with your team. You must to do change the Apache Port, it’s easy.

First, look this file on your XAMPP folder,

Mine folder address is C:\xampp\apache\conf

You will find http.conf



Open that file using Notepad++, Dreamweaver, WordPad, etc. And look on this code,



Try to change Listen 80 to any number for example 812.



You can change to any number you like, but make sure for safety, change only 3 digit number. Maybe 876, 782, etc.

Now, open your XAMPP Control Panel, if you already turn on Apache, don’t worry just click Stop button, and click Start again. If work, your XAMPP Apache will look like mine,



Make sure you add port number in front of address:

Example: localhost:812

And Start Skype and call your best friend, together with XAMPP.

Good Luck