Configuring openfortivpn on Fedora

Published on Author admin

Configuring openfortivpn on Fedora Install required packages: yum install openfortivpn Create config file /etc/openfortivpn/my-config with following content: host = IPADDR port = TCPPORT username = USERNAME password = PASSWORD set-dns = 1 set-routes = 1 trusted-cert = CERTSHA256SUM To connect use following command: openfortivpn -c /etc/openfortivpn/my-config

Running VMRC (VMware Remote Console) 9.0 on Fedora 28

Published on Author admin

To run VMRC (VMware Remote Console) on Fedora 28 use below steps. Download VMRC 9.0 from VMware website (around 60MB): VMware Remote Console 9.0 for Linux Install VMRC 9.0 as a root: bash ./VMware-Remote-Console-9.0.0-4288332.x86_64.bundle To fix zlib version conflict (Fedora 28 ships with zlib 1.2.11 while VMRC 9.0 ships with zlib 1.2.9) use following commands… Continue reading Running VMRC (VMware Remote Console) 9.0 on Fedora 28