/media/bill/PROJECTS/System_maintenance/matlab/0_matlab notes.txt www.BillHowell.ca 21Sep2020 initial File Installation Key : 64503-40742-34103-01015-25625 MATLAB, Deep Learning Toolbox, Statistics and Machine Learning Toolbox, Symbolic Math Toolbox, Text Analytics Toolbox **************************************** ***** 21Sep2020 install installation of MatLab is the worst of any software that I've know. What a complete fuck-up of arcance, non-working language! run the matlab version-specific install using sudo : $ sudo /home/bill/MatLab/matlab_R2020a_glnxa64/install I don't think that I needed to download all files separately - this was done by the installer!!!??? STUPID FUCKING INSTRUCTIONS!!! +-----+ https://www.mathworks.com/licensecenter/licenses/40761426/5666803/activations +--+ Manually Activate Software on a Computer Select software release. Release : R2020b Describe computer on which software will be activated. Operating System : Linux Host ID : d0:67:e5:ee:a1:85 How do I find my computer's host id? Computer Login Name : bill How do I find my Computer Login Name? Provide a label so you can easily identify this computer later. Activation Label : Howell - Dell64 +--+ Next Steps to use the software on: Howell - Dell64 (Host ID d0:67:e5:ee:a1:85) STEP 1 Get the R2020b License File and copy it to the computer you are activating. STEP 2 Get the installer and software files and copy them to the computer you are activating. View detailed instructions STEP 3 Install the software and complete the manual activation process. View detailed instructions File Installation Key 64503-40742-34103-01015-25625 +-----+ https://www.mathworks.com/matlabcentral/answers/101892-what-is-a-host-id-how-do-i-find-my-host-id-in-order-to-activate-my-license?s_tid=srchtitle Linux With R2014a and later, any MAC address can serve as the host ID regardless of the interface name. If the interfaces are enumerated, use the lowest-enumerated interface. You can also run the following command if you don't have net-tools installed: ip addr | grep ether $ /sbin/ifconfig eth1 eth1: flags=4163 mtu 1500 inet 192.168.11.23 netmask 255.255.255.0 broadcast 192.168.11.255 inet6 fe80::d267:e5ff:feee:a185 prefixlen 64 scopeid 0x20 ether d0:67:e5:ee:a1:85 txqueuelen 1000 (Ethernet) RX packets 376758 bytes 346266525 (330.2 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 280346 bytes 26103565 (24.8 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 17 $ ip addr | grep ether link/ether 00:10:18:5c:bf:1e brd ff:ff:ff:ff:ff:ff link/ether d0:67:e5:ee:a1:85 brd ff:ff:ff:ff:ff:ff The MAC Address is usually the value listed next to "HWaddr". If your Linux distribution does not have network interfaces which follow the enX or ethX naming scheme, you will either need to update to MATLAB R2014a or later, or change the name of your interfaces so MATLAB can detect them. Consult your distribution's documentation for instructions on changing the network interface naming scheme. # endoc