Saturday, March 12, 2016

Tutorial: Converting .APK to .Bar using BBHTool

Hey Everyone, I just wanted to post this in case anyone is having trouble using HaTaX's Method to convert and sign .APK files to .Bar.

Note that before you can do this, you have to have your .p12 file (registered from your .csj files). Also, you will need Android-SDK, Adobe Air SDK, and Playbook OS for Adobe Air

This is the First part of the Tutorial, which teaches you how to create a .p12 file ALLOWING you to be able to SIGN .Bar files =)

Step 1- Register on Blackberry's Website for your .csj files: Signed Keys Order Form

Step 2- Fill out all info, remember your Company Name, and your PIN, Then Select the Key to be "Blackberry Tablet OS Code Signing Key" (It can take up to 2 hours for RIM to send you your .csj files!)

Step 3- While waiting for your .csj files, download and install these files IN ORDER!

-Adobe Air SDK: rich Internet applications | Adobe AIR SDK
-Black Berry Tablet OS for Adobe Air: Tablet OS for Adobe Air Updated Tablet OS for Adobe Air Link
-Android SDK: Android SDK | Android Developers

**I would install the Android SDK directly on your C:\ Drive, so it should be like C:\Android-SDK**

Step 4- Open "SDK Manager", let it load, scroll down to "Android 2.3.3", open the subfolders, and Checkmark "SDK Platform", then Click "Install Packages"

Step 5- Go back and download your .csj files. There is one called "client-PBDT-XXXXXXXXXX.csj" and one called "client-RDK-XXXXXXXXXX.csj" Download both and make copies of them.

Step 6- Now navigate to where you Playbook Tablet OS for Air Installed. Usually, it will install INSIDE Research In Motion's "Program Files" folder. So for me it would look something like this: C:\Program Files\Research In Motion\blackberry-tablet-sdk-1.1.1

Step 7- Once you have found your Blackberry Tablet SDK for Air, navigate to the "bin" folder and copy your .csj files into it. (Yes both the client-PBDT and client-RDK)

Step 8- We need to open up a command prompt now. Go to your windows icon and search "Cmd", find that program, right click, and run as an administrator. If you have something like Windows XP look for a program called "Run" and then type "Cmd" to launch the commant prompt.

Step 9- Since our command prompt is up, we need to direct it to that bin folder. Copy the Address bar at the top of the "bin" folder, so for me it would be: C:\Program Files\Research In Motion\blackberry-tablet-sdk-1.1.1\bin. Once this has been copied, go back to your command prompt and type:

cd C:\Program Files\Research In Motion\blackberry-tablet-sdk-1.1.1\bin

(It depends on where your "bin" file is located for you so change that based on your harddrive!)

Step 10- Now once our command prompt is directed to that "bin" folder, put this following code in, but replace where it says "YOURPINHERE":

WHEN ENTERING IN YOUR PIN DO NOT USE ANY CAPITAL LETTERS, USE LOWERCASE OR ELSE YOU GET ERRORS!!!!!!!!!!!!!!!!!!!!

blackberry-signer -csksetup -cskpass YOURPINHERE
NOTE: I am making this simple by have you put all your passwords the same as your pin. This just helps you, you don't have to use your pin, but I reccommend it so you don't ever forget!

Step 11- Next, we must now register our .csj files in order to get the .p12 files. YOU HAVE TO REGISTER BOTH .CSJ FILES, THE PBDT AND RDK FILES OR ELSE IT WILL NOT WORK!

Paste this code in after changing to fit your information:

blackberry-signer -register -csjpin YOURPINHERE -cskpass YOURPINHERE client-PBDT-putyourfilecodehere.csj
You HAVE TO put your pin after the "-csjpin YOURPINHERE" part because you registered for your keys online with your pin, after "-cskpass YOURPINHERE" you just have to put the password that you created that is most likely your pin!

Now register the other .csj file with the same code EXCEPT you have to change the file in the last part:

blackberry-signer -register -csjpin YOURPINHERE -cskpass YOURPINHERE client-RDK-putyourfilecodehere.csj

Step 12- Make sure that you don't get any errors when you register those files, you should get a message saying you connected/registered to RIM's servers. You should also get an email saying you are registered.

Step 13- Now that you are registered, you can generate your .p12 file. To do that, input this following code into the command prompt:

REMEMBER NO CAPS IN PIN!!!

blackberry-keytool -genkeypair -keystore QNX.p12 -storepass YOURPINHERE -dname "cn=YOURCOMPANYNAMEHERE" -alias author

What this code does is, creats your .p12 file, I put QNX as the name just to make it easier to find, you can change the QNX part, but I would keep that, because it is easier to find. When you registered online with RIM, you put in your company name, well you have to put that in where it says "YOURCOMPANYNAMEHERE" you have to leave the cn= part. You are also creating another password, but you should just use your pin once again.

Step 14- You have just created your .p12 file. If you didn't change the command lines from mine, it will be called "QNX.p12" YOU CAN LOCATE IT IN YOUR "BIN" FOLDER WHERE YOU HAVE ALREADY NAVIGATED TO! MAKE SURE YOU SAVE IT AND BACK IT UP BECAUSE IF YOU LOSE IT YOU HAVE TO DO THIS WHOLE PROCESS OVER!

Note: You can copy your .p12 file to an easier location for access when using the BBHTool in the tutorial below.


When using BBHTool, all files inputted have to be .APK you cannot just sign a .bar, it converts and signs at the same time!

Here is the second part of the Tutorial, showing you how to Convert and Sign apps using the BBHTool

Step 1- Download the lastest version of BBH Tool here and install it: BBHTool (Public Version) - Downloads - BBH-Plus Forums BBHTool Latest Version

Step 2- Once installed, open it up.

Step 3- Go to the tab at the top and click "Playbook"

Step 4- Click on "APK Converter"

Step 5- Under the "Android-SDK (Required): Browse for your android-sdk folder. I just saved mine to C:\android-sdk to make it easier.

Step 6- At "Conversion Info" make sure you browse where you want your converted .APK files to be saved to (it will automatically place your converted and signed .Bar file into this folder)

Step 7- Click the checkmark for "Sign Converted File"

Step 8- Browse for your Keystore file (that is the .p12 file that you got from registering your .csj files in the tutorial above)

Step 9- Enter Your Keystore Password and your CSK Password into both fields. Remember when you were registering your .csj files, you created both passwords. If you followed my tutorial, then all of your passwords will most likely be your Playbook's PIN. That's what I have mine set to, it's easiet to remember.

Step 10- Once you are done with all of that info, click "Add Files" and browse to your .APK file you wish to convert.

Step 11- Click "Convert/Sign It!" And your converted and signed .Bar file will be where you set it to be!

For me, I can only convert and sign one file at a time or else it doesn't work, so only do one at a time!

After all this is done you can then install the file using DDPB Installer, or any other tools. I prefer HaTaX's tool.


I hope this tutorial will be helpful, am expecting your comments

Thanks So MUCH for reading! =)

Friday, March 11, 2016

How to Opt Out of Any MTN Annoying Subscription Deduction Your Airtime

Information is power… even if it’s just the power of a dot that you know. MTN have been deducting a lot of people’s airtime without them knowing what they subscribed for. Some people every week while some every day and you can bear me witness that this can be so annoying. Some of us even subscribed to some MTN services you don’t know anything about only to discover that anytime your recharge, N50 is been deducted from your account.
null
All thanks to credible information and I’m going to show you how to opt out of annoying deduction from any MTN services you’ve subscribed to.
How Can I Opt Out From All MTN subscription?
>>Dial the code *123*5*1# and reply with to see your active subscriptions
>>Reply with the serial number of each active subscription shown and that you want to opt out from
>>Reply with 1 to unsubscribe
If you have multiple active subscriptions, then repeat the process and select any active subscriptions to unsubscribe from.
It’s easy and fast. Anytime you notice any unhealthy deduction from your account, quickly check to see that you’ve cancels all active subscription.

Protect your USB Drive with Password without Software

Do you’ve some important data in your USB drive that you don’t want to share with anybody? It may be some documents, username/passwords or images/videos. Then why not encrypt the USB drive data with password? And if you’re using Windows7, you don’t even need any third party software for password protecting portable drives.
 Windows 7 includes a program called BitLocker for encrypting any drive in 2-3 simple steps. Just follow the steps below… and you can secure you files inside USB flash drive but setting a password and encrypting data contents.

Use Bitlocker in Windows 7 to Protect USB Drives

So guys just check all the steps below on how it works and what all you have to do to step in a more secure sharing world.
  1. Insert your USB drive, or any portable hard drive and Right click on it in explorer. Now choose “Turn on Bitlocker…”
    turn on bitlocker usb drive
  2. A small window will appear and prompt you for choosing a password that will be required while opening it later. Proceed by clicking the “Next”.
  3. Bitlocker will create and save a recovery key in your PC in case you forget password. Simply choose the first option to save the recovery key in a text file in a secure place.
    bitlocker recovery key
  4. Wait for few minutes while it will be encrypting the portable drive slowly.Depends upon the data volume in your removable drive.
    bitlocker encrypting the USB Drive
  5. Once done, plug-off and insert the USB drive again to see the encryption in action. BitLocker encryption will be automatically run up and prompt you for putting the password. You have to put the password for only once for accessing the data in it until you plug off.
    bitlocker drive protected
The encryption is absolutely machine independent i.e. whenever you will insert the USB drive to any other computer, it will still prompt for the decryption password. Very useful for locking USB drives with password and encrypting it to keep it secure. So guys I hope you enjoyed this another GEEKY Tutorial.

How To Stop MTN Subscription That Secretly Deduct Your Airtime

Are you a suffering from an unknown or unconditional deduction of Airtime out of your MTN line due to one ineffective plan?
Think about having your credit being deducted every time you recharge or have cash in your MTN line.

The worst a part of it all is that you will be deceived to subscribe unknowingly. On most occasions, individuals are forced to choose in to those ineffective providers and typically individuals choose in unknowingly but later to finds out when their credit begins to be deducted.
You might just Put on your device but you will see a message like this
And you will want to remove the pop up notification message by pressing OK, Not knowing you have implicated yourself, you will only notice when you Airtime is deducted the 10th time.
How To Opt Out Of Secret Airtime Consuming Plans
You cannot solve your problem without knowing what your problem is, so let find out what is consuming our Airtime before we can unsubscribe.
The below code can help you see the active plans that takes your Airtime on daily, weekly or monthly basis.
Just dial *123*5*1# and reply with 2 to view active subscriptions.
You will see all the active plans that are consuming your Airtime, just reply with the one you want to cancel and it’s done.
To Cancel MTNplay Subscription
To cancel all MTN play subscription just dial.*123*5*2# and reply with 8 to see list of active MTNplay services.
The unsubscribe from it by replying with the digit representing the subscription you want to unsubscribe from.

Wednesday, March 9, 2016

3 Reasons to Have $ex with a Short Lady at Least Once

A lot of men are captivated by the height of a woman and seem to think they are better lovers, but have you ever considered making out with a smaller lady?
Image result for sex images
Did you know that your partner’s physique has a whole lot to do with how much pleasure you can get during s*x? Sure, it is appealing to get it on with average height or tall women, but have you ever stopped to consider how things might be different with a shorter person?
These are 3 reasons why you should get with that itty bitty lady:
1. Easy to lift:
Standing positions work best with shorter women, especially when you do not have enough upper body strength to lift an average height lady. Most men run from this position because they think they are not strong enough, but how about you go with a smaller person that you can actually lift instead?
2. Easy to maneuver:
Trust us, changing s*x position is a piece of cake if you are in bed with a shorter woman. The idea that she can be moved this way and that without too much effort can make things go extra smooth.

3. Tighter v*gina:
Okay you probably shouldn’t take our word for it, but there is a myth that shorter women have tighter pussies- something about them having a narrower pelvis. It might be true, it might not, but it wouldn’t hurt to try and see for yourself.

5 Things that Happens to Your Genitals During $ex

This details some major changes that take place down below when an individual is turned on during romance.
Image result for sex images
Sure, things feel good and pleasurable down there when you are getting it on, but do you actually know what changes take place in your v*gina during s*x?

(1) It becomes sensitive:
Once you’re in the mood, your body instantly becomes stimulated. Everyday Health notes that this happens when the blood begins to pump to your v*gina and cl*toris, making them larger and more sensitive. This increased sensitivity is what makes contact with those areas feel so good.
(2) It lubricates itself:
As the v*gina prepares for s*x, it begins to produce its own lubrication. According to the Kinsey Institute, v*ginal wetness is created by fluid that was originally part of the extra blood that began traveling to the v*gina when you were first aroused.

(3) It gets erect:
It may not be as obvious as a pen*s, but the clitoris can have an erection as well. This happens when this clitor*l tissue swells and becomes stiff, and can last well after an orgasm, according to Women’s Health.
(4) It doesn’t pee:
During orgasm, some women experience what feels like a little bit of pee. However, they are actually experiencing female ejaculation. Psychology Today notes that the fluid, often confused for urine, is made by secretions from the paraurethral glands. Although there are many medical questions about female ejaculation, 10 to 50 percent of woman report having experienced the phenomenon.


(5) It may spasm:
It can be common for some women to experience pain from the penetration of s*x. But you can go ahead and squish the ego of any guy who think’s it’s because his pen*s is too big. The fact is, as Mayo clinic notes, your vaginal wall can have spasms that are completely involuntary. The tightening of those muscles is what can lead to discomfort or pain.

Install / Flash ClockworkMod Recovery on Android Phone / Tablet

In this tutorial, you will learn how to download and then flash / install ClockworkMod recovery (CWM) on your android phone or tablet. This CWM installation guide is applicable to almost all the supported android devices.
For those not familiar, ClockworkMod recovery – also known as CWM recovery, is one of the most popular custom recoveries available for the android devices. Some of the core features found in Clockworkmod recovery includes Nandroid backup and restore, recovery, installation or restoration of custom or official ROMs.
Install ClockworkMod Recovery
There are primarily two standard methods to install ClockworkMod recovery on your android phone or tablet:
  1. Using ROM Manager
  2. Using Fastboot
There are some scenarios that require methods other than the above mentioned to flash ClockworkMod recovery, scenarios such as:
  • Your device recovery is not a separate partition but comes built into the kernel itself. Samsung Galaxy devices and many Sony devices fall in this category where you need to flash a kernel containing the ClockworkMod recovery using ODIN or FlashTool.
  • Your device doesn’t officially run android OS but Android has bee ported to run on it. Therefore requires special method to install CWM recovery. HP Touchpad and HTC HD2 are the examples of such devices.
Since it’s not feasible to cover methods for all the devices in a single guide, we will cover the standard two methods that should cover most of the devices out there. Let’s talk about both the methods mentioned above to install CWM recovery.
Flash CWM Recovery using ROM Manager
Installing Clockworkmod using ROM Manager is the easiest among the above mentioned methods. However it requires your device to be rooted first. So if you’re going to use ROM Manager to install ClockworkMod recovery, first root your Android device.
In this method you do not need to download recovery image, or enter any commands. The installation process is pretty straightforward and involves graphical user interface. This is the recommended method to install clockworkmod recovery and one should try other methods only if this one doesn’t work for you. Let’s get things done…
  1. Open the Play store on your device, search and install ROM Manager. ROM Manager allows you to install latest version of CWM recovery and schedule different recovery related task while booted into the Android. There’s an ad-free premium version also available.
  2. Open the “Rom Manager” that you just installed. It should offer you to “Flash ClockworkMod Recovery”. Tap ok.
    install cwm recovery 1
  3. Now Select ClockworkMod Recovery under “Install or update recovery” options. Then tap on your device’s name and then tap on “Flash ClockworkMod Recovery” to begin the downloading process.
    install cwm recovery 2 install cwm recovery 3 install cwm recovery 4 install cwm recovery 5
  4. After the download, grant SuperUser access if it asks. The recovery will be flashed and then “Successfully flashed ClockworkMod recovery!” message should appear. Tap OK.
    install cwm recovery 6 install cwm recovery 7
  5. Now tap on “Reboot into Recovery” and then hit OK. Your phone should reboot into ClockworkMod recovery, if it does, you’ve successfully installed CWM recovery on your android phone or tablet. Or you can manually boot into recovery by shutting down your phone or tablet and then using the Volume down or volume up and power buttons combination.
    install cwm recovery 8
Install ClockworkMod Recovery with Fastboot
One major benefit of installing ClockworkMod recovery using Fastboot is that it doesn’t even require you to root your device first. However, your bootloader must be unlocked prior to using this method. Check later for our detailed guide on how to unlock bootloader. If you’re going to use Fastboot to install ClockworkMod recovery on your android device, carefully follow the steps mentioned below.
WARNING: Make sure the recovery image you download is compatible with your device, or installing it may mess up your device.
  1. Download the latest recovery image file from ClockworkMod Recovery download pages when you search on google for download and copy the downloaded recovery file in the same folder where fastboot and adb files are located.
    Note: The recovery image must have .img extension. If it’s a .zip file, make sure to extract the .img file from it before proceeding.
  2. Setup fastboot & ADB on your computer.
  3. Enable USB debugging mode on your device and connect it to your computer via USB cable.
  4. Open the command prompt to Terminal and type in the following command to enter your device into fastboot mode:
    adb reboot bootloader
    or you may use the hardware key combination to enter fastboot mode.
  5. Once your device is in fastboot mode, type in the following command to see if the computer detects the connected device:
    fastboot devices
    If you don’t see a serial number, and instead see “”, fastboot is not configured properly on your machine or the drivers are missing. If you see “no permissions fastboot”, try running fastboot as root.
  6. To install ClockworkMod recovery on your device, enter the following command:
    fastboot flash recovery ***.img
    where “***.img” is the name of your recovery file.
  7. Once the install completes successfully, type in the following command to enter recovery mode:
    fastboot boot ***.img
Note: Some ROMs overwrite recovery at boot time so if you do not plan to immediately boot into recovery, please be aware that this may overwrite your custom recovery with the stock one!

Monday, February 15, 2016

Virus Spyware Name = Troj/Ransom-CGA

A new security threat known as Troj/Ransom-CGA has been discover by Security Expert . This type of security threat could cause harm to your computer if you do not have a good antivirus installed on your computer . . A good Antivirus Software will prevent Troj/Ransom-CGA from being installed and running on your computer . So make sure you have a good AntiVirus Software installed on your Computer to avoid this new virus or any other virus and or spyware from being installed .
Such as
  • Computer Running Slow .
  • Programs Failing to Open especially all .exe file .
  • Not able to connect to the Internet .
  • Fake Virus Scanner that wont close

There are a lot more, But this are usually the symptom of your computer being infected with Troj/Ransom-CGA or some type of Virus and or Spyware . To best protect your computer from getting infected . Make sure to run a Virus Scan and Spyware Scanner on your Computer . Having a good Antivirus installed in your computer will help you avoid getting infected withTroj/Ransom-CGA and any other security threats .
Computer viruses such as Troj/Ransom-CGA are often spread by attachments in email messages , Website Advertisement , Files downloads such as torrents and P2P like Limewire , Frostbite , bearshare as well instant messaging messages.
Viruses can also be disguised as attachments of funny images, greeting cards, or audio and video files.
Computer viruses also spread through downloads on the Internet. They can be hidden in illicit software or other files or programs you might download from torrents site or p2p programs .
The following security software will you remove Troj/Ransom-CGA from your Windows PC such as Desktop , Laptop or tablets . Feel free to download this utility below to help you remove this nasty Virus and or Spyware from your computer. All security software located here are free and some are trial version, regardless, all this security software here will help you remove up to 90 percent of the computer virus are hidden on your computer.
AdwCleaner
is a free removal tool for adware, spyware , PUP , toolbars, hijackers and some virus.
Spybot Search & Destroy
Malware Removal Tool removes Malware, Spyware, Rootkits, Adware
SuperAntiSpyware
Malware Remover. Malware, Spyware, Rootkits, Adware, Worms, Parasites
Panda Antivirus
provides the easiest-to-use and most intuitive protection for your computer. Install it and forget about viruses, spyware, root-kits, hackers and online fraud.
Avast Antivirus
offers an antivirus and anti-malware protection, along with features you’re most likely to need to fix security threats







Use the software above to remove this nasty computer virus known as

Troj/Ransom-CGA

from your computer . In cases like that , it will be best for you to use the built in System Restore feature usually accessible by clicking the Start button . In the search box, type System Restore, and then, in the list of results, click System Restore.
Here you could view some videos regarding Computer Virus to have an understanding on how computer virus, spyware and ransomware work http://thirty5tech.com/vid/search/computer+virus
Thirty5tech NYC Computer Repair will help you Remove

Troj/Ransom-CGA

or any Virus or Spyware especially Troj/Ransom-CGA that might have infected your computer . We offer same day service at a flat fee . So click below to contact us to setup a appointment for a Home Computer Technician to stop by your location to Remove the Virus or Just bring it over to our location to help you remove the Virus and Troj/Ransom-CGA Safe and Fast .

Troj/Ransom-CGA
Virus
Manufactured by: Programmer
Model: W32

Read shocking report on Bristow Helicopter crash

– New report has showed the likely causes of Bristow helicopter crash in Oworonshoki area of Lagos
– The report showed 23 likely causes following preliminary report
– The report also stated that the crew did not make any distressed call prior to the crash Fresh report by the Accident Investigation Bureau, which review the August 15, 2015 Bristow helicopter crash into the lagoon in Oworonshoki area of Lagos state, has found about 23 likely causes of the accident.
real cause of Bristow helicopter crash revealed
According to Sahara Reporters, the Bureau’s reports showed that there were six death persons from the accident including two of the crew members and one of them, an American. Six persons were seriously injured on the day of the accident. The preliminary report stated that the rescue effort was swift due to the quick response of fishermen who first notice the wreck and responded. 
The AIB report read in part: “six passengers were rescued alive and four fatalities recovered on 12/08/2015. The flight crews were recovered the next day on the 13/08/2015 both fatally injured. “National Emergency Management Agency (NEMA) led the rescue with Lagos State Emergency Management Agency (LASEMA) and Lagos State Waterways Authority (LASWA) playing an important role” in coordinating and responding to the crash. Other agencies assisting were “NCAA, NAMA, Nigerian Police, Nigerian Air Force, Marine Navy-International Maritime Organization/International Transport Fund (IMO/ITF), Nigerian Army, Indigo Drilling, FRSC, Civil Defence Corps, Bristow Helicopters, Nigerian Maritime Administration and Safety Agency (NIMASA), Department of Petroleum Resources (DPR), Kick Against Indiscipline (KAI).” It was learnt that either the crew or the passengers had the opportunity to either inflate their life jackets or deploy the raft.  Also, the crew method did not make a distress call before the crashed into the lagoon but the report explained that there was communication between the crew and the Tower prior to the crash.
The “Cockpit Voice Recorder was also installed on the helicopter. The recorders were recovered by professional divers in good condition from the lagoon on the second day of the accident, but the combined recorder had few punctures. The recorders were sent to Air Accident Investigation Branch UK for data download. The report further showed that Forward Main Servo Input Control Pushed Assembly had failed. The Control Pushrod tube separated from Control rod end with the bearing and the Jam nut. The Jamnut was loose and was not seating against the Control Rod.” This, according to the report, could have been at least one cause of the accident The report concluded by stating that Bristow helicopter followed the standard procedure in accordance with approved maintenance schedule and that no records of any defect in the tech log were found. Below is copy of of the  preliminary report of the crash courtesy of Sahara Reporters
Source: naij.com

Sunday, February 7, 2016

Lagos Marathon: Abraham Kipton Wins Race

Kenyan athlete, Abraham Kipton, has won the maiden Access Bank Lagos City Marathon race with a time of 2 hours, 16 minutes and 19 seconds. The current world record is 2 hours, 6 minutes. Meanwhile, Philibus Sharubutu is the first Nigerian to cross the finish line. In the women’s category, Halima Hussen of Ethiopia emerged first, with a time of 2 hours, 38 minutes and 36 seconds. The starting line of the race is the National Stadium, Surulere in Lagos and the finish line is the Eko Atlantic City in Victoria Island. The Lagos Marathon race hosts over 20,000 local and international athletes. The Lagos State Governor, Akinwunmi Ambode, the Minister of Youths and Sports, Solomon Dalung, and other dignitaries were at the finish line to witness the event.

Saturday, February 6, 2016

How To Get Free .Com Domain Name Without any Payment


Now I am fully back on my blog with lots of tutorials and information not just on blogging and adsense or how to make money online but also about self-improvement, motivation and my life as a Father, at least this is a personal blog so it’s allowed.
Today, I want to teach you how to get a .com domain name for free. I know how essential and useful this tutorial will be to many upcoming bloggers who don’t have money to secure their own .com domain due to the cost on some of the domain registrars. You will soon learn how to use $0 to purchase your own domain either for your business site you built on wordpress.com or any other blog even blogspot.com.
NOTE: YOU WILL PAY FOR ICANN FEE OF JUST $0.18
I am sorry this tutorial won’t be pictorial but I have a video attached below that you can watch and learn everything faster. Follow the well explained 10 steps below to get your own free .com domain name for websites.
STEPS TO GETTING YOUR FREE .COM DOMAIN
Step 1: Go to http://1and1.com
Step 2: Type in your desire domain name and click on “CHECK” button, if your domain is available
Step 3: Click the “CONTINUE” button.
Step 4: Click on the button with “Continue With Domain Only”
Step 5: Click on “No, thanks continue without selection” then click on “Continue” on the next page
Step 6: If you are already a member on 1and1 and you’ve not bought any domain freely before, you can just sign in else click “Create New account”
Step 7: Fill in your information appropriately and click Click Continue to Payment Option
Step 8: Type in your credit card/ATM card details correctly and click “Continue to Order Review”
Step 9: Check your details if they are correct and Click “Order Now”
Step 10: Congratulation, your domain has been ordered. (You will say in your mind, but this is not a step).
Check the email provided for the confirmation and processing email, they will get baack to you in less than an hour to complete the domain registration and processing and you will receive another email informing your or the completion of the domain you bought.

In case of any question, kindly drop your comment below. Thanks.
Credit: Donvin