美文网首页
常见问题解决方法链接集合

常见问题解决方法链接集合

作者: 朱青1900 | 来源:发表于2017-05-16 19:39 被阅读0次

1.Linux基础入门资料:

CSDN‘初学Linux’专栏:http://blog.csdn.net/column/details/linuxprimer.html

2.ubuntu 14.04中打开telnet服务步骤:

ubuntu 14.04中打开telnet服务步骤:
http://www.linuxdiyf.com/linux/17355.html
windows开启telnet服务:(Linux和Windows想互通,要windows下同时开启Telnet客户端和服务端)
https://jingyan.baidu.com/article/2fb0ba4055e55800f3ec5f7a.html
同时,windows下同时开启Telnet客户端和服务端之后,windows下就可以使用telent命令了。暂时Linux下使用telnet到本机没解决。
windows下使用telnet,Ctrl+],然后输入quit,然后退出windows中dos窗口。

3.windows下使用SSH连接Ubuntu:

1.下载openssh for windows
2.Linux下使用ssh localhost 查看是否安装ssh服务,没有就使用sudo apt-get install openssh-server进行安装。
关于服务端开启:https://jingyan.baidu.com/article/00a07f38a5c05482d128dc5f.html
3.windows下使用ssh -p22 yangyang@192.168.1.103,这样就可以了。
主要注意端口,用户名,IP地址这些要正确。
Ubuntu下查看IP是使用ifconfig命令。
Ubuntu下查看端口是使用netstat命令。
参考文章:

http://blog.csdn.net/gaopeng0071/article/details/44099233

http://dengqi.blog.51cto.com/5685776/1260038

http://www.linuxidc.com/Linux/2015-01/112045.htm

https://jingyan.baidu.com/article/36d6ed1f931eb31bcf4883dc.html

上一条评论的用户名和IP是我自己的,要出现其他问题可以看这些文章,应该可以解决。
输入exit就退出了SSH登录。

相关文章

网友评论

      本文标题:常见问题解决方法链接集合

      本文链接:https://www.haomeiwen.com/subject/zntrxxtx.html