Uncategorized

Python

PythonをWordPressに埋め込む

Pyscriptの埋め込み Pyscriptを使用してWordPress上でPythonの実行環境を構築してみます。方法は簡単で、以下のようにカスタムHTMLを貼り付けるだけです。 <link rel="sty...
Python

Pytorch Tips

Pytorchのtips個人メモ
Uncategorized

nginxのconfig確認手順書

nginxを使った際、知識不足でrootの参照位置すら変更できなかったため、config周りを確認した。動作環境: nginx/1.18.0, OS: Ubuntu 20.04 LTS 1. configファイルの場所を確認する ...
Uncategorized

ssh接続でUnable to negotiate with ~と出た時の対処法

ssh接続を行おうとしてUnable to negotiate with ~と出た場合、~/.ssh/configにHostKeyAlgorithms ssh-dss,ssh-rsa と記述することで解決する場合があります。
タイトルとURLをコピーしました