Electricity Program Search Results

How To: Set up the Cain & Abel network security tool

First you have to install program, called 'Cain and Abel'. Then, you will be automatically asked to install 'Win Pcap' and you should do that. After installation you have to click on 'Cain and Abel' program icon with right mouse button and start it as administrator. Then push blue plus sign to scan Mac addresses. After scanning go to the bottom of program window and press APR tab. Then push blue plus icon again. When table appears push first option in first square and first option in second a...

How To: Remove viruses, malware, trojans or hacks from your PC

If your computer is working slow--or not at all, there could be some unsavory programs running amok in your system. Trojans, malware, viruses, and hacks are dangerous to the health of your operating system. This video tutorial demonstrates the measures to take in order to rid your PC of malicious programs. Stop being bullied by harmful applications and use such programs as AVG Antivirus and Malwarebytes to protect your computer. Once you've cleaned up your system, be sure to configure your se...

How To: Use Windows Defender in Windows 7

This video shows you how to use Window Defender on your computer. Go to the start button on the screen and click it. Next, select the control panel. At this point you can type in the word ‘Defender’ or find the icon in the control panel. Once the Windows Defender page comes up you should be able to see whether or not the program is active. If it isn’t active then simply activate it. This program should be run because it helps protect you against spyware and other unwanted activity on your com...

How To: Install any version of Linux from a USB thumbdrive

In this video the author shows how to install any version of Linux from a USB thumb drive. He gives the requirements, which are a USB drive, the ISO of the Linux OS and a program called UNetbootin. He shows how to download the program from Sourgeforge.net. After installing it he shows how to set the version of Linux in the program. Later he shows how to format the USB drive quickly and he goes on to set the USB drive option in the UNetbootin program. Now all the Linux OS will be copied to the...

How To: Print your screen on Window Vista

To print your screen on Windows Vista, start by going to the start menu. Click on all programs then click on accessories. When accessories opens click paint and that will open a new window with the paint program. Minimize the programs so that your desktop is all you see. Press the prtsc button near the top right side of the keyboard. Once you have pushed prtsc, restore the paint program so that it is full screen again. Click edit and a drop down menu will open. Then click the paste button. Yo...

How To: Start and stop movie clips using buttons in Flash

TaskTutorial gives us an in-depth instruction on how to use Flash to create stop and play buttons. This is a great find if you are interested in creating videos with Flash program. These programs can also be downloaded for free on the website indicated on the videos page. Learn quick and easily how to use Frames and button applications on this easy to follow video.

How To: Call C and C++ from Python with SWIG

If you're interested in learning a general purpose, high-powered programming language, Python might be the way to go. In this installment from his video tutorial series dedicated to programming in the Python programming language, you'll learn how to call C and C++ from Python using SWIG, or the Simplified Wrapper and Interface Generator. To get started using SWIG with Python, take a look!

How To: Collect, organize, and visualize data in InspireData

This tutorial on the companion Tech Ease for Mac site shows you how to use Inspiredata to collect, organize, and visualize data using several types of diagrams supported by the program. The movies were recorded on a Mac, but Inspiredata is a cross-platform program so the steps shown should work on the Windows version of the program as well. Inspiredata works like a database system that allows you to add notes and more.

How To: Check Your MacOS Computer for Malware & Keyloggers

While you might suspect your MacOS computer has been infected with malware, it can be difficult to know for sure. One way to spot malicious programs is to look for suspicious behavior — like programs listening in on our keyboard input or launching themselves every time we boot. Thanks to free MacOS tools called ReiKey and KnockKnock, we can detect suspicious programs to discover keyloggers and other persistent malware lurking on our system.

Botnets and RATs : Precautionary Measures and Detection (Part 2)

Hola my fellow hackers! I promised you the tutorials on setting up RAT's and Botnets, but before jumping into those, i want you to know about the precautionary measures and detection of RATs which might be on the system without your prior knowledge. Of course the Anti-virus do most of the job but there are some RATs which slips past the Anti-viruses (This is where Hacker's skill come into play).

How To: Displaying Text from a File C++

This is a little c++ program that I thought would be handy in the future. Although, I apologize in advance for any errors in the code since I haven't had the chance to compile it yet. Anyway, please if you are a script kiddie please do me a favor and at least read this article fully. :)

How To: "Should I Remove It?" Helps You Rid Your Windows PC of Bloatware and Unwanted Programs

A lot of computers come with a ton of pre-installed software from the manufacturer, some of which you need and some of which you could most certainly live without. And over time, you may have downloaded and installed a bunch of programs and apps that you probably can't even remember. Now, you could go ahead and uninstall everything that you don't think you need, but then you run the risk of removing something that could really mess up the system. When I open up my Programs folder, I feel like...

How To: Uninstall Applications in Windows 8

Windows 8 and its new Windows Store have simplified the process for uninstalling and cleanly deleting applications from your computer. Removing applications in older versions of Windows required a few more steps: My Computer -> Control Panel -> Add or Remove Programs -> Find the Program -> Click Uninstall.

How To: Program faster with some PHP speed tips

If you're looking to shave a few milliseconds off the Zend Engine's work load, check out this tutorial for some PHP programming speed tips. This efficency will pay off when you have tons of traffic to your site and save you valuable server resources.

How To: Use the Facade design pattern in your PHP programming

This tutorial from JREAMdesign reviews the Facade design pattern and how it specifically relates to PHP programming. In the facade pattern, a complex subsystem and calling class are hidden from each other through the use of a Facade class. This video guide walks through the construction of a Facade and demonstrates its use.

How To: Utilize the MVC Pattern in PHP programming

The "Model View Controller" pattern, or MVC, is a paradigm of programmatically organizing an application into three parts: the Model, the View and the Controller. This video tutorial from JREAMdesign summarizes the purposes of the various components and how they interrelate with the program within this pattern. Several options for working with MVC are also highlighted.