You can track your /etc directory with git, and have apt update it automatically each time a package is installed. Read More
ssh daemon on Android with dropbear
The following procedures have been tested on my Motorola milestone with CyanogenMod v7. Read More
Upgrade postgresql-8.3 to postgresql-9.0
Howto upgrade your postgresql-8.3 to postgresql-9.0 Read More
/usr/bin/ld: cannot find -lstdc++ Debian libreadline5-dev package bug
I found bug on my Debian Linux with libstdc++.so library. This is maintainers bug of libreadline5-dev package. Read More
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian
This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Debian Lenny system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware. Read More
Linux Commands For Shared Library Management and Debugging Problem
If you are a developer, you will re-use code provided by others. Usually /lib, /lib64, /usr/local/lib, and other directories stores various shared libraries. You can write your own program using these shared libraries. As a sys admin you need to manage and install these shared libraries. Use the following commands for shared libraries management, security, and debugging problems. Read More
Apache: No space left on device: Couldn’t create accept lock
When dealing with mem leaks in my mod_php apps I ran into a curious apache problem. Read More
Linux Tuning Parameters
Using all the resources available to you? Many default settings in Linux suck. Check out these tunings that can give you lots of computing juice… Read More
Comments