start new:
tmux
start new with session name:
tmux new -s myname
| #!/bin/bash | |
| # Script for installing tmux on systems where you don't have root access. | |
| # tmux will be installed in $HOME/local/bin. | |
| # It's assumed that wget and a C/C++ compiler are installed. | |
| # exit on error | |
| set -e | |
| TMUX_VERSION=1.8 |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| # if get recieve.denyCurrentBranch error try to pull from | |
| # the repository instead of pushing. Alternatively just | |
| # switch to a tmp branch. | |
| # Permanently going back to previous commit | |
| git reset --hard 123abc | |
| # Checkout a previous commit into a separate branch | |
| # without a branch name it will be in a headless state | |
| git checkout -b old-state 123abc |
This list is outdated. This post has a list of bioinformatics/genomics/genetics workshops and training materials that I haven't updated since 2015.
Note that many of the courses shown below also have course materials from past years publicly available online.
Cold Spring Harbor Courses: