Back to all posts

Technology

5 posts in this category

SSH and Screen – Useful Tips
ScreenSSHTechnology

SSH and Screen – Useful Tips

Screen is very useful in running processes despite losing connection to remote server connected with SSH. The detached process could be attached to the terminal and we could continue the work at later stage.

SathishMay 4, 2011
Read more
Php Mysqli extension
MysqliPHPTechnology

Php Mysqli extension

The MySql Improved Extension, a.k.a mysqli is faster more improved version of existing mysql. It is available in PHP 5 or later versions.

SathishOctober 11, 2010
Read more
Apache log4cxx framework – Part One
C++Log4cxxNetbeans

Apache log4cxx framework – Part One

I happened to work with Apache log4cxx, a logging framework for c++. This framework offers lot of capabilities from simply outputting a log message to console, writing to log files, socket streaming and database logging.

SathishOctober 11, 2010
Read more