E Learning Programs Search Results

How To: Eat watermelon

Petey Greene shows you how to be yourself and eat watermelon. In this clip from civil rights activist Petey Greene's Washington DC television program in the Spring of 1982, Greene explains how to eat watermelon. Utterly bizarre. Also, pointers on eating corn and fried chicken.

How To: Plan a home fire drill

Do your children know how to get out of the house in the event of a fire? The best way to prepare your kids for a potential home fire is to have fire drills at your home. This program will offer ideas on how to make fire drills fun for everyone.

How To: Teach children about water safety

Did you know that drowning is the second leading cause of death for children under the age of 14? I worked as a lifeguard and swimming instructor when I was younger and I have seen firsthand too many close calls with kids around water. This program is about basic water safety for children.

How To: Use Beginner Python to Build a Brute-Force Tool for SHA-1 Hashes

Developers creating login systems know better than to store passwords in plain text, usually storing hashes of a password to prevent storing the credentials in a way a hacker could steal. Due to the way hashes work, not all are created equal. Some are more vulnerable than others, and a little Python could be used to brute-force any weak hashes to get the passwords they were created from.

News: How to Write Better Code

Programming is an essential thing in hacking/pentesting, and at times, I do not feel that it is being addressed enough here, at Null-byte. I understand that this is a forum dedicated for hacking, but I'll address some of the stuff I feel is muy importante about programming. I am not a professional programmer, but I do have experience and I do want to share some of the stuff professionals have taught me.

How To: Linux Basics Tips

Hi nullbytes! I've been recently reading the whole Linux Basics for the Aspiring Hacker series and felt like it was missing some stuff I know, so I felt like sharing it with anyone who might find it useful too.

Hack Like a Pro: Python Scripting for the Aspiring Hacker, Part 2

Welcome back, my fledgling hackers! In an earlier tutorial, I introduced you to probably the most popular scripting language for hackers, Python. To become a professional hacker, you need to have some scripting skills and Python is a good choice if you want to master just one. In this latest guide, I will expand your background in Python and offer you a tidbit of Python code to whet your appetite for all of the hacking to come.

How To: Download & Run the Latest Developer Build of Mac OS X for Free

Apple has announced the release of their OS X Beta Seed Program today, which allows anyone with an Apple ID and a Mac to download and run the latest developer build of Mac OS X 10.9.3—the most updated beta version of Mavericks. The OS X Beta Seed Program allows us to run software that was once only available to limited test audiences or registered Apple developers—with the latter costing $99 a year for a membership. With this program, not only do we get our hands on extremely new software, bu...