Ear Plugs Search Results

ElementalX: The Only Custom Kernel You Need on Your Nexus 5

Straight out of the box, the Nexus 5 is an awesome device, but even it can be faster with better battery life. Luckily, one of the things that makes it so awesome is that there are tons of developers creating mods for it, since it runs stock Android by default. When it comes to gaining speed and better battery life, flashing a custom kernel is the way to go.

How To: Help NASA Write Code to Fix the International Space Station and You Could Win $10,000!

The International Space Station is a habitable man-made satellite currently in orbit around the Earth. Launched in 1998, the ISS is used mainly as a microgravity and space environment research laboratory where astronauts perform experiments in large variety of fields, including biology and physics. In order to be hospitable for crew members and scientists, the ISS needs energy. To do this, the station uses its solar panels to capture rays of sun and power the station up. In order to garner th...

How To: Make Trippy EL Wire Headphones That Dance to the Beat of Your Music

At one time or another, we've all enjoyed the visualizations that came stock in Windows Media Player. I remember spending hours listening to my favorite album, putting the graphic equalizer on full screen, and getting lost in the flurry of colors that would dance across the screen. Well, now thanks to the imaginative mind of Instructables user yardleydobon, you can now recreate this rainbow-colored music visualizer right on top of your freaking head—with these trippy EL wire headphones, which...

How To: Calculate your carbon footprint

Watch this video tutorial to learn how to calculate your carbon footprint. A carbon footprint is an equation that estimates just how much you, personally, are contributing to global warming—and all you have to do is plug some info into an online calculator. Figuring out how to make your footprint smaller, of course, is another matter.

How To: Fix Defective Pixels & Improve Image Quality on LCD & LED Monitors

I have owned quite the plethora of electronics in my life. A commonality between most of these devices' screens is frozen or dead pixels. This is probably the most annoying thing about buying new hardware—your LCD, or worse, LED display has one or more pixels that continues to stay lit. Most of the time, this will appear in the form of a brightly colored pixel that never changes, or a pixel that never displays the right color. Once you notice it's there, you just can't stop staring at it. It ...

How To: Create a Neytiri Avatar makeup look

The Na'vi don't have eyebrows. While you could just paint your makeup on over your brows if you don't have prosthetic appliances to cover them, a neat trick is to take a giant glue stick (or the spirit gum) and go over your eyebrows with it, rubbing the stick in the opposite direction of eyebrow growth. Let it dry and then do it one or two more times (depending on how thick your brows are). With your brows flat against your skin with a layer of "glue skin" over them, you can have a nice, flat...

How To: Fold origami heart-shaped cuff links

Links of Love is showing you how to make origami heart shaped cuff-links. Start with a 20.5 cm square of paper. If you want to make a cuff link you can wear you should use a square the size of 4 to 5 cm. Fold a good crease and then unfold. Fold two corners in toward the middle and then unfold. Fold one side in toward the middle crease. Only crease up to the crease of the corner fold. Unfold and fold the side into the new crease just made. The creases are guidelines that will be used later on ...

How To: Draw a simple cartoon dog

When you first begin to drawing dogs, it can be difficult to know where to start. Usually, there are tricks that can get you started with ease, and the same is true in regards to drawing dogs. You don't have to be an expert artist to learn how to draw a dog; it's as simple as beginning with a 'cheat', or a few specific lines, and building a style from there. To draw a dog, you should begin by drawing the number 'six', followed by three lines, fairly close together. This will create the dog's ...

How To: Find OSINT Data on License Plate Numbers with Skiptracer

While conducting an OSINT investigation, it's important to be able to pull in information based on any clue you uncover. In particular, license plate information can turn up everywhere, from photos to live data to on your own street. You could use that data to find the VIN, see if a Tinder date has hit anyone, find out who's blocking your driveway, and so on. Skiptracer can help get the ball rolling.

How To: Shut Down & Restart the iPhone SE (2nd Generation) — There's More Than One Way

In a departure from Apple's newer iPhone models with Face ID technology, the 2020 iPhone SE goes back to the old days where the Home button ruled, and Touch ID was the biometrics method. But if you've never owned an older iPhone with a Home button, something as simple as shutting down and restarting the iPhone SE could elude you.

How To: A Hacker's Guide to Programming Microcontrollers

While hackers know and love the Raspberry Pi, many don't know of its cheaper cousin, the microcontroller. Unlike a Pi, which can be used more or less like a regular computer, microcontrollers like the Wi-Fi connected ESP8266 require some necessary programming skill to master. In this guide, we'll build an Arduino program from scratch and explain the code structure in a way anyone can understand.

How To: Unbrick Your OnePlus 6T When All Else Fails

When flashing files through TWRP, ADB, or Fastboot, there's a slight chance for things to go wrong. Whether it's user error related or something else entirely, it's always good to have a backup plan. In most cases, you'll be dealing with a semi-brick or soft-brick, which can usually be solved by wiping the data of the device using TWRP. However, it can be more severe than that in some cases.

How To: Set Up the Meta 2 Head-Mounted Display

So after being teased last Christmas with an email promising that the Meta 2 was shipping, nearly a year later, we finally have one of the units that we ordered. Without a moment's hesitation, I tore the package open, set the device up, and started working with it.

How To: Detect Bluetooth Low Energy Devices in Realtime with Blue Hydra

Bluetooth Low Energy (BLE) is the de facto wireless protocol choice by many wearables developers, and much of the emerging internet of things (IoT) market. Thanks to it's near ubiquity in modern smartphones, tablets, and computers, BLE represents a large and frequently insecure attack surface. This surface can now be mapped with the use of Blue Hydra.

Hack Like a Pro: How to Hack Web Apps, Part 6 (Using OWASP ZAP to Find Vulnerabilities)

Welcome back, my tenderfoot hackers! Web apps are often the best vector to an organization's server/database, an entry point to their entire internal network. By definition, the web app is designed to take an input from the user and send that input back to the server or database. In this way, the attacker can send their malicious input back to the servers and network if the web app is not properly secured.