Installing VirtualBox in Kali Linux

Installing VirtualBox in Kali Linux 

 

Dependency installation

We need to install latest kali linux kernal header first 

  •  apt-get install linux-headers-$(uname -r) -y

 

Here are the steps involved to install VirtualBox in Kali Linux.
  • Goto this link https://www.virtualbox.org/wiki/Linux_Downloads and select Debian version, either i386 or AMD64(depending upon the platform of your computer have). My system support i386. Select the location to download the file. I chose Debian 7.0 ("Wheezy") and the version of virtualbox is 4.3.2.
  • Once the file is downloaded, open root terminal window and goto the downloaded directory. My default directory is /root/downloads.
  • Now run, dpkg -i virtualbox-x.x.x.x~Debian~wheezy_i386.deb (where x is replaced by version of virtual box)
eg.: root@kali:~Downloads# dpkg -i virtualbox-4.3_4.3.2-90405~Debian~wheezy_i386.deb

Once we run this command, it de-compress the .deb package, start setting virtualbox environment and checks if any recent update is available.


Once setup is installed sucessfully, you can goto Applications to check if VirtualBox in listed there or not. Applications--> Systam Tools--> Oracle VM VirtualBox. Click on it to start VirtualBox.


READMORE
 

Installing Tor in Kali Linux

Installing Tor in Kali Linux - blackMORE Ops - 2
This guide guides your through installing tor in Kali Linux.

Why anonymity matters?

Tor protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location.

Installing Tor in Kali Linux:

Step 1: Getting tor service ready

There are 3 ways of installing Tor service in Kali Linux. You can install Tor by following any of these options:

Option #1: Install Tor from Kali Repository

Tor is available in Kali repository, to install it directly from the repository open your Terminal and type this:
apt-get install tor
If no error occurs, follow the second step.

Option #2: Install Tor from Debian Wheezy Repository

If you can’t install Tor using the first method then you may try this option. In this way we are going to add the official Tor repository according to our Debian distribution. Not to be confused, Kali is actually based on Debian and it uses the package management from “Wheezy”. So we are going to use “Wheezy” as our distribution.
Now open your terminal and follow these steps:
Step #1: Add repo to sources.list file
Lets add the distribution in the list by opening the sources.list file
leafpad /etc/apt/sources.list
Now add the following line at the bottom of the file,
deb http://deb.torproject.org/torproject.org wheezy main
Step #2: Add GPG Keys
Now we need to add the gpg key used to sign the packages by running the following commands:
gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
Step #3: Update package lists
Lets refresh our sources:
apt-get update
Step #4: Install singing keys
Now, before installing the Tor we must add the signing key,
apt-get install deb.torproject.org-keyring

READMORE
 

How To Use 2 Whatsapp Account In A Single Phone

Here now the biggest question comes in everyone’s mind is that…
  • can we use multiple whatsapp in a mobile??
  • can we use whatsapp dual sim??
  • can we have dual whatsapp account??
  • can we use 2 whatsapp account in single phone??
The more and more questions arises. So here we are having a solution for your question.


” The solution is OG WhatsApp 
dual-multiple-whatsapp-account

Whats is OGWhatsapp??

  • OGWhatsapp is a modded version of Whatsapp messenger for Android devices.
  • It is used to use 2 whatsapp account in one single android device i.e. dual whatsapp account for whatsapp dual sim
  • OG Whatsapp doesn’t require to ROOT your android device. [NO NEED OF ROOT]


Feature of OGWhatsapp:

  • 2 whatsapp account in one device (Android Device)
  • Whatsapp dual sim
  • Facility to backup and restore messages and data
  • Select app icon
  • and many more…

STEPS TO INSTALL OGWHATSAPP IN YOUR ANDROID DEVICES FOR 2 WHATSAPP ACCOUNT:

1. First take the full backup for your messages and data before going through OG Whatsapp:
og-whatsapp
2. Clear whatsApp data:
multiple-2-whatsapp-account


3. Go to /sdcard/WhatsApp folder and rename it to /sdcard/OGWhatsAp:
dual-whatsapp-account-ogwhatsapp
4. Uninstall Official WhatsApp
5. Install OGWhatsApp (Download links are given at bottom)


6. It will ask for your number. Give the old number which you have installed in official Whatsapp earlier.

multiple-whatsapp-dual-sim
7. Click OK
8. Now your OGWhatsApp is ready for old number
9. For second number to use, go to play store and download official WhatsApp application
10. It will ask for your number. Give the new second number.
whatsapp-dual-sim
Thatsheet: Now your mobile having multiple – 2 whatsapp account in single device (Whatsapp Dual Sim)
multiple-whatsapp

–>> DOWNLOAD OGWHATSAPP FOR 2 WHATSAPP ACCOUNT <<–


UPDATED: New Version – (04/09/2014)
- Based on the latest WhatsApp version
- Support ART runtime system (Tested on Android 4.4.2)
- Hide bars when clicking the preview picture
- Option to hide the name & the date when copying more than one message
- Add messages statistics for groups (See below snapshot)
ogwhatsapp

If the above given trick whatsapp account in one device i.e. whatsapp dual sim works for you then do share it with your friends.
If you have any query or facing any problem with given best mobile tricks, comment here.
We will guide you at our best.
READMORE
 

How to install Windows 7 Using Pendrive (without any software)

featured win7 install   How To Make A USB Installation Disk For Windows 7 Without Extra Software
You’ll need:
  • A working Windows 7 system with a DVD drive and administrator rights.
  • A Windows 7 installation DVD.
  • 4GB USB drive or larger.
This will also work with larger external hard drives instead of a USB thumbdisk, but be aware that all the data on the drive will be formatted and deleted.

Open An Elevated Command Prompt

Click Start -> All Programs -> Accessories and right-click on Command Prompt. Select Run As Administrator. Of course, you need to be able to authenticate as the administrator on the PC you’re using.
run command prompt as administrator   How To Make A USB Installation Disk For Windows 7 Without Extra Software

Partitioning The Disk

Type:
DISKPART
diskpart command prompt   How To Make A USB Installation Disk For Windows 7 Without Extra Software
This will open up the partitioning application. Next, type:
LIST DISK
Figure out which of the drives listed is your USB drive, and note the number. It’s crucial you get this right, or you’re going to end up losing data on other drives.
list disk   How To Make A USB Installation Disk For Windows 7 Without Extra Software
Next, type the following series of commands, but replace the DISK number in the first line with the appropriate number from the above list. Here, my disk is number 1. Don’t confuse this with PARTITION 1. That number should not change, even if your disk is 3.
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
ASSIGN
EXIT
diskpart all steps   How To Make A USB Installation Disk For Windows 7 Without Extra Software

Make It Bootable!

The format step may take a little while (it actually took about 30 minutes on my machine). When you’re done, put in your installation DVD if you haven’t already. Note down which drive letter your USB disk and Windows installation DVD are located at.
identify drive letters   How To Make A USB Installation Disk For Windows 7 Without Extra Software
Go back to your command prompt and type – assuming D: is your DVD drive with the install DVD, and U: is your USB drive:
D:/BOOT/BOOTSECT.EXE /NT60 U:
This will basically make your USB drive bootable.
bootsect   How To Make A USB Installation Disk For Windows 7 Without Extra Software

Copy Everything

The final step can be done from My Computer. Just open up the installation DVD, highlight everything, and drag it over to your USB drive.
copy to usb   How To Make A USB Installation Disk For Windows 7 Without Extra Software
This will also take a while.
copy win7 files to usb takes ages   How To Make A USB Installation Disk For Windows 7 Without Extra Software
Now you should be all set – just insert the USB disk into your new PC, and enter the BIOS to adjust the boot order, or choose the option during start up which says Choose Boot Device.


Let’s hear it for computers with no noisy and clunky DVD drives! Death to physical media! Or not – what do you think? Are you ready to go DVD-less?
READMORE
 

How To Speed Up My Blogger

One of the most important factors to improve the SEO your site is the download speed of your page

Well today we will provide added that code is added within Blog is delaying display images until the text is displayed first, which reduces process requests for the HTTP Requests, which leads to a clear improvement in the speed of your browsing Code.



Steps Add code 

Unlock template ---> Edit html ---> type Ctrl + F ---> Find <head /> 
Then add the code word of the highest <head /> directly


 <script type='text/javascript'>//<![CDATA[(function(a) {    a.fn.lazyload=function(b){var c={threshold: 0,failurelimit:0,event:"scroll",effect:"show",container:window;};if(b) {    a.extend(c,b);}var d=this;if("scroll"==c.event) {    a(c.container).bind("scroll",function(b){var e=0;d.each(function(){if(a.abovethetop(this,c)||a.leftofbegin(this,c)){}else if(!a.belowthefold(this,c)&&!a.rightoffold(this,c)) {    a(this).trigger("appear");}else {    if(e++>c.failurelimit){return false;}}});var f=a.grep(d,function(a) {    return!a.loaded;});d=a(f);})}this.each(function() {var b=this;if(undefined==a(b).attr("original")){a(b).attr("original",a(b).attr("src"));}if("scroll"!=c.event||undefined==a(b).attr("src")||c.placeholder==a(b).attr("src")||a.abovethetop(b,c)||a.leftofbegin(b,c)||a.belowthefold(b,c)||a.rightoffold(b,c)) {if(c.placeholder){a(b).attr("src",c.placeholder);}else {a(b).removeAttr("src");}b.loaded=false;}else {b.loaded=true;}a(b).one("appear",function() {if(!this.loaded){a("<img />").bind("load",function(){a(b).hide().attr("src",a(b).attr("original"))[c.effect](c.effectspeed);b.loaded=true;}).attr("src",a(b).attr("original"));}});if("scroll"!=c.event) {a(b).bind(c.event,function(c){if(!b.loaded){a(b).trigger("appear");}})}});a(c.container).trigger(c.event);return this;};a.belowthefold=function(b,c) {if(c.container===undefined||c.container===window){var d=a(window).height()+a(window).scrollTop();}else {var d=a(c.container).offset().top+a(c.container).height();}return d<=a(b).offset().top-c.threshold;};a.rightoffold=function(b,c) {if(c.container===undefined||c.container===window){var d=a(window).width()+a(window).scrollLeft();}else {var d=a(c.container).offset().left+a(c.container).width();}return d<=a(b).offset().left-c.threshold;};a.abovethetop=function(b,c) {if(c.container===undefined||c.container===window){var d=a(window).scrollTop();}else {var d=a(c.container).offset().top;}return d>=a(b).offset().top+c.threshold+a(b).height();};a.leftofbegin=function(b,c) {if(c.container===undefined||c.container===window){var d=a(window).scrollLeft();}else {var d=a(c.container).offset().left;}return d>=a(b).offset().left+c.threshold+a(b).width();};a.extend(a.expr[":"], {"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold": "!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})";})})(jQuery);$(function() {$("img").lazyload({placeholder: "http://i22.servimg.com/u/f22/15/42/72/40/grey10.gif",effect:"fadeIn",threshold:"-50";})})//]]></script>

Now save the template and go to check the speed of your blog through this function. 
READMORE