Tag Archives: Linux

GreeenLog – Keylogger and Web Monitor for Linux

GreeenLog is my keylogger for Linux featuring key capture straight from the keyboard driver, packet capture via libpcap, screenshots, clipboard text, and a nice (but minimalistic) GUI for viewing the database. Continue reading

Posted in GreeenLog | Tagged , , , | 49 Comments

Watch Out for the Byte Order Mark (BOM) In Linux

Windows applications often (inappropriately) insert a BOM in UTF-8 encoded files, causing pain and suffering for Linux users. Here’s how to take care of that in Python. Continue reading

Posted in Python | Tagged , , , , | Leave a comment

Can’t Run Your Program When Double-Clicking in Linux?

Here’s the problem. You have written a script and you are unable to execute the script by double-clicking in the file browser (for Ubuntu users, like myself, the file browser is Nautilus). You can double-click on that program all day … Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

Use Slurm for Network Monitoring on Ubuntu

For network traffic analysis on Linux, there is a fantastic utility for the terminal called slurm. Try it out! Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

Using ClamAV Antivirus in Ubuntu

Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX. Linux users have little need for antivirus protection since there are only about 40 known Linux viruses (none of which are in the wild), but in order to keep … Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

Synchronization Applications for Ubuntu 10.04

A chronicle of my adventures in finding the right synchronization application for Ubuntu. Not a very scientific review, but it may be enlightening for some. Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

A Quick Guide to the Ubuntu Linux Directory Structure

This is just a brief introduction to the top-level directory structure in Ubuntu Linux and what they are used for. Continue reading

Posted in Ubuntu | Tagged , | 1 Comment

Linux Environment Variables

A short list of Environment Variables I’ve found to be important. Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

Useful BASH Commands

A cookbook of BASH (Unix shell) commands you wish you could always remember. Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment

BASH Keyboard Shortcuts

A list of keyboard shortcuts for the BASH Unix Shell Continue reading

Posted in Ubuntu | Tagged , , | Leave a comment