Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 617 Bytes

emulab_helper.md

File metadata and controls

21 lines (12 loc) · 617 Bytes

Emulab Command Helper

Access server

To access remote emulab server, you need to add a ssh key on emulab plataform. After that, start the server on panel and access from your machina using terminal.

Copy files to server

    $ scp {{file}} [email protected]:{{file_path_on_server}}

Zip and unzip folder

To zip folder:

    $ tar -zcvf {{archive.tar.gz}} {{directory/}} 

To unzip folder:

    $ tar -zxvf {{archive.tar.gz}}