Tag Archives: linux - Page 2

How to fix Java on Debian Lenny

This post was previously about getting Amazon ec2 API tools working on Debian Lenny when seeing something like this:

user@computer:$ ec2-describe-instances
Unexpected error:
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)

After number of comments it looked as a generic solution to java related problems so I’ve change the title.

Here is how to fix it Java on Lenny: Read more »

Share on TwitterShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit

Debian Lenny and quota on /home

There is a small how to here however it describes how to install on / partition. Here are clear instructions for /home. Read more »

Share on TwitterShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit

Nagios check_file_age mod

As I don’t think in seconds about time and more like hours days etc. I’ve added this small bit of code to Nagios check_file_age script to display age in days. I’m using this to check PID file age for service that needs daily/weekly restarts. Read more »

Share on TwitterShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit

Installing memcached and libmemcache on Debian

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Read more »

Share on TwitterShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit

Find what is eating your disk space using Perl

A while ago I’ve wrote a small script which I use to pin down the directories and files which suck off the space from the hard drives, usually it’s some user leaving to big log files, unused project files etc. This script will help you find those files or directories fast.
Read more »

Share on TwitterShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit