Check php version

[root@stroj /]# rpm -qa | grep php php-common-5.1.6-3.7.fc6 php-mbstring-5.1.6-3.7.fc6 php-5.1.6-3.7.fc6 php-pdo-5.1.6-3.7.fc6 php-snmp-5.1.6-3.7.fc6 php-ldap-5.1.6-3.7.fc6 php-cli-5.1.6-3.7.fc6 php-pgsql-5.1.6-3.7.fc6 php-xml-5.1.6-3.7.fc6 php-mysql-5.1.6-3.7.fc6 php-gd-5.1.6-3.7.fc6

Identify TomCat & jBoss version

Tomcat The most failsafe way to get the version regarless of the packaging is to do the following: (no, i’m not kidding) 1) find catalina.jar. It *should* be in server of your tomcat installation 2) Open it with winzip like…

Disable Web Apache directory browsing

find / -name httpd.conf <Directory /usr/share/doc>Options FollowSymLinks Indexes Includes +Multiviews Disable directory browsing using httpd.conf:- Open your httpd.conf, normally it’s located at /usr/local/apache/conf or Go to your own Virtual Host settings and look for “Options Indexes” Change the Indexes…

I miss sand dunes :)

Never thought of that but I really miss Friday rides in the desert. Hope I get there soon to open full throttle again 🙂

folklore.org Love reading about Mac history

http://folklore.org/StoryView.py?project=Macintosh&story=MacPaint_Evolution.txt&topic=MacPaint&sortOrder=Sort%20by%20Date&detail=medium hile Bill Atkinson was developing LisaGraf, the crucial, lightning fast graphics package that was the foundation of both the Lisa and Macintosh user interface (it was renamed QuickDraw for the Mac), he also worked sporadically on a simple bitmap-based…

LDAP Check up

# chkconfig –level 3 ldap off insserv: script vmware-core: service VMware already provided! insserv: script vmware-mgmt: service VMware already provided! insserv: script vmware-autostart: service VMware already provided! /rc3.d # ../ldap start Starting ldap-server                                                  done /rc3.d # lsof -i:389 COMMAND …