Beginner Trader Search Results

News: What to Expect from Null Byte in 2015

Welcome back, my greenhorn hackers, and happy New Year! Now that your heads have recovered from your New Year's Eve regaling, I'd like to grab your attention for just a moment to preview 2015 here at Null Byte. I hope you will add your comments as to what you would like to see, and I'll try to honor as many requests as I can.

How To: Perform a front flip with ease

This video illustrates, how to perform front flip for beginners. First you have to jog. Continue to jog for sometimes. Next, while you were jogging you have to hop in between. When you hop, land on both feet at the same time. Practice this for sometimes. Next, you have to jump, when jumping throw both your hands up like a superman. So now, when you jog , you have to jump by throwing your hands up. Keep doing this for sometimes. Next you have to tuck as shown in the video. And throw your legs ...

How To: Shave your face for beginners

Ryan explains how to shave your face. To shave your face, first grab your shaving cream and open the can. Next, apply the shaving cream to your hand. Then, spread it around your hand to make it foamy. Apply the shaving cream to your face. Then, wash your hands to remove the excess shaving cream residue. Next, grab your razor and get it wet. Then, lightly drag the razor over your face being very careful not to nick the skin. Be sure to shave your cheeks, your neck and under your nose. You can ...

How To: Make toy robot scorpions

This scorpion toy was constructed by Make Magazine with a Twitchie Robot Kit. If you're afraid of real life scorpions this friendly toy might help you get used to them. His plush body is made from some fabric aiming to make him look like an Arizona bark scorpion, which are tan/yellowish/translucent. Twitchie is Arduino powered and comes pre-programmed, so it's an excellent kit for beginners in robotics, because no programming is required! You can download and modify the code if you want, and ...

How To: The Hardware Hacker's Introduction to Microcontrollers, Part One: Anatomy of an Arduino

In this article, I'll be explaining the basics of how microcontrollers work, physically and virtually. First off, microcontrollers are no simple thing, so don't be discouraged if you find it mind-boggling! The world of microcontrollers is fascinating, engaging, and an awesome hobby; it never gets boring. I'll be focusing more on I/O and analog based microcontrollers, such as those running Arduino, and using Atmel chips as examples (these are most commonly available, and easy to program).

How To: Make pottery cups and vases

In this video series our expert will demonstrate how to make pottery cups and vases. Pottery cylinders can range in size and shape, but are quite useful and beautiful. Our expert will demonstrate how to wedge, center and form clay into cups and vases. You will also learn how to trim the foot and decorate your cup or vase using a variety of pottery techniques. Whether you are just a beginner on the pottery wheel, or a seasoned potter, let our expert give you some great tips and advice on makin...

How To: Play the piano

In this video series, learn how to play the piano from expert piano player and professional musician Tony Newton. Tony will teach you basic piano lessons such as proper posture and correct hand positions for the piano. Developing nimble fingers is paramount for great piano playing. Our expert piano player will show you how to practice correct finger techniques to enhance your manual dexterity and facilitate muscle memory. However, this series is not solely for beginners. You can learn more ad...

How To: Set a Different Ringtone for Individual Contacts So You Know When Someone Important Is Calling

Have you ever walked around in public and heard the same handful of default ringtones over and over again? How do these people know who's calling without looking first? It's tough to tell when they all sound the same, but there is something crafty you can do to help with that. Using a different ringtone for certain contacts will allow you to differentiate between them instantly.

How To: Unlock the Bootloader on Your Pixel 3 or 3 XL — a Beginner's Guide

The main draw for Google's Pixel series is the software. It rocks a clean version of stock Android instead of a heavy OEM skin like TouchWiz, it gets frequent prompt OS updates, the camera software is downright amazing, and it has perhaps the most fluid UI of any phone. But an understated advantage of the software is how dead-simple it is to modify with root-level tweaks.

How To: Abuse Session Management with OWASP ZAP

It's always a good idea to know how an attack works at the very basic level. Manual techniques for exploitation often find holes that even the most sophisticated tool cannot. Sometimes, though, using one of these tools can make things so much easier, especially if one has a solid foundation of how it works. One such tool can help us perform a cross-site request forgery with minimal difficulty.

Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds

Steganography is the art of hiding information in plain sight, and in this tutorial, I'll show you how to use Steghide — a very simple command line tool to do just that. In addition, I'll go over a bit of conceptual background to help you understand what's going on behind the scenes. This is a tool that's simple, configurable, and only takes a few seconds to hide information in many file types.

AHS Cult: How to Grow a Beehive Out of Your Skull for Halloween

The promotional images for American Horror Story: Cult have been some of the most arresting in recent memory. They mash coulrophobia, trypophobia, and body horror together with some serious economy into a succinct, colorful, image. It's like a bad car accident that you can't stop rubbernecking. Which makes it perfect for a Halloween costume — you'll be repulsive, but no one will be able to look away. While the beehive skull hasn't made an actual appearance in Cult yet, and probably won't sinc...

How To: Diagnose Your Car's Check Engine Light Using an Android Phone

Whether you're a professional mechanic, a hobbyist, or someone who just wants to know why their check engine light came on, your Android device and an OBD-II adapter can provide insight as to what's going on with your car. Most adapters sell for less than $10, and once you plug it into your vehicle, you'll just need a good app to help you make sense of all the data it can gather.

News: You're Eating Mold & You Don't Even Know It

Koji is a culture made up of a certain fungus (mold) called Aspergillus oryzae, which has been used to ferment rice and soybeans in Japanese, Chinese, and Korean kitchens for centuries. Koji can actually have other involved fungi, but Aspergillus oryzae is the most common, and therefore the names can be used interchangeably. Its end purpose is to enhance the flavor of items like soy sauce, sake, and miso.

Android Basics: How to Set Up Google Now

Android's personal assistant is more than just a sassy backtalker—it's a full-on suite of all the information you could need at a given time. Google Now, as it's called, uses data from various sources to predict what you'll want to know before you even search for it, and it's an amazing experience once you've got everything set up.

How To: Program Your Own Little RAT (Part 1) Getting the Server Working

I saw many people asking for a Tutorial about writing their own Remote Administration Tool, so I now introduce you in a basic kind of RAT. This program is not for real use, but for learning how you could write this kind of tool. It will be basicly coded and not very refined. I used Python 3, so you have to install it if you want to use this program unchanged. Also this RAT is for Windows and almost all features won't work under Linux.