Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED.
Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED.
| #!/usr/bin/env node | |
| const fs = require('fs'); | |
| const translate = require('google-translate-api'); | |
| const [,, enFile, targetLocale] = process.argv; | |
| console.log(`File ${enFile}, translate to locale ${targetLocale}`); | |
| const en = require(enFile); |
| Setup RaspberryPi: | |
| mkdir -p /etc/ppp/scripts | |
| cat > /etc/ppp/scripts/ppplogin <<EOF | |
| #!/bin/sh | |
| # ppplogin - script to fire up pppd on login | |
| # Disable other users to write to the tty. | |
| mesg n |