Over Executed Search Results

How To: Make a Michael Jackson costume

This Is It... Your next Halloween costume: The King of Pop, Michael Jackson. What you'll need: A black suit and black tie, red collared button-down shirt, and a pair of white socks and black shoes. Accessorize with a black rimmed hat, a pair of aviator sunglasses, and a dust mask. Seem pretty easy? Well, with this tutorial, ThreadBanger sheds light on a few extra touches you can add to make your MJ costume more authentic than the rest.

How To: Make mid-century inspired wall art with aluminum cans

ThreadBanger's Decor It Yourself shows how to made mid-century mod inspired wall art out of your leftover aluminum cans. Talk about a great way to recycle! Be good to the environment, while creating a three-dimensional metal sculpture to decorate your wall with a little soldering, cutting, and gluing. In the second half of this tutorial, learn how to make a mid-century geometric wall installation to dress up an empty wall.

How To: Make a bike chain bracelet with Threadbanger

Die hard cyclist, or jewelry maker looking to experiment with materials? This how-to jewelry crafting video demonstrates a quick and quirky project. Our good friends at Littles Creatures are showing us how to make a Bike Chain Bracelet. Show Tuck and Snippit some love and tell us what you think!

How to Hack Wi-Fi: DoSing a Wireless AP Continuously

Welcome back, my nascent hackers! In previous tutorials for my Wi-Fi Hacking series, I have shown you how to crack WEP and WPA2 passwords, break a WPS PIN, and create Evil Twin and Rogue access points. In this continuation of the series, let's look at slightly different approach to attacking wireless.

How To: Execute the classic "oil and water" card trick

Got a deck of standard playing cards? Looking for your next great illusion? Look no further. In this free video magic lesson from YouTube user experthowto, you'll learn how to perform the classic "million dollar" card trick. For more information, including a step-by-step breakdown of the trick, watch this prestidigitator's guide.

How To: Know if a guy likes you

Benjemorawr has just the right advice to discover if a guy really likes you or not. He gives several tips, all of them easy to execute and really just common sense when you think about it. He tells us to note his body language, pay attention to his eye contact, and see if he's trying to impress you. By following the tips and advice in the video, one can become an expert in knowing just what's on your crush's mind.

How To: Juggle the Sandbox Shuffle advanced pattern

Romeo's and Rubinstein's Revenge juggling patterns are suggested pre-requisites for learning how to do the Sandbox Shuffle, but with a little bit of practice, anyone can learn how to do this complex pattern. Watch this video juggling tutorial and learn how to execute the Sandbox Shuffle juggling pattern.

How To: Learn the high lob shot

The golf lob shot is a handy tool to have in your bag. It's a real showman's shot and one which will really impress your mates, if you can pull it off. You need confidence and commitment to execute the lob shot with flair. Scott Cranfield gives you some simple tips to make it easier.

How To: Execute Code in a Microsoft Word Document Without Security Warnings

Code execution in Microsoft Word is easier than ever, thanks to recent research done by Etienne Stalmans and Saif El-Sherei. Executing code in MS Word can be complicated, in some cases requiring the use of Macros or memory corruption. Fortunately, Microsoft has a built in a feature that we can abuse to have the same effect. The best part, it does so without raising any User Account Control security warnings. Let's look at how it's done.

How To: Set Up the Bloody Mirror Prank

It's almost time for Halloween, and it's not Halloween without a good scary prank. Here's one, that if done correctly, will really freak out just about anyone. Results vary depending on what you have available. You will need an older bathroom mirror cabinet to successfully execute this practical joke. For more information, refer to the instructional video!

How To: Create a free website from scratch

You can create a free website using HTML. HTML is hyper text mark up language. Create a folder "my webpage" with all of the images and information for the webpage. Use notepad to write the HTML for the website. Notepad plus is the best which can be found on Sourceforge. Open the browser and the notepad and begin to construct. These codes will help in the creation of the page: <html> opens instructions </html> closes instructions. These are called tags. One opens the commands or instructions a...

How To: Create links and change elements with AS3 in Flash CS3

Create links and change elements with AS3 in Flash CS3 Use buttons to change the appearance of a button, navigate to a different place in a time line and link to a website. Use action script 3.0. Publish settings. Need to apply actions. Create an event listener. Attach to a button that you want it to listen for something to happen. When it hears a mouse click, it will execute the function. Give the buttons instance names R_btn, G_btn, and B_btn.

How To: Do the "jacks who would be queens" card trick

In this video tutorial, viewers learn how to do the "Jacks would be Queens" card trick. This trick begins with a story of 4 jacks who all want to become women. The magician begins with 4 identical jack of diamonds. The first jack is the bravest. He goes under the knife and ends up as an ugly woman. The other jacks do the same and all end up as ugly women. In the end, the magician ends up with 4 queen of spades. Users will need 2 jack of diamonds, 3 queen of spades and a fake card with both th...

How To: Perform Local Privilege Escalation Using a Linux Kernel Exploit

Getting root is considered the Holy Grail in the world of Linux exploitation. Much like SYSTEM on Windows, the root account provides full administrative access to the operating system. Sometimes even a successful exploit will only give a low-level shell; In that case, a technique called privilege escalation can be used to gain access to more powerful accounts and completely own the system.

How To: Make a Client/Server Connection in Ruby

Recently, I've been learning Ruby as a second scripting language. But one topic I never covered with the many lessons online were sockets. So I did some research and came up with a very simple client/server connection that sends a string over the socket.