Freeware LDAP server for Windows

For a project i needed a Windows LDAP server (client) software. I try out some commercial and freeware tools. Add the end i like Apache Directory Server the most. So if you are searching for a freeware easy to use LDAP solution for Windows checkout this product.

Apache Directory Server
ApacheDS is an embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.

Apache Directory Studio
The Studio is an LDAP client platform. It is composed of an Eclipse RCP Application and a set of plugins. Primarily it is built to be used with ApacheDS, but it should work with any LDAP server.

Missing Administration tools in Windows XP

Problem:
If you miss the “Administration tools” menu in Windows XP. How can i access these tools without this menu?

Solution:
All the tools in the Administrative tools folder point to Management Console files. Do a search on your Windows system for c:\windows\system32\*.msc and you’ll find them. The make a shortcut on the desktop to access them!

Tip: Windows disk manager tool can be start by entering “compmgmt.msc” in the “Run” section!

Eclipse: editor does not contain a main type java

Problem:
Eclipse give “editor does not contain a main type” error when you start a class with contain a valid main method.

I know if I enable Maven dependency, that Eclipse will not be able to find the main method. Is it possible to take a class out of the classpath (java.build.path) if it is in the default directory?

Solution:
I had the same problem, I have to add that file to build path. after adding that file to build path. It worked fine. Go to package explorer –> build –> Add to build path || Include. This will solve the issue

Could not open `C:\Program Files\Java\jdk1.6.0_05\lib\i386\jvm.cfg’

Problem:
I am geting this error when I enter the “java” command: “Error: could not open `C:\Program Files\Java\jdk1.6.0_05\lib\i386\jvm.cfg'”

I have configured the PATH variable (Windows XP) and “javac” works. I cannot, however, get my programs to run because of the error every time I type “java”. Also, I did not install my JDK / SDK to the directory in which the computer is looking for the “java” cammand (ie. it is not in ‘Program Files’…). If anyone can help, it would be greatly appreciated. Thank you.

Solution:
Delete the “java.exe” file from “c:\windows” and “c:\windows\system32”. That should fix it.

My website was hacked!

This evening I found out that my WordPress website was hacked on 17-09-2009 10:00 localtime (Two days ago). 🙁 Not visible spam was added to the footer of this website and all downloads access rights were changed. Does anyone know how this is possible with WordPress 2.8.4? I upgraded three weeks ago my website to WordPress 2.8.4 so I personally think this hack is done with a WordPress 2.8.4 exploit!

The good news is that now everything is working normal again because i did the following things:
– Removed the spam from the footer.php template!
– Corrected the download access rights!
– Protected my score webservice against SQL insertion
– Set the unix file rights to readonly
– Changed all passwords

Wii RedSquare 0.92

This evening plaatsoft released RedSquare 0.92 for Nintendo Wii

18/09/2009 Version 0.92
– Improve intro screens.
– This version is compiled with the newest available Wii libraries.
– Use the asndlib (part of libogc) now as standard sound engine.
– Use libfat 1.0.4 as disk access engine.
– Build game with libogc 1.7.1a and devkitPPC 1.5.0 (r17) compiler.

Wii BibleQuiz 0.93

This evening plaatsoft released BibleQuiz 0.93.

18-09-2009 Version 0.93
– This version is compiled with the newest available Wii libraries.
– Use the asndlib (part of libogc) now as standard sound engine.
– Use libfat 1.0.4 as disk access engine.
– Build game with libogc 1.7.1a and devkitPPC 1.5.0 (r17) compiler.

Download

Click here for more information and the download link.

Released Addressbook 6.x-3.4

The next version of the Drupal Addressbook is released with the following changes:
– Took addressbook v5.x-3.4 as baseline for this build
– Use file_directory_path() function instead of hardcoded /files definition.
– Improve address.info information.
– This is the first Addressbook release for Drupal 6.
– Updated drupal.org addressbook cvs repository for automatic update detection.

Note: Sending birthday and group emails is not working yet. This will be solved in next release!

Starting Symbian Homebrew site

Today i have started a new website about Symbian Homebrew. I was surprised that this kind of website not exist yet! The site is a new independent Symbian Homebrew website. The goal of the website is to provide Nokia Symbian mobile phone users and developers a wiki style website were they can find easy free open-source software! With easy I mean that visitors can downloads applications, games and/or other software without lots of Ads and other non related information. Ofcourse the succes of this website will mainly depend on you! Who will join me to setup and fill this new website. Looking forward to all your posts!

Link to the new site is SymbianBrew

Update 01-08-2011. Because of poor visit amounts I have closed the website.

SUN Storedge 3310

SUN Storedge 3310 notes:

Management tool for external SCSI disk

# sccli

SCSI Drivers reinit if not visible with format command:

# devfsadm

of

 
# reboot -- -r

UFS format

mkfs -F ufs /dev/rdsk/c2t0d0s2  <LUN 1> <Block amount see format>
mkfs -F ufs /dev/rdsk/c2t0d1s2  <LUN 2> <Block amount see format>
mkfs -F ufs /dev/rdsk/c2t0d2s2  <LUN 3> <Block amount see format>
mkfs -F ufs /dev/rdsk/c2t0d3s2  <LUN 4> <Block amount see format>
mkfs -F ufs /dev/rdsk/c2t0d4s2  <LUN 5> <Block amount see format>

Show SUN hardware PCI info:

# prtconf -v

Show SUN harddisk info

# prtvtoc /dev/dsk/c1t0d0s0

Mantis compact installation manual

Mantis compact installation manual for Solaris 10

– Patch sun solaris 10.
Install following packages:
– apr-1.2.2
– libintl-3.4.0
– libgcc-3.4.6
– gd-2.0.33

– Install mysql 5.0.24 sun packages
– mysql-5.0.24

– Create mysql user

– Create mantis database

– Create mantis database user with correct rights.

– Install apache 2.X (latest version)
– including PHP module

– Adapted http.conf
– Set correct document root /mantis

– Install start scripts in /etc/rc3.d
– S99apache2
– S99mysql

– Install mantis tar in /usr/local/apache2/htdocs

– Create symlink link mantis to mantis-1.1.7 directory

– Start mysql

– Start apache

– Open browser and enter url: http://localhost

– Fill in database connectie
Database name = mantis
login = mantis
password = mantis

– Mantis database is created

– Remove mantis admin pages
– rm -rf /usr/local/apache2/mantis/admin

– Change administrator password directory (default password = root)

– Now you are ready to us mantis