Versions Compared

Key

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

...

Code Block
languagebash
themeMidnightDJango
chmod a+x setupdualshield64-6.0.0.0228.bin

...

For RPM based Linux, e.g. CentOS, RedHat and Fedora etc

Code Block
languagebash
themeDJango
yum install -y perl-Module-Install.noarch libaio fontconfig
# or
dnf install -y perl-Module-Install.noarch libaio fontconfig

...

For Debian based Linux, e.g. Ubuntu:

Code Block
themeDJango
apt-get install libaio1

Add hostname into the hosts file:

...