Skip to content

Commit

Permalink
Fixed some issues and added reference to CL Bootcamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigrenok committed Aug 23, 2024
1 parent e5d17c6 commit 05b1762
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions current-year/docs/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.

Expand Down
14 changes: 7 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)

<!-- ## 5. Things used in other versions of this course:
Expand Down

0 comments on commit 05b1762

Please sign in to comment.