Set of lectures on various topics in astrophysics by early PhD and Master's students. Link to the schedule and other details of the workshop.
To get a working bash login shell which is essential for the workshop. If you already have bash or know how to get one, please ignore this sub-section and move onto the next one. One can also dual-boot or remove windows and fresh install Ubunutu or other linux distro but please do only if you are familiar with the terminal.
-
MacOS:
- Please make sure your default login shell is 'bash'. Previous versions of macOS except catalina came with bash as the default login shell. But if you have macOS catalina installed and if login shell is zsh or something else, you can switch to 'bash'. Follow this webpage for more details.
-
Windows: You have a choice to either install WSL1 or WSL2, we suggest WSL1 as it is light-weight on the side of resource consumption and additional layers.
- Win10 or previous versions, doesn't come wiht a pre-installed bash shell. To to be able to use bash-linux commands on Windows, one has to either install WSL or WLS-2. More details on how to install can be found here.
- When asked for a linux distro, please choose Ubuntu or any other linux distro too if you have researched about various distros previously.
- If you already know how to use powershell on windows, follow these steps to install WSL 1.
To access materials, follow and work through this workshop lectures and exercises, you need to create a github or bitbucket account. Please make your account today either on Github at link or on bitbucket at link using some email address.
Please make sure git is installed on your laptop. You can check this by typing 'git --version' on your terminal. If it's not installed, open the terminal and please follow these instructions:
-
On Ubuntu or Debian:
$ sudo apt update
$ sudo apt install git
-
On MacOS:
$ xcode-select --install
For more details on how to install and configure your git on different OS plaforms, please refer to this link and the other
Please make sure SSH is installed on your laptop. You can check this by typing 'sudo systemctl status ssh' on your terminal. If it's not installed, open the terminal and please follow these instructions:
-
On Ubuntu or Debian:
$ sudo apt update
$ sudo apt install openssh-server
More details on ssh on Ubuntu, please refer to this link
-
On MacOS: Firstly, please install 'brew' (a package installer on mac, which eases your job of installing new software), using the follow command:
For MacOS Catalina, macOS Mojave, and MacOS Big Sur:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
For macOS High Sierra, Sierra, El Capitan, and earlier:
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Then install ssh using:
$ brew install ssh
More details on HOMEBREW can be found at link
It's a command used for downloading various types of files to your laptop.
-
On Ubuntu or Debian:
- It should come pre-installed.
-
On MacOS:
$ brew install wget
- Topic
- Introduction to CLI, BASH and Git
- Instructions:
- Please make sure that you went through the pre-workshop instructions and that you have a working bash shell terminal, git account and other tools as specified.
- Resources:
- Topic
- Introduction to Python and Julia
- Instructions:
- The lab will be conducted using Jupyter Notebooks on Anaconda platform. Please follow this link to install Anaconda distribution in your workstations. This part of installation might be covered in the hands-on session if time permits.
- Next download and install Julia language and IJulia using this link.
- Resources
- coming soon