随笔分类 -  计算机网络

Wireshark 基本使用方法
摘要:学习于:http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html 阅读全文

posted @ 2014-04-02 22:12 Stomach_ache 阅读(133) 评论(0) 推荐(0)

Wireshark设置interface 时提示“There are no interfaces on which a capture can be done ”
摘要:学习于:http://blog.163.com/likaifeng@126/blog/static/32097310201271451655190/ 阅读全文

posted @ 2014-03-30 16:45 Stomach_ache 阅读(163) 评论(0) 推荐(0)

SSH免密码登录的方法
摘要:在你的自己的机器下面使用ssh-keygen命令来实现创建公钥将你~/.ssh目录中的id_rsa.pub这个文件拷贝到你要登录的服务器的~/.ssh目录中,然后再运行以下命令来将公钥导入到~/.ssh/authorized_keys这个文件中cat ~/.ssh/id_rsa.pub >> ~/.... 阅读全文

posted @ 2014-03-10 23:18 Stomach_ache 阅读(130) 评论(0) 推荐(0)

Linux C socket 基于 UDP
摘要:/************************************************************************* > File Name: server.c > Author: Stomach_ache > Mail: 1179998621@qq.com ... 阅读全文

posted @ 2014-03-01 11:59 Stomach_ache 阅读(236) 评论(0) 推荐(0)

SSH 相关基础
摘要:检查是否安装: sudo apt-cache policy openssh-client sudo apt-cache policy openssh-server 也可直接用 sudo apt-cache policy openssh-client openssh-server软件安装: sudo ... 阅读全文

posted @ 2013-10-15 13:31 Stomach_ache 阅读(154) 评论(0) 推荐(0)

ubuntu安装SSH
摘要:sudo apt-get install sshSSH 远程登入 Ubuntu 机ssh username@192.168.0.1将 文件/文件夹 从远程 Ubuntu 机拷至本地(scp)scp -r username@192.168.0.1:/home/username/remotefile.t... 阅读全文

posted @ 2013-09-28 11:08 Stomach_ache 阅读(195) 评论(0) 推荐(0)

导航