ices@ices-system
-product
-name:~$ sudo useradd -d /home/guest1 -m guest1
ices@ices-system
-product
-name:~$ sudo passwd guest1
問題:
xshell刪除鍵亂碼方向鍵亂碼的最終解決辦法
vim提檔案許可權問題:…e45 readonly option is set (add!to override)
step-1: 在遠端伺服器上,啟動jupyter notebooks服務:
jupyter
notebook --
no-browser --
port=8889
step-2: 在本地機器的terminal中啟動ssh:
ssh
-n -f
-l localhost
:8888
:localhost
:8889
remote_user
@remote_host
其中: -n 告訴ssh沒有命令要被遠端執行; -f 告訴ssh在後台執行; -l 是指定port forwarding的配置,遠端埠是8889,本地的埠號的8888。remote_user@remote_host 用實際的遠端帳戶和遠端位址替換
note:
python3安裝
jupyter安裝
安裝anaconda
wget
/cuda/
9.2/prod/local_installers/cuda_9.2.88_396.26_linux
使用pycharm進行遠端開發和除錯
note: 「配置遠端python直譯器」這一步使用「deployment configuration」可能無法正常連線,這時可以使用ssh連線。
scp命令
Ubuntu搭建ssh伺服器
ubuntu安裝後預設只有ssh客戶端,即只能在ubuntu內去連線其他ssh伺服器,若想實現我們的ubuntu被其他主機遠端連線,則需要自己去安裝ssh服務端。進入ubuntu18.04,開啟終端,su進入root,輸入命令 命令 etc init.d ssh restart service ss...
Ubuntu配置SSH伺服器
ssh 為 secure shell 的縮寫,由 ietf 的網路小組 network working group 所制定 ssh 為建立在應用層和傳輸層基礎上的安全協議。ssh 是目前較可靠,專為遠端登入會話和其他網路服務提供安全性的協議。利用 ssh 協議可以有效防止遠端管理過程中的資訊洩露問題...
SSH遠端連線伺服器
第一步 伺服器第一次開啟ssh服務,則會自動建立 etc ssh ssh host 公鑰檔案,以及私鑰檔案 第三步 伺服器將自己的公鑰檔案傳送給客戶端 明文 etc init.d ssh restart ssh f o p 帳號 ip 命令 引數 意義 f 不登入,直接在遠端伺服器執行 後面的命令 ...