Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To install the entire DualShield Authentication platform or some of its components, download the installation file setupdualshieldxxx.bin in which xxx is the version & build number, e.g. setupdualshield64-6.0.0.0228.bin.

However, the downloaded installation file is not executable, you need to execute command chmod in order to make it executable, e.g.

...

Code Block
languagebash
themeDJango
yum install -y perl-Module-Install.noarch libaio fontconfig dejavu-sans-fonts dejavu-serif-fonts
# or
dnf install -y perl-Module-Install.noarch libaio fontconfig dejavu-sans-fonts dejavu-serif-fonts
Debian - Ubuntu

For Debian based Linux, e.g. Ubuntu:

Code Block
themeDJango
apt-get update
apt-get install libaio1 fonts-dejavu

Add hostname into the hosts file:

Code Block
languagebash
themeDJango
echo "127.0.0.1 $(hostname)" >> /etc/hosts

References

Using Fonts with OpenJDK / Zulu