User Tools

Site Tools


helpdocs:software_fall2022

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
helpdocs:software_fall2022 [2022/04/27 21:04] – [TortoiseSVN] localadminhelpdocs:software_fall2022 [2022/06/10 19:42] (current) – [Visual Studio 2022 Community] localadmin
Line 1: Line 1:
-====== Requested ITS Classroom and Lab Software for Spring 2022 ====== +====== Requested ITS Classroom and Lab Software for Fall 2022 ====== 
-updated: 04/22/2022+updated: 04/29/2022 
 + 
 +==== Apache NetBeans ==== 
 +  - Licensing: Apache License 2.0 
 +  - Vendor URL: https://netbeans.apache.org/ 
 +  - Version: 13 
 +  - Installer: Apache-NetBeans-13-bin-windows-x64.exe 
 +  - Instructions: 
 +  - Install Zula Java 11 first. 
 +    - Run the installer 
 +      - Accept the default install location. 
 +      - Set path to JDK to C:\Program Files\Zulu\zulu-11\bin 
 +      - Start Apache NetBeans from start menu shortcut. 
 +      - Go to the Tools -> Options -> Java Platforms menu and be sure the Java Platform points to Zulu 11 (C:\Program Files\Zulu\zulu-11\bin) folder you installed earlier. 
 +      - Restart 
 +      - Go to the Tools -> Plugins -> Available Plugins menu and select 'JavaFX Implementation for Windows' 
 +      - Go To the Toosl -> Options -> Editor :: Autosave, and check the, save files, every 10 Minutes option.  
 +        - the nb-javac Java editing support library plugins. Click Install. 
 +      - Exit Netbeans. 
 +    - Done with install and configuration. 
 +  - Size: 781 MB 
 +  - Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, Library 14, 118, AG Hill 234, 240, 300, 334, Morrill 103, 105, 107, Ladd 107, & virtual (300 computers). 
 + 
  
 ==== CLISP ==== ==== CLISP ====
Line 28: Line 51:
  
  
 +==== Python3 ====
 +  - Licensing: Open Source License
 +  - Vendor URL: https://www.python.org/
 +  - Version: 3.10.4
 +  - Installer: python-3.10.4-amd64
 +  - Instructions:
 +  - Run the installer as administrator
 +    - Choose the ‘Customize installation"
 +    - Keep the default options until you get to Customize install location. Be sure:
 +      - Install for all users is checked 
 +      - Add Python to environment variables is checked
 +      - Install location is C:\Program Files\Python310.
 +    - Click Install.
 +    - After installer finishes. Check that the path to the python.exe executable has been added to the system’s ‘Path’ environment variable. 
 +    - The Path environment variable is found in Control Panel -> System -> Advanced System Settings -> Environment Variables 
 +    - Or if you prefer the less user friendly Window 10 Settings approach. Settings -> System -> About -> System info -> Advanced System Settings -> Environment Variables.
 +    - Open a Windows Command Prompt (CMD) as Administrator:
 +      - Enter "python –m pip install --upgrade pip"
 +      - Enter "python –m pip install numpy pandas matplotlib scikit-learn patsy statsmodels jupyter"
 +    - Done with install and configuration.
 +  - Size: 680 MB
 +  - Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, Morrill 103, 105, 107. (153 computers)
 ==== TortoiseSVN ==== ==== TortoiseSVN ====
   - Licensing: GPL v2   - Licensing: GPL v2
   - Vendor URL: https://tortoisesvn.net/   - Vendor URL: https://tortoisesvn.net/
-  - Version: 1.14.3+  - Version: 1.14.2
   - Installer: TortoiseSVN-1.14.3.29387-x64-svn-1.14.2.msi   - Installer: TortoiseSVN-1.14.3.29387-x64-svn-1.14.2.msi
   - Instructions:    - Instructions: 
Line 37: Line 82:
     - Done with install and configuration.     - Done with install and configuration.
   - Size: 52MB   - Size: 52MB
-  - Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, Library 14, 118, AG Hill 234, 300, 334, Morrill 103, 105, 107, and Virtual (250).+  - Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, Library 14, 118, AG Hill 234, 240, 300, 334, Morrill 103, 105, 107, and Virtual (299). 
 + 
 + 
 +==== Visual Studio 2022 Community ===== 
 +  - Licensing: https://visualstudio.microsoft.com/license-terms/mlt031819/ 
 +  - Vendor URL: https://visualstudio.microsoft.com/vs/community/ 
 +  - Version: 2022 Community v17.1 
 +  - Installer: VisualStudioSetup.exe 
 +  - Instructions: 
 +    - Run the installer. It may download updates.  
 +    - When presented with the ‘install components’ option choose the following: 
 +      - ASP.NET and web development 
 +      - Azure development 
 +      - The Universal Windows Platform Development  
 +      - .NET desktop development 
 +      - Desktop development with C++ 
 +    - Windows will want to restart. 
 +    - Done with install and configuration. 
 +  - Size: 6.8 GB 
 +  - Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, A.G.Hill 240, Library 14, 118, 201b & Virtual. (211) 
 +==== Visual Studio Code ==== 
 +  - Licensing: Open Source License 
 +  - Vendor URL: https://code.visualstudio.com/ 
 +  - Version:  1.66.2 or latest 
 +  - Installer: VSCodeUserSetup-x64-1.66.2.exe 
 +  - Instructions:  
 +    - Run the installer 
 +    - Select 'Add to PATH (available after restart)' options. 
 +    - Start Visual Studio Code. 
 +    - Go to File -> Preferences -> Extensions and install 
 +      - SSH Terminal v0.0.4 
 +      - Java Language Support v0.2.39 
 +      - C# for Visual Studio Code (powered by OmniSharp) v.1.24.4 
 +    - Configure to use My Documents folder on the lab machine as the workspace so all projects are saved there (Should be default after install). 
 +    - Done with install and configuration. 
 +  - Size: 294MB 
 +  - Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, A.G.Hill 240 & Virtual. (199 computers) 
 + 
 +==== WinSCP ==== 
 +  - Licensing: GNU General Public License 
 +  - Vendor URL: https://winscp.net/eng/index.php 
 +  - Version: 5.19.6 
 +  - Installer: WinSCP-5.19.6-Setup.exe 
 +  - Instructions:  
 +    - Run the installer. 
 +    - Choose custom installation. 
 +    - Accept all defaults until you get to the Initial User Configuration window where you can choose between commander and explorer Interface options. Choose Explorer. 
 +    - Done with Install and configuration. 
 +  - Size: 99 MB 
 +  - Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, Library 14, 118, Ladd 107, AG Hill 234, 240, 300, 334, Morrill 103, 105, 107, & Virtual (300 computers). 
 + 
 + 
 +==== X2Go ==== 
 +  - Licensing: GNU General Public License 
 +  - Vendor URL: https://wiki.x2go.org/doku.php/download:start 
 +  - Version: 4.1.2.2 (64bit) 
 +  - Installer: x2goclient-4.1.2.2-2020.02.13-setup.exe 
 +  - Instructions:  
 +    - Run the installer 
 +    - Accept the default component options. 
 +    - Choose Destination Folder, Menu Folder (usually defaults) 
 +    - Firewall can be configured to only connect to NDUS networks and NDSU 10.248.0.0/16 internal networks. 
 +    - Done with install and configuration. 
 +  - Size: 55 MB 
 +  - Location: All Labs, All IC 
 + 
 +==== Zulu OpenJDK 11 LTS (Java) ====  
 +  - Licensing: Open Source 
 +  - Vendor URL: https://www.azul.com/downloads/zulu-community 
 +  - Version: 11.56.19 LTS 
 +  - Installer: zulu11.56.19-ca-jdk11.0.15-win_x64  Link: https://cdn.azul.com/zulu/bin/zulu11.56.19-ca-jdk11.0.15-win_x64.msi 
 +  - Instructions: 
 +    - Run the installer 
 +    - Add the location "C:\Program Files\Zulu\zulu-11\bin" to the Path environment variable. 
 +    - Done with install and configuration. 
 +  - Size: 300 Mb 
 +  - Location: QBB 102, 104, 106, 114, 116, 132, 150, 200, WDC 92, Library 14, 118, AG Hill 234, 240, 300, 334, Morrill 103, 105, 107, Ladd 197 & Virtual (300 computers).
  
helpdocs/software_fall2022.1651093471.txt.gz · Last modified: by localadmin