Giter Site home page Giter Site logo

link-to-server's Introduction

link-to-server

a conclusion of linking to server

xshell

下载网址(https://www.xshell.com/zh/thank-you-download/) 可能需要梯子

注意Xftp也要下载,这个是用跟服务器传输文件的

上去主要填写好邮箱,名字随便填一个就好,之后就是下载,使用的话参考(https://jingyan.baidu.com/article/ab69b270b0ca3d2ca7189fdc.html)

MobaXterm

有段时间不知道是哪里有问题不能用xshell,然后用了这个,这个也是可以用的

常用linux命令

进入路径 cd path

退出该文件夹 cd ..

运行name.py文件 python name.py

常用conda命令

使用服务器要配置自己的环境,不要直接用base,常用conda配置

创建名字为yjlpy38的conda环境 conda create --name yjlpy38 python=3.8

删除conda环境yjlpy38 conda remove --name yjlpy38 --all

查看conda环境 conda env list

进入conda环境 conda activate yang

退出当前conda环境 conda deactivate

link-to-server's People

Contributors

jin-linyang avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.