...
For RPM based Linux, e.g. CentOS, RedHat
| Expand |
|---|
1.1 install perl module | Code Block |
|---|
| yumsudo dnf install -y perl-Module-Install.noarch |
1.2 install libaio | Code Block |
|---|
| yum install -y libaio |
1.3 install fonts | Code Block |
|---|
| yum install fontconfig dejavu-sans-fonts dejavu-serif-fonts libxcrypt-compat |
|
For Debian based Linux, e.g. Ubuntu:
| Expand |
|---|
1.1 install libaio | Code Block |
|---|
| sudo apt-get update
sudo apt-get install libaio1 fontconfig fonts-dejavu |
|
...
| Expand |
|---|
1.1 install libaio | Code Block |
|---|
| sudo apt-get update
curl -O http://launchpadlibrarian.net/646633572/libaio1_0.3.113-4_amd64.deb
sudo dpkg -i libaio1_0.3.113-4_amd64.deb
sudo apt-get install libaio1 fontconfig fonts-dejavu |
|
...
Replace "dualshield.acme.org" with the actual FQDN of your DualShield server.
| Code Block |
|---|
|
echo "127.0.0.1 dualshield.acme.org" >> /etc/hosts |
...
| Code Block |
|---|
|
echo "127.0.0.1 dualshield.acme.org" | sudo tee -a /etc/hosts |
...