Calculate Target Search Results

How To: Find standard deviation

In this video tutorial, viewers learn how to calculate the standard deviation of a data set. The standard deviation of a statistical population, a data set, or a probability distribution is the square root of its variance. To calculate the standard deviation, users will need to follow these steps. 1) Find the mean of the data. 2) Subtract the mean from each data point. 3) Square each of the values you got in step 2. 4) Then find the mean of the values you get from step 3. 5) Finally, square r...

How To: Find the area of a parallelogram using geometry

The video shows us how to find the area of parallelogram using geometry. Here in this video it is done by using an example where the parallelogram is given ABCD. The area of the parallelogram is base times height (bh). Here the base is given as 15 but the height is not known but it is represented by the segment BD. To find the value of h, let’s use right triangle BDC on the right side of the figure. Since base is 15 and the opposite side of the parallelogram is congruent, the hypotenuse of th...

How To: Do a tactical knife trick in COD: Modern Warfare 2

This video shows you how knives can be much more than a short range weapon in the online mood of the game, Call Of Duty: Modern Warfare 2. KamikazeWaffle and other players show you 50 ways of killing you enemy using the knife. Some of those tricks involve throwing the knife across a map and still hits its target. They also demonstrate how any objects around you can be used to change the direction of the thrown knife to the desired destination. Kill cam is recorded for each of the 50 tricks so...

How To: Make a simple HTML hyperlink

This how to video shows how to put an HTML hyperlink on a web page. It starts with the basic code to simply insert the link and have that link open in the same window. The code appears as follows: <a href="http://www.website.com">Text that will show up on the page </a>. The example used is Google, so it would be, <a href="http://www.google.com">Google</a>. The video then explains how to create a hyperlink that shows up in a new window. Sticking with the Google reference it would read <a href=...

How To: Teach the BEEF method of shooting in basketball

In this sports how-to video, Farmington HS boys basketball coach Shane Wyandt explains how he teaches the BEEF method of shooting. The work BEEF is an acronym for a ball shooting concept in basketball. The B stand for balance, the E for eyes, the second E for elbows, and the F for follow-through. To have good balance it is important to have you feet about shoulder width apart. Your eyes should always be focused on a target, and your elbows should be in line. Finally follow through means it sh...

How To: Make a prank ketchup bomb for school or at home

This video pranking tutorial shows how to make a ketchup bomb out of ketchup and aluminum foil. The ketchup bomb will explode on contact with the target and make a sticky, staining, red mess. It's easy to make the ketchup bomb during lunch, saving the practical joke for whenever you're ready to strike. Learn how to make a ketchup bomb by watching this instructional video. Use this as inspiration for one of your April Fools Day pranks!

How To: Brute-Force SSH, FTP, VNC & More with BruteDum

Brute-forcing is an easy way of discovering weak login credentials and is often one of the first steps when a hacker finds network services running on a network they gain access to. For beginners and experienced hackers alike, it's useful to have access to the right tools to discover, classify, and then launch customized brute-force attacks against a target. BruteDum does it all from a single framework.

How To: Control Network Traffic with Evil Limiter to Throttle or Kick Off Devices

If you find yourself with a roommate hogging limited data bandwidth with video games or discover a neighbor has invited themselves into your Wi-Fi network, you can easily take back control of your internet access. Evil Limiter does this by letting you control the bit rate of any device on the same network as you, allowing you to slow or even stop data transfer speeds for them completely.

How To: Use the USB Rubber Ducky to Disable Antivirus Software & Install Ransomware

Ransomware is software that encrypts a victim's entire hard drive, blocking access to their files unless they pay a ransom to the attacker to get the decryption key. In this tutorial, you'll learn how easy it is to use the USB Rubber Ducky, which is disguised as an ordinary flash drive, to deploy ransomware on a victim's computer within seconds. With an attack that only takes a moment, you'll need to know how to defend yourself.

News: Dying Cells Do Tell Tales & What We Learn Can Help Us Stop Cancer from Spreading

As our cells age, they eventually mature and die. As they die, they alert nearby cells to grow and multiply to replace them. Using a special imaging process that combines video and microscopy, scientists have observed the cellular communication between dying and neighboring cells for the first time, and think they may be able to use their new-found information against cancer cells, whose damaged genomes let them escape the normal dying process.

How To: New iPhone Exploit Lets You Bypass Someone's Lock Screen Using Siri & FaceTime

With the recent news that New York County's District Attorney's office is trying to get into over 400 locked iPhones for use in criminal investigations, you can see why it's important to keep other people away from your personal data. The fact that it can and will be used against you in a court of law is just one reason to protect your phone, because even if you make sure to stay above the fray, identity theft and bank fraud are still very real threats.

Hack Like a Pro: How to Evade AV Software with Shellter

Welcome back, my tenderfoot hackers! One key area on the minds of all hackers is how to evade security devices such as an intrusion detection system (IDS) or antivirus (AV) software. This is not an issue if you create your own zero-day exploit, or capture someone else's zero-day. However, if you are using someone else's exploit or payload, such as one from Metasploit or Exploit-DB, the security devices are likely to detect it and spoil all your fun.

News: The Hack of the Century!

Although this century is still young, with little fanfare we may have just witnessed the "Hack of the Century." AV software developer Kaspersky of Russia recently announced that they found that some hackers have stolen over $1 billion from banks around the world!

Hack Like a Pro: Metasploit for the Aspiring Hacker, Part 6 (Gaining Access to Tokens)

Welcome back, my tenderfoot hackers! Hacker newbies have an inordinate fixation on password cracking. They believe that cracking the password is the only way to gain access to the target account and its privileges. If what we really want is access to a system or other resources, sometimes we can get it without a password. Good examples of this are replay attacks and MitM attacks. Neither requires us to have passwords to have access to the user's resources.