VMware Fusion, VMware Workstation, VMware Remote Console (VMRC)
https://softwareupdate.vmware.com/cds/vmw-desktop/
VMware Fusion, VMware Workstation, VMware Remote Console (VMRC)
https://softwareupdate.vmware.com/cds/vmw-desktop/
Source: https://virtham.us/posts/f/vcert
Nize je priklad postupu pro vymenu VMCA certifikatu za certifikat podepsany CA.
The ESXi 6 evaluation license is valid for 60 days and a free one can be obtained from VMware at anytime. Resetting the evaluation license provides continual access to all the features available, and most importantly for me, full compatibility with the ESXi Embedded Host Client.
The installable version of ESXi hosts is always installed in evaluation mode.
The evaluation period is 60 days and begins when you turn on the ESXi host.
The evaluation license provides the set of features equal to a vSphere Enterprise Plus license.
SSH, MFA, Google Authenticator
Run as root:
cd /usr/ports/security/pam_google_authenticator
make install
mkdir /var/lib/google-authenticatorEdit /etc/pam.d/sshd:
auth required pam_google_authenticator.so nullok noskewadjEdit /etc/pam.d/system:
auth required pam_google_authenticator.so nullok noskewadjLeave out nullok if you do not want to allow users without having google-authenticator configured to be able to log in.
Be sure your root account has google-authenticator setup if you remove nullok and added it to /etc/pam.d/system.
Run google-authenticator with every user you want to be able to use it.
Source: https://www.schmidp.com/2014/01/12/setup-google-authenticator-on-freebsd/
Install Photon OS and Docker as described here.
Install Git
Clone Git Repositories
Build images
Login as admin user and edit crontab (crontab -e) to run containers every minute.
* * * * * /home/admin/comet-temp/run.sh
* * * * * /home/admin/wattson/run.sh