Skip to content
Snippets Groups Projects
Select Git revision
  • a0ced1b16f63acae20387f5e570d902c30e63b22
  • master default protected
  • bnels-doc
  • travis
  • homology
  • torchupdate
  • macfix
  • add-license-1
  • py3
  • cpp
  • alpha2
  • nn
  • develop
  • 1.0
14 results

TopologyLayer

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    README.md
    index.html

    coursepage02508

    To change the live version, files need to be placed at /www/docs/courses/02508. For example, in command line, you can use ssh or sftp to connect to server and transfer files. For easier transfer, we could clone this repo, and then pull the changes. But as long as it's only one index.html file, we can just copy that one file.

    The steps to achieve this are:

    ssh thinlinc.compute.dtu.dk
    # You will be asked to type your password.
    cd /www/docs/courses/02508
    curl -o index.html https://lab.compute.dtu.dk/courses-0250-8-and-9/coursepage02508/-/raw/main/index.html

    Known issues: when transfering files, the capitalization of filenames may be inconsistend. E.g. localy changing Image.png to image.png will remotely only change the content, not the filename, and the link will appear broken.