I had always taken for granted that my SSH sessions were, well, secure. I just assumed that the contents of the scrollback buffer in a terminal would not be saved anywhere locally for something like this. My assumption was that it was stored in memory and flushed when the session was over. This allowed me… Read more »
Posts Tagged: open source
Log File Location and PID File Location Settings for the PHP System_Daemon PEAR Class
If you’re reading this blog post, then chances are, you’ve discovered the wonderful PEAR package called System_Daemon. This well-done package offers the ability to turn any PHP script into a daemon and does a good job of making sure there aren’t memory leaks or problems along the way. There’s a great demo of the package… Read more »
Benchmark Results Show 400%-700% Increase In Server Capabilities with APC and Squid Cache
Our servers are getting ready to be awaken by the masses. As such, we needed to ensure our servers would not simply fall over if we should get a sudden influx of traffic when we open our doors to everyone. When we first released our software, we quickly found that we needed to adjust some… Read more »