Center for Research Computing, University of Notre Dame
2023-10-05
ln -s /afs/crc/group/TAI ./TAI
brew install tmux
WSL stands for Windows Subsystem for Linux, which is a feature of the Windows operating system that enables you to run a Linux file system, along with Linux command-line tools and GUI apps, directly on Windows, alongside your traditional Windows desktop and apps. It is designed to be a seamless experience, essentially providing a full Linux shell that can interact with your Windows filesystem.
To start using WSL, you need to install a Linux distribution of your choice from the Microsoft Store, such as Ubuntu. You can launch it as an app or use it as a profile in your terminal. You can also install programs using the Linux package manager and customize it like a regular Linux instance.
If you need more help with setting up and using WSL, you can check out the following resources:
I hope this helps you understand what WSL is and how to use it. 😊
A command line editor is a text editor that can be used to create or modify files in a terminal or console. There are many command line editors available for different operating systems and preferences. Some of the most popular ones are:
Note
When in doubt, use Prof. Sweet’s advice and use Nano!
We need to set up ssh to facilitate access to GitHub and the CRC Cluster machines. - Live Coding 2: “Setting up SSH Keys” - Dr. Vardeman’s ssh config - Instructions to Setup GitHub SSH Keys
From iTerm2 or Terminal
ssh netid@crcfe02.crc.nd.edu
Warning
Mambaforge has been integrated with the main Miniforge. Jeremy Howard’s Instructions still work, except use the default Miniforge
Tutorial: Setting up Python enviroments with Mambaforge - Ross Dobson (ross-dobson.github.io)
Takeaway: General trend to rapidly integrate Generative AI into traditional software products.