Thursday, October 3, 2013

How to make your laptop as a wireless(wifi) router

1) Method One

By using Virtual Router Plus software you can now use your laptop as a personal WiFi router or hotspot so that you can share internet to other devices through the internet connected to your laptop

Using Virtual Router Plus, users can wirelessly share any internet connection (Wifi, LAN, Cable Modem, Dial-up, Cellular, etc.) with any Wifi device (Laptop, Smart Phone, iPod Touch, iPhone, Android Phone, Zune, Netbook, wireless printer, etc.) These devices connect to Virtual Router just like any other access point, and the connection is completely secured using WPA2 (the most secure wireless encryption.)
You can download the software from here.

https://drive.google.com/folderview?id=0B55_7hmHkfDebm9RSjVJdGtfVFE&usp=sharing



2) Method Two:

Panda ultra WiFi dongle is very small, near to unnoticeable when attached to your computer, but it can delivers the full power of 802.11n wireless network up to 150M.
The most interesting part though, is It could turn your computer into a virtual wireless router, and it does not depend on the hosted network capability which is only available on Windows 7 & 8, and with Microsoft certified driver signatures. It works on as early as Windows XP!
 PandaDongle

Sunday, August 11, 2013

Create password for Excel workbook/sheet

To assign a password to an Excel workbook, do the following:
  1. From the File menu, choose Save As. In Excel 2007, click the Office button and choose Save As. In 2010, click the File tab and choose Save As.
  2. Click the Tools dropdown on the dialog toolbar and choose Save Options. In Excel 2007 and 2010, click the Tools dropdown (in the bottom left corner of the dialog box). In Windows 7, the Tools dropdown will be just to the left of the Save button.
  3. In the resulting dialog, you can set two passwords: one to open the workbook and one to modify the workbook. Advanced options let you set encryption options for added security.
  4. Enter one or both passwords and click OK.
  5. Confirm each password and click OK.
  6. Click Save.

Create Your Password Protected Folder


Before you get started you need to create a folder that will house your password protected folder, this is just an ordinary folder and can be located anywhere and named anything.
Navigate into your newly created folder and create a new Text Document. This can easily be done from the context menu.
Open the document, now paste the following code into the contents of the document:
cls 
@ECHO OFF 
title Folder Private 
if EXIST "HTG Locker" goto UNLOCK 
if NOT EXIST Private goto MDLOCKER 
:CONFIRM 
echo Are you sure you want to lock the folder(Y/N) 
set/p "cho=>" 
if %cho%==Y goto LOCK 
if %cho%==y goto LOCK 
if %cho%==n goto END 
if %cho%==N goto END 
echo Invalid choice. 
goto CONFIRM 
:LOCK 
ren Private "HTG Locker" 
attrib +h +s "HTG Locker" 
echo Folder locked 
goto End 
:UNLOCK 
echo Enter password to unlock folder 
set/p "pass=>" 
if NOT %pass%== PASSWORD_GOES_HERE goto FAIL 
attrib -h -s "HTG Locker" 
ren "HTG Locker" Private 
echo Folder Unlocked successfully 
goto End 
:FAIL 
echo Invalid password 
goto end 
:MDLOCKER 
md Private 
echo Private created successfully 
goto End 
:End
Change the PASSWORD_GOES_HERE text to the password you want to set. Now go ahead and save the file as locker.bat.
Once the file is saved as a batch file you can delete the original text file.
Now run your batch file by double clicking on it–the first time you run it, it will create a folder called Private. This is where you can store all your secret things. When you have finished adding all your stuff to the Private folder, run locker.bat again.
This time you will be asked if you sure that you want to lock the folder, press the “Y” key and hit enter to lock your folder.
You will see that your Private folder quickly disappears.
If you run the script yet again, you will prompted for a password.
If you enter the same password as you set in the script the Private folder will reappear if you enter the incorrect password the script will just Terminate.

Warning

Most people don’t know how to show system files, but anybody who has some experience will probably be able to quickly figure it out in the Folder Options.
Also, any ordinary user who unchecks the box will most probably be scared off by the warning message that appears.
The second way someone could comprise the folder is to open the batch file and read your password. It’s definitely not a really secure way to hide your files, but it is fun.
Attribution note: We found this script on dozens of different web sites going back many years. We have no idea who first created the script, so we’ve omitted any sort of attribution link. If you do have proof that you first created the script, contact us and we’ll adjust the article accordingly.

Sunday, July 28, 2013

How to Install Mac OS X on PC Without Using a Mac (On windows PC & laptop)

There are many great tutorials on the web for using a Mac to install Mac OS X Snow Leopard on a PC. Unfortunately, you may be unable to follow such tutorials if you do not readily have access to a Mac to perform the preparation necessary for the installation.
Great progress has been made in hacking PCs to run OS X, and it is now possible to install Mac OS X without a Mac. Thanks to some great tools put together by some brilliant hackers, it is also much easier and does not involve nearly as much time and effort as was once required.


Step 1: Getting The Hardware Ready

I recently purchased the following set of hardware for the purposes of building a Hackintosh (often PCs running Mac OS X are referred to as such):
  • Intel Core i3-530 Clarkdale 2.93GHz
  • Gigabyte GA-H55M-USB3 Motherboard
  • 4 GB DDR3 1333 RAM (2 x 2GB)
  • DVD Burner
  • MicroATX Computer Case
  • 585 Watt Power Supply
  • 4-pin to 8-pin Power Adapter
The motherboard has an 8-pin power connector on it, and although it is possible to connect a single 4-pin connector to it, you may encounter odd issues running with just a single 4-pin connector. To ensure that you provide sufficient power to the board, you should purchase the 4-pin to 8-pin power adapter. Alternatively, you could purchase a power supply with 3x 4-pin connectors (1 for the 20+4-pin main connector, and 2 for the 8-pin connection) or an 8-pin connector.
I did not purchase a hard drive or video card, as I used some I already had from another PC, but you will need those items as well. As of the time this article was written, you can get a 1TB drive shipped for $75 and an NVIDIA GeForce 9500 GT video card for $65.
I also purchased v10.6.3 of OS X Snow Leopard retail DVD for a mere $29 (was about $35 with shipping & handling).
All-in-all, the full system (without monitor) will run you around $600 (you could also add a 22″ monitor for $170). You could certainly try doing it even cheaper with different hardware, but you’ll need to figure out the appropriate changes to make in the BIOS and boot loader installation.
I did my best to put together a fairly modern system for a very reasonable price. Having used this set of hardware, I can affirm that it runs OS X Snow Leopard very well. Without a doubt, $600 – $800 is a far cry from what you would spend on an equivalent Mac from Apple. Granted it won’t be as compact or pretty as an iMac, but it will be just as functional.

Step 2: Putting The Hardware Together

If you purchase the hardware I used, along with a hard drive and NVIDIA GeForce video card, you should be able to follow the instructions exactly as I’ve laid them out. If you’ve never built a PC before but are willing to give it a try, you’ll definitely want to check out The Idiot’s Ultimate Guide to Build Your Own PC. It is a step-by-step guide to building your own PC, with plenty of photos to help you out.
You can try following this tutorial with existing hardware you have as well, although you may need to make adjustments when configuring the BIOS and installing the boot loader. The more modern your hardware is, the better the chances are it will work for you. It would be best if you have a 64-bit Intel dual-core (or quad-core) processor, although an older CPU might still work as well. I would recommend NVIDIA GeForce video card, but ATI cards should work too.

Step 3: Prepare The Boot Disk

In addition to the hardware and a retail copy of Mac OS X Snow Leopard, you’ll also need a blank CD. You may want to use a rewritable CD if you’re using a different hardware configuration, just in case the first one I recommend doesn’t work for you. There are two boot disk images that will allow you to install OS X directly from the installation DVD:
  • iBoot (by tonymacx86 and MacMan)
  • Empire EFI (by Prasys)
I successfully used both of them with my hardware setup. However I recommend you try iBoot first, as it is a bit leaner and doesn’t take as long to boot. If you’re using my hardware configuration, be sure to download the iBoot Supported disk image. If you use Empire EFI, download the Empire EFI v1.085 R2 image.
You can use one of many free programs to burn CDs if you don’t have one. Be sure to use the disk image burning mode in your CD burning software. Do not just simply copy the disk image file to a blank CD. I like InfraRecorder, because it makes this very easy. All you have to do is click the Write Image button, select the image, and burn it. Once again, you may wish to use rewritable media if you’re using a different hardware configuration than mine.

Step 4: Bios Configuration

Fortunately, the Gigabyte GA-H55M-USB3 does not require a lot of configuration to run Mac OS X. When you first turn on or reboot the machine, press the delete key to enter the BIOS setup. You can just load the Optimized Defaults, and just make a few changes within three sections of the bios: Advanced BIOS Features, Integrated Peripherals, and Power Management Setup.
4.1 – First, go to Advanced BIOS Features and set the First Boot Device to CDROM. I have my USB drive as the second drive and then Hard Disk as third – you can configure yours the same way if you wish to ever boot from a USB drive. Just be sure that Hard Disk is the Second Boot Device or Third Boot Device.
4.2 – Next, configure SATA to run in AHCI mode in the Integrated Peripherals menu. You’ll need to set both PCH SATA Control Mode and Onboard SATA/IDE Ctrl Mode to AHCI.
4.3 – Finally, go to Power Management Setup and set the HPET Mode to 64-bit mode.

Step 5: Installing Mac OS X

5.1 – Insert the iBoot (or Empire EFI) boot disk.
5.2 – When you see screen below, eject the disk.
5.3 – Insert the Retail Mac OS X Snow Leopard DVD, wait a few seconds, and press F5.
5.4 – When you see the screen below, select Mac OS X Install DVD (it should already be selected) and press Enter.
5.5 – If all goes well, you should eventually see the language selection screen for the installer. If all did not go well and you do not make it to the language selection screen, try downloading a different version of iBoot or Empire EFI.
5.6 – Select your language and click the arrow to proceed.
5.7 – Next, you need to partition your drive. Click on Utilities > Disk Utility.
5.8 – Select your disk drive.
5.9 – Click Partition.
5.10 – Select 1 Partition for the partition scheme. Note: If you have a drive that is larger than 2 TB, do not create partitions larger than 1 TB. Split the drive into multiple partitions, and be sure the main installation partition is 1 TB or smaller.
5.11 – Enter a name for the partition (I used Hackintosh).
5.12 – Select Mac OS Extended (Journaled) as the Format.
5.13 – Click Options…, select GUID Partition Table, and then click OK.
5.14 – Click Apply.
5.15 – Quit Disk Utility and proceed with the installation. Install on the Hackintosh partition.

Step 6: Installing the Boot Loader

Do not fret when you reboot after the installation and get a boot error, as you will need to first boot the machine with iBoot (or Empire EFI). Eject the Mac OS X Snow Leopard install DVD, put your boot CD back into the drive, and reboot the machine. Now when you boot up, you should see a second choice for your installation partition (Hackintosh if you named it that way). Select the Hackintosh partition and press Enter to boot into OS X.
Once you’ve completed the first-run setup, open up Safari and download Multibeast. Multibeast is another superb tool by tonymacx86 and MacMan that makes it stupid easy to install the boot loader, along with all the drivers necessary for your Hackintosh to function properly.
In addition to downloading Multibeast, you will need to download the DSDT for the Gigabyte GA-H55M-USB3 and copy it to the desktop. Be sure to save it as
DSDT.aml
. Launch Multibeast and make the following selections (your choices will differ if you have a different motherboard/hardware configuration):
  • UserDSDT
  • System Utilities
  • Advanced Options > Kexts > Audio > LegacyHDA > ALC889
  • Advanced Options > Kexts > Graphics > NVEnabler
  • Advanced Options > Kexts > Network > RealtekR1000SL
  • Advanced Options > Patched Kernels > 10.3.1 Supported Kernel
After MultiBeast finishes installing, eject the iBoot CD and reboot the system. You should be able to boot right up from the hard drive, and all your devices should work just fine.

Step 7: Getting Started with Your New Mac

So what now? Most certainly you’ll want to check out 5 apps to get more out of your new Macas well as 15 must-have apps for your Mac. In fact, you should probably just go ahead and browse the entire Mac section on MakeUseOf, as you’ll find a wealth of great free stuff for your new Mac in there. And most importantly make sure to download MakeUseOf’s getting started manual for Mac. Highly recommended for switchers.
If ever you encounter into problems with your new Mac, you can always seek help fromMakeUseOf Answers.
If you have any problems installing Mac OS X on your PC, just post a comment right here and we’ll do what we can to help. Just be sure to provide as much information about the hardware you’re using:
  • Motherboard make and model (i.e. Gigabyte GA-H55M-USB3)
  • CPU model (i.e. Intel Core i3-530 )
  • GPU model (i.e. NVIDIA GeForce 9900 GT)
I never managed to get sleep to work. When I try to put the computer to sleep, it sort of goes into a coma. The fans never shut down and the machine doesn’t wake up when you press the power button. If you manage to get sleep to work with my hardware configuration, please do feel free to share your solution in the comments on this article.
There are also many great forums and sites out there that provide a lot of information and assistance with running Mac OS X on PC. Here are just a few you may want to check out:
If you do seek assistance from any of these or similar resources, be sure to search for your problem before posting it. You will be flamed to no end if you ask a question that has already been answered. Another tip for posting in these forums: never call it a MAC (in all caps) instead of a Mac, or you will solicit many abusive responses. Mac is an abbreviation not an acronym.
Here are a few more links that provide tools and files to help you set up a Hackintosh on hardware other than what I’ve mentioned here:
  • myHack – Another bootloader/kext installer, similar to Multibeast
  • Kexts.com – A good resource for downloading Kexts (device drivers)
  • Kext Helper – A tool that makes it easy to install new Kexts
  • Kext Utility – A tool to ensure proper kext installation
  • Chamelon Boot Loader – The boot loader that pretty much all the boot disks out there use (including iBoot and Empire EFI).
  • netkas PC EFI – Used in combination with Chameleon to provide maximum compatibility for booting OS X. Most boot disks use this as well.
  • BootCDMaker (French) – Utility (for Mac) to create your own custom boot disks
A million thanks to tonymacx86 and MacMan for developing iBoot and Multibeast to make installing Mac OS X Snow Leopard on PC a piece of cake. Enjoy your new Hackintosh and let us know what you think of it!
Disclosure Statement: Please note that the links to the hardware in this article are affiliate links. MakeUseOf will earn a small commission on any purchases you make. Commissions earned will support the staff of MakeUseOf and allow us to continue to bringing you more great articles.
Disclaimer: Please note that running Mac OS X Snow Leopard on hardware other than a Macintosh is against the Mac OS X End User License Agreement (EULA). If you have concerns about this, you may wish to read Is Making Your Own Hackintosh Legal? By installing Mac OS X you are in breach of a contract (breaking a contract is not the same as breaking the law). As long as you own a legal copy of the software, you are not in violation of copyright law.
            iMac. Performance and design. Taken right to the edge.

Tuesday, January 8, 2013

Use you PC/Laptop as a smart phone

Hi everyone there now you can

Use 750,000 Mobile Apps on Windows or Mac using


1) Bluestacks android emulator, you can download this software using the link below. Click on Download after the window opens in you browser .BlueStacks runs Android OS and apps on Windows PCs with instant switch between Android and Windows - no reboot is required. End consumers can now enjoy their favorite Android apps on Windows PCs. Android apps can appear either as icons on the Windows desktop, or within a full-blown Android environment.
BlueStacks helps PC manufacturers to ride the Android momentum by enabling Android apps on x86-based tablets, netbooks, notebooks, convertibles and AiO Windows PCs. With the new hybrid convertible form factors, BlueStacks completely eliminates the need to carry two devices. The end consumer benefits from getting both Android and Windows at the price of a single PC.
BlueStacks integrates seamlessly with Citrix and Microsoft software delivery infrastructure and with Citrix’s Enterprise App Store. With BlueStacks, enterprise IT can deliver Android apps securely and effortlessly to any end point running Windows.
The seamless user experience, simultaneous use of Android and Windows apps, and multi-touch enablement are built on ground breaking virtualization technology which requires zero configuration and is transparent to the end consumer.




2) Youwave is another software to use android apps on your windows but you have to pay for it after 10days of trial. Click on the link below to download Youwave and use 10 days free trial. 
   


3) Jar of beans its another similar softwares like BlueStacks & youwave..... Its free of cost to use and download like as Bluestacks





MY PREFERENCE IS BLUESTACKS

Sunday, December 2, 2012

AutoCAD Basics














You will use the following commands:
Command
Keystroke
Icon
Location
Result
Line
Line / L
Line Icon
Home > LIne
Draw a straight line segment from one point to the next
Circle
Circle / C
Circle Icon
Home> Circle > Center, Radius
Draws a circle based on a center point and radius.
Erase
Erase / E
Erase Icon
Modify > Erase
Erases an object.
Print
Print / Plot CTRL+P
Plot Icon
Quick Access Toolbar > Print
Enables the Print/Plot Configuration Dialog Box
Undo
U / CTRL+Z
Undo Icon
Quick Access Toolbar> Undo
Undoes the last command.

Command
Keystroke
Icon
Location
Result
Rectangle
RECTANGLE /
REC
Rectangle Icon
H ome > Draw >
Rectangle
Draws a rectangle after you enter one corner and then the second.
Trim
TRIM / TR
Trim Icon
Home > Modify > 
T
rim
Trims objects to a selected cutting edge.
Extend
EXTEND / EX
Extend Icon
Home > Modify > Extend
Extends objects to a selected boundary edge.
Offset
OFFSET / O
Offset Icon
Home > Modify > Offset
Offsets an object (parallel) by a set distance.
OSNAP / OS / F3
CLICK
Osnap toggle on the Status Bar
Tools > Object
Snap Settings
Brings up the OSNAP dialog box.



Saturday, December 1, 2012

Google, Rofous Interview Questions – How to Crack the Interview



Google Rofous GIS MM Interview Questions

Google India logoThere are totally 5 Rounds the candidate should clear to get the Job. So we’ll see the complete procedure and Interview Questions round by round.
Round 1: JAM
JAM Stands for “JUST A MINUTE SESSION”. Every Candidate will be given 60 minutes to express their thoughts on the given topic. In some cases the topics are given by the Interviewer itself and in some cases he’s asking to choose the candidate his own topic. I was able to gather some JAM Topics for you. Here are they:
JAM Topics:
  1. Indian Education (Vs) Foreign Education Which is better?
  2. Women Empowerment.
  3. Your Most Memorable Moment in your college days.
  4. Your Favorite Book or Movie.
  5. Corruption.
  6. Social Media (Facebook and Twitter).
These are some of the Topics, All the Topics given are general so be thorough with general topics.
Important Note: These Topics are also asked in the Essay Writing Round. So gather as much information as you can. It will be useful for you.
Things Interviewer Look at:
Interviewer will solely look for “Good Communication Skills” rather the subject you speak on the topic. Even if you don’t know anything, Speak What ever you know Clearly and Crisply. You’ll get selected.
Round 2: Written Test + Essay Writing
Once you clear JAM, You’ll be asked to take a Written Test followed by Essay Writing. The Written can be Online or Offline. You should be Prepared for any of it.
Topics in Written Exam:
These are the Topics which you need to prepare for Geography.
  • Geography. (Questions are Listed Below)
  • Logical Reasoning.
  • English Grammar.(Sentence Correction, Meanings, Fill in the Blanks with appropriate Verbs)
  • Paragraph Decoding. (You’ll be given a Paragraph with 5 Questions, You need to answer them).
  • Essay Writing. (General Topics, Topics are same as JAM in many Cases).
Round 3: Personal Interview
Once you clear the Written Test, You’ll be allowed for Personal Interview. In this Personal Interview they’ll ask you about yourself, your academics, etc. It’s just like a HR Round.
Some Questions from Personal Interview:
  1. Tell me about yourself?
  2. Why is your academic percentage less?(If Less)
  3. What do you know about this role? (GIS or MM)
  4. How much salary are you expecting?
  5. Why are you Interested in Job?
  6. Do you have any work Experience?
  7. Where do you see yourself 5 Years from Now?
  8. Upto How many years you’ll work for us?
  9. Why Should i select you?
These are some general questions, make sure you prepare answers for the questions. These Questions can also be asked in the Google Client Round.
Round 4: Orientation Round.(No Elimination)
Once you clear the above 3 rounds, You’ll receive a call for the Orientation Round. In this Orientation round, they’ll train you on how to clear the Client Rounds in Google. They’ll explain you everything about Job Profile. They’ll show you some demos on Google Maps. They’ll show you how you should prepare for Interview, What are the Concepts you need to concentrate in Preparing etc. This just a Orientation round and there is no elimination in this round.
Client Rounds in Google:
Round 1: Written Test + Essay Writing.
In this round you will take a online written test and a essay writing. Essay writing topics are general as said above. In the Written Test You need to Concentrate more on Logical Reasoning and English.
Topics to Prepare:
  • Critical Reasoning.
  • Mathematical Reasoning.
  • Arithmetic Problems.
  • Verbal Reasoning.
  • Reading Comprehension.
  • Data Sufficiency.
  • Data Analysis.
  • Logical Reasoning.
  • About Google. (Know about Google’s Products and Services)
Note: Questions on Blood Relations, Number Series, Simple Interest, Boat Problems, Time, Distance, Velocity are the Important Concepts.
Round 2: HR Round in Google Office
The Last and the Most Important round is this round. See the detailed Questionnaire below.
For MM Role – No Questions on Geography will asked.(But, Learn the basics on the safe side). Mostly, Only Communication skills will be tested.
For GIS Role – Strong Knowledge in Geography is MANDATORY.
Interview Questions in Geography(Mainly for GIS Role):
  • Everything About India.(States, Capitals, Union Territories etc).
  • States and Capitals from North America, South America, Europe etc(Byheart atleast 5).
  • Concentrate more on North America and South America.
  • All Countries Capitals.
  • All Oceans, Rivers, Lakes, Seas.
  • 7 Wonders of the World.(OLD and New)
  • All Continents(Biggest and Smallest).
  • Atleast 5 Countries from Each and Every Continent.
  • Latitudes, Longitudes, Islands, etc.
  • Countries Passing through Equator, Above Equator, Below Equator.(Very Important).
For all the above details refer sites like Worldatlas.com
More Questions:(Mainly for MM Role and also Mandatory to learn for GIS Role)
  1. What do you know about Google?
  2. Google Founders and their History.
  3. Learn about atleast 10 Google Products.
  4. Learn about atleast 10 Google Services.
  5. What is Google Maps?
  6. What is Google Earth?
  7. Difference between Google Maps and Google Earth?
  8. Advantage of Google Earth when compared with Google Maps?
  9. All Concepts in Google Maps.(Places/Lines/Dots/Water/Terrain etc).
There are the Question I’ve gathered. If you’ve more questions, inform us so that we can add them to the list.