TRACER TUTORIAL: TEXT REUSE DETECTION INTRODUCTION TO THE COMMAND LINE AND ACCESSING SERVERS REMOTELY
Marco B¨ uchler, Emily Franzini and Greta Franzini
TRACER TUTORIAL: TEXT REUSE DETECTION INTRODUCTION TO THE COMMAND - - PowerPoint PPT Presentation
TRACER TUTORIAL: TEXT REUSE DETECTION INTRODUCTION TO THE COMMAND LINE AND ACCESSING SERVERS REMOTELY M arco B uchler, Emily Franzini and Greta Franzini TABLE OF CONTENTS 1. C onnecting to the server 2. Command line introduction 2/100
Marco B¨ uchler, Emily Franzini and Greta Franzini
2/100
4/100
To identify your current directory location:
pwd <ENTER> /Users/mbuechler
6/100
To list directory contents:
human-readable format.
7/100
To change to a different directory:
<ENTER> // change to ”home folder”
<ENTER>
8/100
To create a folder:
/storage called ”mbuechler”
/storage/mbuechler called ”test”
9/100
To copy a file:
copies HelloWorld.jar to /storage/mbuechler
10/100
To remove a directory:
11/100
To run a Java programme:
<ENTER>
12/100
To edit a file:
first)
13/100
vim commands:
14/100
vim commands:
15/100
correctly in a text editor, if the file is not too big try opening it in your standard text processing program (e.g. Microsoft Word or Open Office) to find information regarding the encoding.
https://cygwin.com/install.html
$ file *.txt
$ iconv -l
$ iconv -f CP1255 -t UTF-8 in.txt > out.txt
16/100
17/100
Team Marco B¨ uchler, Greta Franzini and Emily Franzini. Visit us http://www.etrap.eu contact@etrap.eu
18/100
The theme this presentation is based on is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Changes to the theme are the work of eTRAP.
19/100