Monthly Archives: April 2011

Securing Jetty and Solr with PHP authentication.

If you ever have set up Solr in a production environment you have probably wondered how to secure it. Jetty is the container that comes default with most Solr nightly builds and does just fine in a production environment with … Continue reading

Posted in Java, Jetty, Linux, PHP, Security, Solr | Leave a comment

Got bored, wrote a C program.

I got bored so I did an exercise from The C Programming Language, exercise 2-3 to be exact:   #include <stdio.h> int htoi(char s[]);   int main() { char hexNum[] = "0x43fa"; char hexNum2[] = "0xfa"; char hexNum3[] = "0xa"; … Continue reading

Posted in C | Tagged | Leave a comment