# 終端機使用 (coding in terminal) ###### tags: `R教學` `終端機連線與使用` 1. 進入終端機指令介面 (terminal) ``` 1. win + r 進入執行頁面 2. 鍵入 cmd 進入命令提示字元或是鍵入powershall進入PowerShell介面 3. 開始以指令模式操作電腦 ``` 2. 檢查是否軟體已經預設在終端的path中 ```r= #列出預設的軟體path echo %PATH:;=&echo.% #已經設定在path路徑中的軟體 python #沒有設定在路徑中的軟體 cd C:\Program Files\R\R-4.0.4\bin\x64\ Rgui.exe ``` 3. SSH 加密連線到其他電腦:[SSH連線介紹](https://jennycodes.me/posts/security-ssh) ```r= 以連接實驗室linux working #ssh -x username@remote_host ssh -x mcchiu@192.168.0.121 #password mcchiu ``` 4. TeamViewer連線: ```r= 以連接實驗室linux working #Conecting ID 850 721 333 #password vra2gvq7 ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up