我正在尝试根据此页面上给出的说明连接到远程服务器:https :
//bokeh.pydata.org/en/latest/docs/user_guide/server.html#ssh-tunnels
它建议使用以下命令创建从我的本地机器到我的服务器的隧道:
ssh -NfL localhost:5006:localhost:5006 user@remote.host
Run Code Online (Sandbox Code Playgroud)
然而,我的本地机器是 Windows - 作为一名初学者程序员,我无法弄清楚如何重现上述命令,但使用 PuTTY。
有人能帮我解决这个问题吗?
谢谢
我尝试iotop
在 linux 上安装sudo apt-get install iotop
和sudo apt-get install iotop -y
。但是当iotop
在控制台中输入时,我收到错误消息:command not found
。安装似乎非常简单(https://lintut.com/install-iotop-on-linux/) - 并且安装正常执行而不会返回错误消息,所以很难告诉我我可能做错了什么。 。
任何提示表示赞赏。
我在浏览网页时发现了更多相关问题: http://www.linuxquestions.org/questions/linux-newbie-8/anybody-knows-how-to-install-iotop-839411/
尤其是这个: https: //access.redhat.com/solutions/194893和这个: https: //bugs.debian.org/cgi-bin/bugreport.cgi?bug =497360
我的内核版本(当输入 -uname 时)是 3.16.0-4-amd64。