Skip to main content

Posts

How to Install WhatsApp On PC

How to Install WhatsApp On PC Install WhatsApp on PC Requirements: 1: Bluestalk 2) A PC with updated graphics drivers. Instructions: 1)In order to use WhatsApp on PC we need a Software called BlueStacks, So download and install BlueStacks from this link BlueStacks Application Player enable Android applications to run on Windows PCs, Macintosh computers and televisions. 2)After the installing BlueStacks, search for WhatsApp in the search bar provided as in the below picture. 3)You will be asked to Add a Google account. So sign in with your Google account, after signing in your Google account will be linked with the BlueStacks. 4) Now select the mobile device which you have already synced with your Google account(I have used a virtual device using Virtual box). 5)Now search again for the WhatsApp in the search bar and download it from the play store. 6)Now choose your country and enter your phone number with which you want to access the WhatsApp Messenger. ...

How to Install Android Lollipop 5.0 on PC with Google Apps(Play Store)

How to Install Android Lollipop 5.0 on PC with Google Apps(Play Store) For some reasons like developing or testing an Android Application we need to Install Android Lollipop 5.0 on PC. To do this we may use the some virtual machines or android emulators like Oracle VM VirtualBoX, VMware Virtualization, BlueStacks, Genymotion and the list goes on. But unfortunately none of them allows us to use popular Google Apps (Applications) like Google+, Google Play Store, Gmail, and many more with the Android Lollipop on PC. Install Android Lollipop 5.0 on PC We have come up with an Easy way to get your Google Apps Installed on your android Emulator. All you have to do is to get things that are required from the link provided and follow the step by step tutorial give bellow. Things that you need: 1. Genymotion Android Emulator We are going run Android Lollipop on PC using Genymotion Android Emulator, so get registered in Genymotion Website in order to download. Download and install l...

A SIMPLE JAVA IF STATEMENT FOR NEWBIE

a simple if statement in java Java programming as widely known today is a very poweerful language but that dosent make it a very hard to learn for the newbies,it only requires time and determination and also starting from the beginning So today lagahit tech share to u guys a simple if statement in java,the will be beneficiary to newbies ENJOY

A SIMPLE PYTHON APPLICATION FOR CALCULATIONS

A SIMPLE PYTHON APPLICATION FOR CALCULATIONS def help_screen(): print("Add: Add two numbers") print("subtract: subtract two numbers") print("multiplication: multiple two numbers") print("divsion: divide two numbers") print("print: display the result of latest operation") print("help: display help screen") print("quit: exit the program") def menu(): return input("A(add S(ubtract M(ultiple D(ivide P(rint H(elp Q(uit") result = 0.0 first_num = 0.0 second_num = 0.0 def get_input(): global first_num, second_num first_num = float(input("first figure:")) second_num = float(input("second figure:")) def report(): print(result) def add(): global result result = first_num + second_num def subtract(): global result result = first_num - second_num def multiply(): global result result = first_num * second_num def divide(): glo...

How to force 2G/3G/LTE only mode in your Android Smartphone

How to force 2G/3G/LTE only mode in your Android Smartphone Some times you are in a area where 3G signal is weak and your phone may constantly jump between 2G and 3G mode. It would be really annoying to browse or stream video in that situation. Some OEM like Samsung provide a way to use 2G/3G only mode from their settings menu. But most OEM don’t. Here is a way to access the hidden menu in all Android devices regardless of OEM. Open the default dialer and enter the following code. *#*#4636#*#* It opens the testing screen. Select Phone information. From there select your preferred network. For 2G select GSM only . For 3G select WCDMA only . For 4G/LTE select LTE only . Good luck

Learn to Hack WIFI password with Ubuntu (WPA/WPA2)

Learn to Hack WIFI password with Ubuntu (WPA/WPA2) In this hacking tutorial we are going to use a new vulnerability in WPA and WPA 2 (PSK/TKIP)Wireless passwords, this weak point is to attack WPS, Which is Wireless Protected Setup. This type of setup is built in 90% of routers to allow easy establishment of secure home wireless by the user, though it has been shown to fall to BruteForce Attacks. This BruteForce attack will try all combinations of Router’s PIN number (Provided by WPS) and access the router to reveal the password. This type of hack have many benefits such as, You can always have the Wireless Password even if It’s changed by knowing the PIN number. Steps To Hack WPA/WPA2 Passwords using Ubuntu (Reaver) Follow these simple steps. Step 1 (Setting up Reaver 1.4 ) 1) Open terminal and type sudo -s and then type your password. 2) Download Reaver (Better Download the Latest Version ) Place in a specified folder. 3) Open the Terminal and type tar xvfz re...

Hack a Computer Only with just a IP Address in Easy steps

lagahit technology presents you an easy tutorial to hack a Computer only with a just a IP Address in six simple steps. Steps to Hack IP Address: 1) Prepare the IP address of the Victim. (e.g : 101.23.53.70 ) 2) Download and Install Advanced Port Scanner 3) Open Advanced Port Scanner and Type the IP Address in the right column and Click Scan. 4) It will lists you all Opened Ports of the Victim’s PC or Router. (e.g : Port 91 ) 5) After retrieving the IP address and the Opened Ports of the Victim, Open Command Prompt (CMD) and Type: telnet [IP ADDRESS] [PORT] e.g : telnet 101.23.53.70 91 6) Now you’ll be asked to Enter Login Information, Just type Username and Password and hit Enter. If no password is used just type the Username. Done! Now you’ll get access to all Victim’s Files and Documents by browsing with CMD (use cd, copy, delete, mv… to do all tricks.) YOUR DONE