Electricity Program Search Results

How To: Watch TV on your PC

To watch TV on your PC you need a TV tuner. You have two choices. There are usb sticks and pci cards. The pci is an internal circuit board that goes inside your computer. The pci card is very easy to install. Literally just open the computer and pop it into an available pci slot. Then you will need to install the software that came with the usb stick or pci card. Next attach an antenna to the pci card or usb stick connector. You can scan for channels, save favorite programs, and setup recordi...

How To: Create an RSS feed using XML code and RSS Builder

This instructional video shows you how to make a RSS ("Really Simple Syndication") feed using the free program RSS builder. RSS is a script that can be put up on a website that other users can subscribe to in order to get notified when the website gets updated. The xml code behind creating RSS feeds is explained. The code should be entered as shown and the file should be saved as "feed.xml" and upload it to a web server. Go to the URL mentioned, download and install RSS builder. Launch the pr...

How To: Uninstall software in Windows with Revo Uninstaller

The Windows uninstallers work okay, but they do not remove all the files associated with a program. Over time, this will leave excess of unneeded files on the computer which will occupy valuable hard drive space that you could be using for something else. Luckily, the program called Revo Uninstaller can uninstall the entire program without leaving anything behind. This how-to instructional video will show you how to get Revo Uninstaller and most importantly, how to use it correctly when unins...

How To: Take screenshots on your computer w/ different methods

Need to learn how to make a screen shot? This instructional video takes you step by step through three different methods of taking the image on your screen and into a program so you can print it. This will take you through three different ways to get a screen shot, how to use the on screen keyboard and use the program MW snap. All three methods are free to any Microsoft user and paste the image into another free program MS Paint.

How To: Backup your entire computer for free using GFI Backup

Don't take the chance of losing all your important information on your computer. This video will show you the programs that you need to back up your computer. It will show you the best programs to use, to assure that your information is, indeed, backed up properly. This video has very extensive instructions, however, Gigafide has made it easy to follow their instructions easily. The best thing about this video is that it shows you how to do this absolutely free.

How To: Copy & burn xBox 360 games perfectly every time

Want free Xbox 360 games? Well, join the club. But you can actually do something about it and download and burn Xbox 360 games with a few programs and a little knowhow. If you want the keys to the Xbox kingdom, just watch this video tutorial that shows you how to burn Xbox 360 games perfectly every time. This only works for the Windows Vista OS and works more smoothly if you have a great DVD burner.

How To: Use date and time functions in Ruby

New to the Ruby programming language or simply looking to brush up on your skills? In this installation from his Rubyology series of Ruby tutorials, YouTube user cmatthieu demonstrates some of the cool time functions supported by the Ruby programming language. Make time for and with this how-to.

How To: Program in PHP

Learn how to install PHP and some of the basics of PHP programming including some basic commands including conditionals and booleans for creating scripts and command line interfaces.

How To: Decorate a boy's room with lockers

In this video you will learn how to decorate your boy's room with lockers using cheap and fun ways. In order to do that you need to follow this steps and tips from the video: The first thing that you need to do is to get a large locker where you can deposit your kid's toys and athletic stuff. Another tip or step is to install timers to your kid's room. The timers will turn off the light and you won't have to worry because your electricity bill. This tips will help you organize your kid's room...

How To: Set Up a New MacOS Computer to Protect Against Eavesdropping & Ransomware

While MacOS computers have been spared from some of the most famous malware attacks, there is no shortage of malicious programs written for them. To keep your computer safe from some of the most common types of malware, we'll check out two free tools. These tools can automatically detect ransomware encrypting your files and watch for unauthorized access to your microphone and camera.

Exploit Development: How to Manipulate Code Execution with the Instruction Pointer

The one thing that separates a script kiddy from a legitimate hacker or security professional is the ability to program. Script kiddies use other people's tools, while hackers and security pros write their own tools. To that end, we're going to see how a stack overflow vulnerability allows us to flood a variable with enough input to overwrite the instruction pointer with our own commands.