Breaking Regulation Search Results

How To: Build Your Own Mini Altoids Guitar Amp for About $5

I love making beeps and bloops with the Arduino pitches library, but sometimes archaic 8-bit tunes just don't cut it. Whether you want your robot to terrify your enemies with a demonic synthetic voice, you just need a pocket boom box on the go, or you want to a miniature guitar amp, a simple LM386 amplifier can crank up those signals loud enough to play through any speaker.

News: 8 Tips for Creating Strong, Unbreakable Passwords

This weekend, hackers broke into the servers of the popular shoe shopping site Zappos, giving them access to the personal information of 24 million Zappos customers. The user data taken included names, email addresses, billing and shipping addresses, phone numbers, the last four digits of credit card numbers, and encrypted passwords. However, full credit card data was not lifted, and passwords were cryptographically scrambled.

How To: Build a Laser Trip Wire Alarm System

Building a DIY Alarm System: The Concept So, you want to protect your property, or maybe a room, car, or even your backyard. The concept of an alarm system is to notify the "alarm administrator" that there is an intruder entering the previously designated boundaries. The triggers for this boundary could be as simple as a pressure sensor, or as complicated as a laser network. They all do the same thing, but some work better than others.

How To: Perform easy office tricks and pranks

In this expert video series, let Malik Haddadi show you some fun office tricks and pranks. Using a combination of deception and skill, Malik illustrates some tricks that will truly confuse your fellow co-workers. For instance, stump your friends with some logic games and puzzles. Also, learn how to magically tie ties or break a pencil with an index card. With this series, you can make your co-workers laugh and groan at the simple tricks they fell for. So, what are you waiting for? Begin the f...

How To: Sew zippers

In this video series, our expert will teach you how to sew a zipper. If you've ever thrown away a piece of clothing because of a broken zipper, this is the video for you to watch. Get step-by-step instructions for sewing three different kinds of zippers, including an invisible zipper, side zipper and center zipper.

How To: Run the reverse play in football

This is a great series for anyone who is or is thinking of becoming an offensive player and will need to know how to run a reverse play. Our expert will go through every aspect of this trick play from possible stances to how to hold the ball as you run to breaking tackles. There are also more advanced moves covered that pros use such as the spin move and the stiff arm. If you can master these there is no stopping you!

How To: Dance the Balboa swing

In this video series, our expert Nathan Bugh will tell you about the history of Balboa swing dance, and explain the dance itself. Nathan will teach you how to lead and follow the basic Balboa swing step, how to hold your partner, and how to do a break. He will also show you how to do a Charleston step, a kick, and how to bounce.

How To: Play doubles in tennis

Learn the basics of doubles tennis from our expert in these instructional videos. Watch as Tyler Thayer teaches how to score doubles, the different strategies to watch for while playing doubles tennis, how to serve, how to rush the net, how many sets are in a doubles tennis match, how to break a tie, and when and where is the best time to watch tennis.

How To: Breakdance

This video series is great for the beginner and expert breakdancer. Our expert, Jonathan “Xcel” Escotto, has been "breaking" for years and will show you basic moves and how to mix them with more challenging ones.

How To: Stage a theatrical set

In this video series, watch as school theater expert Peggy Charlton teaches theatrical staging basics. Learn how to build sets, the location of he different areas of the stage, what a cyclorama is, how to use the curtains on a stage, how to design a set, how to identify the apron area, and how to break down a set.

How To: Perform Mambo dance moves

In this series of Latin dance video lessons you’ll learn the basic footwork a beginner needs to dance the Mambo. Expert dance instructors Kelly-Anne and Steeve Vean Louis will teach you all the basic steps of Mambo, including tips and techniques for finding the rhythm and a variety of breaks, crossovers, and turns that will have you dancing like a real pro in no time.

How To: Make quick & easy Japanese food

Are you tired of the same old thing for dinner every night? Food in a bucket doing a number on your waistline, eh? Well, take a little break from your routine and invest a few minutes in learning how to make some traditional Asian cuisine. Our expert Chef, Ian McSwain, will guide you step-by-step through two easy Japanese recipes

How To: Repair motorcycle brakes

In this video series, our expert will show you how to replace, repair and maintain your motorcycle brakes. You will get step-by-step instructions on disassembling your wheel, and brake components, cleaning the brake caliper and master cylinder, repairing broken parts, and finally, reassembling your motorcycle when you are finished. Our experts instruction will give you the knowledge to fix and maintain your own motorcycle brakes, as well as enhance the general understanding of your motorcycle...

News: This Is Why All Augmented Reality Startups Suck

People fundamentally distrust magicians. And they should. The illusions they proffer are just that, illusions meant to astound rather than tangible interactions and results that have weight and meaning in our real world. Our lizard brains know this, and, no matter what the outstanding feat of "magic" presented, we nevertheless hold fast to our survival-based grip on the truth: we just saw simply "can't be real."

Vacationing for the 'Gram: How Instagram Is Changing Hotels & Restaurants

I noticed the neon yellow sign at the new location of Pho Bar in Chinatown right away. The sweeping cursive yellow letters spell out "Crazy Rich Broth"; the same phrase printed on the back of servers' shirts. It's the kind of minimalist but colorful design feature that is especially popular on Instagram at the moment — shots of patrons in front of a glowing sign.

How To: Brute-Force Nearly Any Website Login with Hatch

The tactic of brute-forcing a login, i.e., trying many passwords very quickly until the correct one is discovered, can be easy for services like SSH or Telnet. For something like a website login page, we must identify different elements of the page first. Thanks to a Python tool for brute-forcing websites called Hatch, this process has been simplified to the point that even a beginner can try it.

How To: Intercept Images from a Security Camera Using Wireshark

It's common for IoT devices like Wi-Fi security cameras to host a website for controlling or configuring the camera that uses HTTP instead of the more secure HTTPS. This means anyone with the network password can see traffic to and from the camera, allowing a hacker to intercept security camera footage if anyone is watching the camera's HTTP viewing page.

News: MoviePass Works Great for Limited Users, Everyone Else Should Seek Another Filmgoing Subscription

MoviePass was once the best subscription service on the market for getting cheap movie tickets. For the price and the number of films you could see and save money on, it was unbeatable, but recent changes to the service have made it less enticing. While it still works well for some users, others may have to rely on other options. Personally, I'm leaning toward the latter.

How To: Use SELinux Targeted Policy to Secure Your Hosts

Hackers often rely on lazy system admins and unpatched vulnerabilities to get access to a host. Keeping intruders off of our machines requires us to update daily, only run the services we need, and read the code, among other things, but we can still make mistakes. Luckily for us, we can limit the damage caused by those mistakes by running SELinux.

How To: Use Google's Advanced Protection Program to Secure Your Account from Phishing

It's easy to have your password stolen. Important people like executives, government workers, journalists, and activists face sophisticated phishing attacks to compromise their online accounts, often targeting Google account credentials. To reduce this risk, Google created the Advanced Protection Program, which uses U2F security keys to control account access and make stolen passwords worthless.

Exploit Development: How to Read & Write to a Program's Memory Using a Format String Vulnerability

Format strings are a handy way for programmers to whip up a string from several variables. They are designed to save the programmer time and allow their code to look much cleaner. Unbeknownst to some programmers, format strings can also be used by an attacker to compromise their entire program. In this guide, we are going to look at just how we can use a format string to exploit a running program.

Exploit Development: How to Manipulate Code Execution with the Instruction Pointer

The one thing that separates a script kiddy from a legitimate hacker or security professional is the ability to program. Script kiddies use other people's tools, while hackers and security pros write their own tools. To that end, we're going to see how a stack overflow vulnerability allows us to flood a variable with enough input to overwrite the instruction pointer with our own commands.

How To: Create a Wireless Spy Camera Using a Raspberry Pi

Surveillance is always a useful tool in a hacker's arsenal, whether deployed offensively or defensively. Watching targets yourself isn't always practical, and traditional surveillance camera systems can be costly, lacking in capabilities, or both. Today, we will use motionEyeOS running on a Raspberry Pi Zero to create a small, concealable Wi-Fi connected spy camera that is both affordable and easily concealed.

How To: Use a Virtual Burner Phone to Protect Your Identity & Security

Every time you make a call or send a text, you're giving the recipient your phone number. This can be quite the security vulnerability, opening yourself up to scammers, spammers, and the feds. In this how-to, we'll look at what a burner phone is, why you might want one, and how to get started using a free second phone number on your regular smartphone.

How To: Access the Dark Web While Staying Anonymous with Tor

The dark web is an intimidating place for a newbie hacker, but it's a powerful tool once you've learned to navigate it safely. To help you out with that, this guide will cover some need-to-know information for traversing the dark corners of the internet while keeping your identity and data safe. (Hint: Using Tor is not enough.)