利用公钥认证登录 1.创建共钥 输入下面的命令,一路回车 2.复制公钥到ssh服务器 将上一步生成的id_rsa.pub公钥文件复制到目标服务器对应用户下的~/.ssh/authorized_keys 文件 如果服务器上没有authorized_keys 这个文件,直接创建即可,如果有,则把id_r ...
分类:
系统相关 时间:
2019-08-24 18:59:46
阅读次数:
112
http://blog.csdn.net/napoay/article/details/53896348 #更新 sudo yum update -y sudo rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n... ...
分类:
其他好文 时间:
2019-08-24 00:42:18
阅读次数:
97
DECLARE l_return_status VARCHAR2(1); l_msg_count NUMBER; l_msg_data VARCHAR2(1000); x_acct_use_id number; l_ext_bank_acct_rec ce_bank_pub.BankAcct_use... ...
分类:
数据库 时间:
2019-08-22 16:02:12
阅读次数:
101
1.客户端ssh-keygenyuminstallopenssl-clients-y#一路回车生成公钥和私钥#id_rsa:私钥id_rsa.pub:公钥ssh-copy-id-i.ssh/id_rsa.pub用户@目标ip地址2.服务端开放22端口给客户端
分类:
其他好文 时间:
2019-08-22 09:27:35
阅读次数:
74
问题: 原因:firefox浏览器版本和浏览器驱动版本不匹配 解决办法:卸载高版本浏览器,安装低版本浏览器 下载地址:http://ftp.mozilla.org/pub/firefox/releases/ 比如http://ftp.mozilla.org/pub/firefox/releases/ ...
分类:
其他好文 时间:
2019-08-20 20:17:24
阅读次数:
80
简单说明:一般不使用。 进程间的一种消息通信模式:发送者(pub)发送消息,订阅者(sub)接收消息。 订阅: 发布: ...
分类:
其他好文 时间:
2019-08-20 15:29:31
阅读次数:
85
原文:https://www.cnblogs.com/smartlife/articles/10182136.html 常用命令 订阅主题 mosquitto_sub h 192.168.0.1 p 1883 u root P root t topicname 推送消息 mosquitto_pub ...
分类:
其他好文 时间:
2019-08-15 21:21:40
阅读次数:
457
http://m.china-pub.com/touch/touchindex.aspxhttp://www.china-pub.com/
分类:
其他好文 时间:
2019-08-14 23:36:36
阅读次数:
105
一、服务器登陆公钥秘钥设置 步骤如下: 1、本机生成私钥公钥文件 本机进入到.ssh目录下,c:/Users/zhufengyan/.ssh, 在该目录下执行 $ ssh-keygen -t rsa 然后一路回车即可。 说明:如果原先./ssh目录下有id_rsa id_rsa.pub这两个文件,以 ...
分类:
编程语言 时间:
2019-08-14 13:04:03
阅读次数:
108
概念 Kafka 是一个快速、可扩展和高可用的基于发布 订阅模式(pub sub model)的消息系统,用作消息中间件,在系统之间传递消息。其核心概念有: Topic(话题) Producer(生产者) Consumer(消费者) Broker(经纪人) 在 Kafka 中,所有的消息都由 Top ...
分类:
其他好文 时间:
2019-08-11 12:44:35
阅读次数:
108