Sarajevo, Bosnia and Herzegovina

Category Archives: Actual topics from IT

Actual topics from IT

Authentec Eikon II

This week I tested Authentec Eikon II fingerprint scanner. The Authentec Eikon II is a finger print scanner that is supported by Linux. The device is also available under the name “UPEK Eikon II” since the company UPEK has been bought by AuthenTec in September 2010 and sells the UPEK products under the new brand. […]

Read more

Kerberos – Communication failure with server while initializing kadmin interface

Communication failure with server while initializing kadmin interface Cause: The host that was specified for the admin server, also called the master KDC, did not have the kadmind daemon running. Solution: Make sure that you specified the correct host name for the master KDC. If you specified the correct host name, make sure that kadmind is running on the […]

Read more

Downgrade form php5 5.5 to php5 5.4.28 in ubuntu 12.04

First you need to remove all php5 files : sudo apt-get remove –purge ‘dpkg -l | grep php | grep -w 5.5 | awk ‘{print $2}’ | xargs’ After that try to search for php 5.4. available resources : apt-cache policy php5 My result : php5: Installed: (none) Candidate: 5.5.12+dfsg-2+deb.sury.org~saucy+1 Version table: 5.5.12+dfsg-2+deb.sury.org~saucy+1 0 500 […]

Read more