Variety Server Search Results

How To: Make a multitouch table computer pad

Multi-touch input has been spreading throughout a huge variety of devices, from phones to all-in-one PCs. However, most multitouch (table) displays that can function with your computer tend to be fairly expensive, so with this project we're going to make our own display, that can run on any operating system, and reuses some useless everyday materials.

How To: Draw a variety of prom dresses

In this tutorial, we learn how to draw a variety of prom dresses. First, you will need to start out by drawing the dresses on different body shapes. Make dresses that are long, short, and knee-length. After this, use a marker to draw the outline of the body and the dress, then start to add in the pleats and the dress details. Add on scarves and other items to the different types of dresses, then continue doing this for the different types of dresses and body shapes. When you are done, draw in...

How To: Choose plants that love shade with Lowe's

If you have a shady yard, you can still have a colorful garden. You just need to pick the right plants that do well in the shade. Caladium is a leafy plant with bright colored red, pink and green leaves. They do not tolerate cold weather and should be brought in over winter. Impatiens are popular annual flowers that grow in the shade. They look nice planted around the base of a tree or in containers. The flowers come in shades of pink, coral, white and red. Fuchsia is a beautiful flowering pl...

How To: Make buttercup squash

Randy, from The Simple Chef, demonstrates the simple method of how to cook buttercup squash. Randy is looking for something particularly simple to make, as he has promised dinner to a special girl, however it is obvious that he has recently been injured in an accident. He begins by quartering the squash, and hollowing it. He suggests scoring the remaining inside to allow the ingredients to get deeper into the squash. This technique of cooking squash can be used for any of the hard shelled win...

How To: Landscape with small leaf Rhododendrons for the winter

David Epstein shows a simple and yet creative way to add contrast to any garden with bare or no interest areas. To add a little extra winter color, David introduces three varieties of the "Small leaf Rhododendron" including; "Midnight Ruby", "Westons Mayflower" and "Dora Ainateis". Although these smaller leafed varieties require a little more sunlight, they do however produce flowers in Spring and hold their leaves all winter long. So, for a continuation of color throughout winter, be sure to...

How To: Choose a shade tree

When you head to your neighborhood gardening center to find a shade tree for your garden, the variety of choices can be pretty overwhelming. There are so many kinds of trees, and each of those trees has its own varieties. In this clip, Dave Epstein from Growing Wisdom will help find the best shade tree for you.

How To: Make lentil soup

Lentils are sold in many varieties and colors: split, whole, brown, green, black, red, white, French. For the most tender, toothsome lentil, one that won’t fall apart in soup, stick with the brown, green, or French (also called “puy”) variety. Watch this howcast video to learn how to make a delicious lentil soup.

How To: Exploit Java Remote Method Invocation to Get Root

In the world of technology, there's often a trade-off between convenience and security. The Java Remote Method Invocation is a system where that trade-off is all too real. The ability for a program written in Java to communicate with another program remotely can greatly extend the usability of an app, but it can also open up critical vulnerabilities that allow it to be compromised by an attacker.

How To: Perform Directory Traversal & Extract Sensitive Information

With all the web applications out on the internet today, and especially the ones built and configured by novices, it's easy to find vulnerabilities. Some are more perilous than others, but the consequences of even the slightest breach can be tremendous in the hands of a skilled hacker. Directory traversal is a relatively simple attack but can be used to expose sensitive information on a server.

How To: Quickly Look Up the Valid Subdomains for Any Website

Traditional subdomain enumeration techniques create a lot of noise on the target server and may alert intrusion detection systems to an attacker's intentions. For a stealthier approach, there's a tool with the capability of finding hundreds of subdomains related to the target website without alarming the server administrators.

How To: Hack WPA/WPA2-Enterprise Part 1

WPA Enterprise is widely used in large corporations as it offers individual and centralized control through a server that authenticate the users (RADIUS server). In this tutorial I will show you how to break the barrier and obtain the user credentials.

How To: Use HipHop for PHP to improve website performance

HipHop for PHP is a source code transformer that allows you to optimize your PHP code easily, which will allow you website to run faster on less server space. This video is a record of a seminar on using HipHop done by a Facebook employee who had a hand in it's development. If you make websites using PHP, this will be very good stuff for you to learn.

How To: Play the basics in Evony

Learn everything you could possibly want to know about the internet, multiplayer game Evony with tutorials from EvonyTutorials. Watch this video tutorial to learn how to play the basics in Evony online. See exactly what the game Evony is!

How To: Download and install Windows 7 language packs

This video shows you how to install language packs on Windows 7. It can be a bit tricky to figure out where to download these language packs, but this video does a great job explaining where to go. The invitation key needed to access the downloads section on Microsoft's site is Win7-3HQW-RF74. This also allows you to download Windows Server R2 2008 and Windows 7 Home Premium

How To: Set up a MySQL database for Moodle in WebMin

Interested in teaching an online course using your own server but can't quite figure out how to install everything you'll need? This video demonstrates how to setup a MySQL database for use with Moodle, the free, open source course management utility, which requires a MySQL database to run. For step-by-step instructions, take a look.

How To: Bypass your router to access your server

This video discusses how to bypass your router to access your server. In the search window type in CMD to open up a command prompt. Then type in ipconfig to bring up the ip configuration. You want to look for the ip address for the default gateway and the one for your computer. They should both start with 192.168. Once you find them open up internet explorer and type in the ip address for your default gateway and it should then prompt you for a user name and password. Log in and look for a po...

How To: Perform a Pass-the-Hash Attack & Get System Access on Windows

Passwords on Windows are stored as hashes, and sometimes they can be tough to crack. In certain situations, though, we can get around that by using the hash as is, with no need to know the plaintext password. It's especially interesting if we can manage to get the hash of an administrative user since we can then authenticate with higher privileges by performing an attack known as pass the hash.