Work

Apache troubleshooting

Apache Error Log File All apache errors / diagnostic information other errors found during serving requests are logged to this file. Location of error log is set using ErrorLog directive. If there is any problem, you should first take a look at…

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…

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 …

Nessus/Acunetix security scan

Recomended security scan tool that reports open ports, incomplete configuration and other security related issues in your network. For security practitioners who assess complex enterprise networks for security flaws and compliance issues, Nessus is the world’s most widely-deployed vulnerability and…

MS Outlook folder search

Dear Microsoft, could you please implement search field within folders only do I don’t have to scroll via 600 folders each time I want to sort my e-mails? Thank you …

Python installation

1 install python 2.7.x 2 install pycrypto 3 install paramiko: uncompress the „paramiko-1.7.7.1.rar“ to local, login to local directory in CMD command window, and then execute: python setup.py install Recommended programming tool is WingIDE for development. Script sample import paramiko…