User Tools

Site Tools


tutorials:1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:1 [2022/09/26 23:12] – ↷ Page moved from tardis_beginner_tutorials:1 to tutorials:1 tcmaltutorials:1 [2023/07/29 11:18] (current) – removed tcmal
Line 1: Line 1:
-{{OODNotice}} 
- 
- 
-======= Tutorial 1: Logging in to Tardis ======= 
- 
-The first thing you need to do is actually connect to Tardis and log in. If you are reading this I am assuming you already have an account, and hence know your username and password. If for whatever reason you do not know either your username or password, [[contact|consult with the friendly admins]]. 
- 
-For shell access, Tardis only runs [[http://en.wikipedia.org/wiki/Secure_Shell|Secure Shell]] (SSH) {{cu}}. Telnet sends passwords as well as all connection data in plain text over the Internet, and is simply not sufficiently secure in the modern world. This means that to log into Tardis you will need an SSH client. On Linux you simply need <code><del>ssh </del><del>username</del><del>@ssh.tardis.ed.ac.uk</del></code>{{cu}} where username is - you guessed it - your username! For macs, MacOSX comes with an ssh client out of the box, so check your documentation for how to use it to connect to <code><del>ssh.tardis.ed.ac.uk</del></code>{{cu}}. 
- 
-Windows however does not come with an SSH client built in, like it does with Telnet, and you will have to download one. I recommend [[http://www.chiark.greenend.org.uk/~sgtatham/putty/|PuTTY]] - it is powerful and easy to set up and use. It is a very small executable that doesn't need any special installation - just download from that link and run. In the window that comes up, type <code>ssh.tardis.ed.ac.uk</code> in the "host name or ip address" box, and make sure the SSH protocol is selected below. Then type a name for it in the "saved sessions" box such as "tardis" and click save - this way you can select this connection from the list in future and just double-click. Then click "open", and type your username and password when prompted. 
- 
-Congratulations, you are now logged in on your Tardis shell account! If you are new to Linux the lack of graphical interface can be quite intimidating, but don't worry - these tutorials will hold your hand and walk you through it! By the time you finish these, you should feel quite confident in using your account. 
- 
-First off though, you might want to change your password from the one given to you. To do this type <code>passwd</code> and answer the prompts. Congratulations, you just ran your first program! Now click next to learn about how to run other programs under Linux, and move around the filesystem. 
- 
-**Next: [[tardis_beginner_tutorials:2|Using Bash]]** 
  
tutorials/1.1664233973.txt.gz · Last modified: 2022/09/26 23:12 by tcmal