Selasa, 19 Maret 2013

Keylogger kill


eylogger is a device which runs in the background of the victim’s computer and sends every keystroke to the hacker via ftp/email. Keylogger is a spyware. There are two types of keylogger hardware keylogger and software keylogger. Hardware keylogger are mostly used by the cyber cafĂ© to get the ID and passwords. And the software keylogger used for remote computers.

Why use the command-line in Linux ?


"Under Linux there are GUIs (graphical user interfaces), where you can point and click and drag, and hopefully get work done without first reading lots of documentation. The traditional Unix environment is a CLI (command line interface), where you type commands to tell the computer what to do. That is faster and more powerful, but requires finding out what the commands are."

Senin, 18 Maret 2013

Computer Virus

A computer virus is an executable program. Depend on the nature of a virus, it may cause damage of your hard disk contents, and/or interfere normal operation of your computer. By definition, a virus program is able to replicate itself. This means that the virus multiplies on a computer by making copies of itself. This replication is intentional; it is part of the virus program. In most cases, if a file that contains virus is executed or copied onto another computer, then that computer will also be "infected" by the same virus.

CodeIgniter

CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks, then CodeIgniter might be a good fit.

The History of JavaScript

Introduced in 1995, JavaScript, an object oriented web scripting language, has become an international standard allowing web developers the ability to write Dynamic HTML that works on multiple browsers.

How to safely remove OpenOffice.org in Ubuntu

You may be aware of some guides on the internet telling you how to do this, mainly using one of the following commands,

sudo apt-get purge openoffice.org*
sudo apt-get purge openoffice.org-* 

If you run either of the above commands the following packages will be REMOVED:

Install tar.gz / tar.bz2 in Linux

Tar.gz file type or tar.bz2, is a type of file that may be common in linux. This file type is actually one type of file compression like zip, rar, 7z or another. In Linux, this file type can be used to package or compress a ready-made binary files or files that require compiling source code first so that we can use the application.