$ tar -xvf vmName.ova$ vi vmName.ovf| const screen = require('./screen'); | |
| const SCREEN_SIZE = { width : 1364, height : 768 }; | |
| async function saveScreen(label) { | |
| await screen.write('screen-'+Date.now()+'-'+(label || '')+'.png'); | |
| } | |
| async function createRemoteSession(userName, password, server, rdpScreenSaveInterval=0) { | |
| const clientConfig = { | |
| autoLogin: true, |
| git ls-files -z | xargs -0n1 git blame -w | perl -n -e '/^.*\((.*?)\s*[\d]{4}/; print $1,"\n"' | sort -f | uniq -c | sort -n |
| // Lists of countries with ISO 3166 codes, presented in various formats. | |
| // Last Updated: July 30, 2020 | |
| // If you're using PHP, I suggest checking out: | |
| // https://github.com/thephpleague/iso3166 | |
| // or Laravel: https://github.com/squirephp/squire | |
| // | |
| // JS developers can check out: | |
| // https://www.npmjs.com/package/iso3166-2-db | |
| // |