Downloadable Formats Search Results

How To: Change Google Chrome's Default Search Engine on Your iPhone or Android Phone

Even if your default mobile browser is Google Chrome, you may not want Google to also be your search engine. Maybe you're not impressed with Google's search results all the time, maybe you want a more private search experience, or maybe you just don't want Google's hands over everything in your life. Whatever the case, it's easy to switch from Google to another default search engine.

How To: Find the Normal Photos for Your Portrait Mode Images in iOS 11

Whenever you would use "Portrait Mode" in iOS 10 on your iPhone 7 Plus, the camera would save both a regular and depth effect version. If you were low on space, you could always opt to save the depth effect version only, but this setting is now gone in iOS 11. While at first it seems like only the depth effect version is saved now, the normal version is still there, whether you like it or not — it's just hiding.

How To: Get Nintendo's Fire Emblem Heroes Game on Your Android Phone Right Now

Nintendo's first ever game for Android has finally touched down (unless you actually count the abomination that is Miitomo). Fire Emblem Heroes, a classic turn-based RPG optimized for mobile gaming, has come out for Android and iOS in Australia, Europe, and Japan, and is due out in North America and other worldwide locales very soon. Due to Nintendo's staggered release, the game isn't available to us in the United States at the time of this writing, but fret not—there's another way to downloa...

Android Basics: How to Install ADB & Fastboot on Mac, Linux & Windows

ADB and Fastboot are probably the most essential tools for any Android aficionado. They can do everything from backing up your device to unlocking your bootloader with a few simple steps. This paves the way for many new tweaks and customizations that weren't possible before. The required platform works with the three most popular computer operating systems, too, which is good news for everyone.

How To: Build a DNS Packet Sniffer with Scapy and Python

In my last how-to, we built a man-in-the-middle tool. The aforementioned script only established a man-in-the-middle. Today we'll be building a tool to utilize it. We'll be building a DNS packet sniffer. In a nutshell, this listens for DNS queries from the victim and shows them to us. This allows us to track the victims activity and perform some useful recon.