From 05b17629eff19d8df679e4cb0cec1f2baf376058 Mon Sep 17 00:00:00 2001 From: Vitaly Voloshin Date: Fri, 23 Aug 2024 13:11:47 +0100 Subject: [PATCH] Fixed some issues and added reference to CL Bootcamp --- current-year/docs/ssh.md | 4 ++-- index.md | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/current-year/docs/ssh.md b/current-year/docs/ssh.md index c3310be..60408a4 100644 --- a/current-year/docs/ssh.md +++ b/current-year/docs/ssh.md @@ -99,7 +99,7 @@ Type in the password that you've been emailed, and hit return. Nothing will appe 1) On Windows 10+, type cmd (short for command) into the search box, and press Enter. -2) Into the Windoes command line that appears, type `ssh username@servername`, +2) Into the Windows command line that appears, type `ssh username@servername`, replacing username and servername with the username and server name that you have been emailed: @@ -120,7 +120,7 @@ Are you sure you want to continue connecting (yes/no)? This message is normal when you log in to a new server. Agreeing will store the server's fingerprint, and the message will not appear again. -5) Type `yes` into the Windoes command line and hit return. +5) Type `yes` into the Windows command line and hit return. 6) You will then be asked for a password. diff --git a/index.md b/index.md index e6d2311..ee05bfd 100644 --- a/index.md +++ b/index.md @@ -42,7 +42,7 @@ At the end of this module, you should be able to: Prerequisites for the practicals are: * a basic knowledge of Linux command line. For a refresher, try the SIB's - UNIX fundamentals online course ([here](http://edu.isb-sib.ch/course/view.php?id=82)). + UNIX fundamentals online course ([here](http://edu.isb-sib.ch/course/view.php?id=82)). You can also go through a [Command Line Bootcamp](https://command-line-bootcamp.genomicscourse.com/). * a basic knowledge of R programming. The `swirl()` library course ([here](http://swirlstats.com)) can help. In particular, it can be useful: @@ -81,12 +81,12 @@ The initial version of this practical was put together by * [Oksana Riba-Grognuz](https://www.linkedin.com/in/oksana80)' contributions for the 2012 edition of this course - It was heavily heavily heavily revised and improved thanks to efforts and new - content by - * [Rodrigo Pracana](https://wurmlab.github.io/team/rpracana/) - * Anurag Priyam, Carlos MartinezRuiz, Nazrath Nawz, many others in the lab. - [Robert Waterhouse](http://www.rmwaterhouse.org/), - [Bruno Vieira](http://wurmlab.github.io/team/bmpvieira) +It was heavily heavily heavily revised and improved thanks to efforts and new +content by + * [Rodrigo Pracana](https://wurmlab.github.io/team/rpracana/) + * Anurag Priyam, Carlos MartinezRuiz, Nazrath Nawz, many others in the lab. + [Robert Waterhouse](http://www.rmwaterhouse.org/), + [Bruno Vieira](http://wurmlab.github.io/team/bmpvieira)