CTRL-F5 to refresh * ********************************* ssh -R 5280:jd-ece2.ecs.csun.edu:5280 -L 5280:jd-ece2.ecs.csun.edu:5280 myself@mymachine.com downloaded autodesk lmstat utils https://knowledge.autodesk.com/search-result/caas/downloads/content/autodesk-network-license-manager-for-linux.html To install the Autodesk Network License Manager: Unzip the file into a folder on the machine as follows: tar –zxvf nlm11.16.2.0_ipv4_ipv6_linux64.tar.gz Install the FLEXnet server RPM (extracted above) with command below and follow the instructions: rpm -vhi nlm11.16.2.0_ipv4_ipv6_linux64.rpm The NLM should be installed under /opt/flexnetserver. You can then check license ~$ cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 jd-ece2.ecs.csun.edu ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 10.128.0.5 gumby.us-central1-a.c.gregcloud.internal gumby # Added by Google 169.254.169.254 metadata.google.internal # Added by Google /opt/flexnetserver/lmutil lmstat -c 5280@jd-ece2.ecs.csun.edu * ********************************* * ************************************** Add rpmfusion repositories https://rpmfusion.org/Configuration/ sudo yum localinstall --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm * ************************************** (to create an ssh key) ssh-keygen -t rsa -b 4096 -C "youremail@junk.com" sudo yum update sudo yum repolist sudo yum install mosquitto.x86_64 sudo yum install golang.x86_64 ************************** mosquitto -d -p 5007 cd go ./main & ************************** sudo yum install python3 sudo yum install xauth sudo yum install xorg-x11-apps sudo yum install -y bitmap sudo yum install -y ImageMagick sudo yum install -y octave.x86_64 sudo yum install -y octave-signal.x86_64 sudo yum install -y maxima.x86_64 sudo yum install -y maxima-gui.x86_64 sudo yum install -y audacity.x86_64 sudo yum install -y sox.x86_64 sudo yum install python3-tkinter sudo pip3 install --upgrade setuptools sudo pip3 install matplotlib sudo pip3 install scipy sudo pip3 install Flask --------- scipy asn1crypto (0.24.0) cffi (1.9.1) click (7.1.2) colorama (0.4.1) cryptography (2.3) cycler (0.10.0) Flask (1.1.2) idna (2.7) itsdangerous (1.1.0) Jinja2 (2.11.2) kiwisolver (1.2.0) MarkupSafe (1.1.1) matplotlib (3.3.0) numpy (1.19.0) Pillow (7.2.0) pip (9.0.3) ply (3.9) pycirkuit (0.5.1) pycparser (2.14) pyparsing (2.4.7) PyQt5 (5.12.1) PyQt5-sip (4.19.22) python-dateutil (2.8.1) python-magic (0.4.18) scipy (1.5.2) setuptools (47.3.1) sip (4.19.22) six (1.14.0) Werkzeug (1.0.1) wheel (0.31.1) cloud.google.com Menu-->Home (Compute Engine Tile)-->Go_to_Compute_Engine (Click the actual machine of interest) (At top of page click EDIT) Compute Engine-->VM->(specific VM) (click three dots on far right)-->View_Network_Details (Now click VPC_networks tab on left) (Now click External_IP_addresses) (Now change Ephemeral to Static) (This shows everything) Compute_Engine-->Metadata-->Metadata enable-guest-attributes TRUE Compute Engine-->Metadata->SSH_Keys (add key) Compute Engine-->VM->(specific VM) (click three dots on far right)-->View_Network_Details-->Firewall_and_routes_details-->Firewall_Rules (This shows everything) or (click three dots on far right)-->View_Network_Details * click Firewall Tab on Left (you can now click each individual default rule, and then when that rule comes up, click EDIT) (and then you can finally set the actual ports to allow) * On cloud server you must install sudo yum install xauth * To connect ssh name@ipaddress -X