Home 2011

Yearly Archives: 2011

Not for general-purpose computing

Reviewing the GNUSim8085

1
This article reviews the GNUSim8085 -- a graphical simulator, assembler and debugger for the Intel 8085 microprocessor. The Intel 8085 is an 8-bit microprocessor that...
Hacker alert!

Modify-function-return-value Hack! — Part 1

2
Sometimes it's helpful to think from a hacker's perspective. The information obtained can be used to write better code and a secure application. An...
Input/Output Control

Device Drivers, Part 9: Input/Output Control in Linux

49
This article, which is part of the series on Linux device drivers, talks about the typical ioctl() implementation and usage in Linux. "Get me a...
The Python and PHP connection...

Connecting to MySQL with Python and PHP

1
We all know the power of MySQL -- one of the most used open source databases and a challenge to proprietary products of the...
Hook a Library Function

Let’s Hook a Library Function

8
If you are a developer, and want to change the way a library function works, this article will give you a basic idea of...
The new idea is Lisp

Lisp: Tears of Joy, Part 3

1
LISP has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it, because of its cryptic...
HTML + JavaScript = Android App

Build Android Apps Using HTML with PhoneGap

5
With all the hubbub around Android, it's tempting to make an app yourself. But considerations like, "I don't know Java," or "I'm just a...
All checks in place!

Securing Apache, Part 10: mod_security

3
Right from Part 1 of this series, we've covered the major types of attacks being done on Web applications -- and their security solutions....
Storage management using Openfiler

Storage Management using Openfiler, Part 1

0
Many companies use the file-sharing features of a popular proprietary desktop operating system. The main constraint is the limit on simultaneous connections to a...
Two-factor authentication

Setup Two-Factor Authentication using OpenOTP

18
This article is a description of how to use OpenOTP, by RCDevs, to set up a complete environment for two-factor authentication on various servers...