deptlab:cs101
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deptlab:cs101 [2020/11/05 00:53] – localadmin | deptlab:cs101 [2024/03/15 19:46] (current) – localadmin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| == *A.K.A. What every Computer Science student should know == | == *A.K.A. What every Computer Science student should know == | ||
| - | - [[deptlab: | ||
| - [[deptlab: | - [[deptlab: | ||
| + | - [[deptlab: | ||
| - [[cs101: | - [[cs101: | ||
| - Connecting to a remote computer. | - Connecting to a remote computer. | ||
| Line 35: | Line 35: | ||
| * Perl 5 is available in the QBB 244 Linux lab. | * Perl 5 is available in the QBB 244 Linux lab. | ||
| * PHP | * PHP | ||
| - | * PHP 7.2.x is available in the QBB 244 Linux lab. | + | * PHP 8.1.x is available in the QBB 244 Linux lab. |
| * Python | * Python | ||
| - | * Python 3.6.x is available in the QBB 244 Linux lab. Python 3.8.x in the 1st floor ITS Windows labs. | + | * Python 3.10.x is available in the QBB 244 Linux lab. Python 3.8.x in the 1st floor ITS Windows labs. |
| - | * Using Python on a shared computer... | + | * [[deptlab: |
| + | * For CUDA in virtual environment: | ||
| + | * pip install nvidia-cudnn-cu11==8.6.0.163 | ||
| + | * python3 -m pip install --upgrade tensorrt | ||
| + | * or: pip install nvidia-pyindex | ||
| + | * pip install nvidia-cudnn | ||
| + | * CUDNN_PATH=$(dirname $(python -c " | ||
| + | * export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: | ||
| * R - For statistical computing and graphics. | * R - For statistical computing and graphics. | ||
| - | * R 3.6.x is is available in the QBB 244 Linux lab. | + | * R 4.1.x is is available in the QBB 244 Linux lab. |
| * Visual Studio .NET C, C#, & Visual Basic | * Visual Studio .NET C, C#, & Visual Basic | ||
| * Available QBB 1st floor ITS Windows labs, or just download the community version at [[https:// | * Available QBB 1st floor ITS Windows labs, or just download the community version at [[https:// | ||
| Line 47: | Line 54: | ||
| * [[deptlab: | * [[deptlab: | ||
| - Antivirus | - Antivirus | ||
| - | * On Windows you should run two independent antivirus system. | + | * It used to be that on Windows you should run two independent antivirus system. Now the recommendation is to just be careful at what you do online. |
| - | * The included Windows Defender (Or whatever it's currently called). | + | * Just run the included Windows Defender (Or whatever it's currently called). |
| - | * A second service like AVG, Malwarebytes, | + | |
| - | * This doesn' | + | |
| - Firewalls | - Firewalls | ||
| * Set your firewall to block unnecessary incoming connections. This is usually ALL connections on a non server device. | * Set your firewall to block unnecessary incoming connections. This is usually ALL connections on a non server device. | ||
| - | * [[deptlab: | + | * [[deptlab: |
| + | * [[deptlab: | ||
| + | |||
| + | * Email is the **official mode of communication** at NDSU. Check your @ndsu.edu account for class, fin. aid & billing reminders. | ||
| + | * You are responsible for monitoring **both your Inbox and Junk mail folders** for official communications from NDUS and NDUS departments as well as messages from Faculty. | ||
| + | * If a valid message arrives in my Junk mail folder, [[deptlab: | ||
| + | Informative Videos: | ||
| + | * Cloud$ vs Metal: https:// | ||
| + | |||
| + | /* | ||
| + | import pkg_resources | ||
| + | from subprocess import call | ||
| + | |||
| + | packages = [dist.project_name for dist in pkg_resources.working_set] | ||
| + | call(" | ||
| + | */ | ||
| /* | /* | ||
| Line 62: | Line 82: | ||
| Storage | Storage | ||
| + | Windows Privacy | ||
| + | | ||
| Concurency | Concurency | ||
deptlab/cs101.1604537603.txt.gz · Last modified: by localadmin
