Computer Vision Environment Set Up

Environment Set up

  • use ssh login server
  • change file mode
  • upload a html to server
  • preview website

use ssh login server

We use bash which support your Linux command environment and make life easy!
3 Steps as follow:

  1. Download and Install git
image.png
  1. find and open it
image.png
  1. command of login server
 ssh jq4387@csweb01.csueastbay.edu

e.g.


image.png

change file mode

[jq4387@csweb01 ~]$ chmod 755 public_html

upload a html to server

make a local directory public_html
jump to public_html and new a file called test.html

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
scp test.html jq4387@csweb01.csueastbay.edu:public_html

e.g.

image.png

preview website

http://csweb01.csueastbay.edu/~jq4387/test.html

local sever

python -m SimpleHTTPServer 8000
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容