码迷,mamicode.com
首页 >  
搜索关键字:pgp    ( 137个结果
centos内核编译配置
1.下载内核,下面是内核官网地址:https://www.kernel.org/ tar.xz 是完整的内核包(完整的内核包是通过两次压缩得到的。一次是xz,一次是tar) pgp 是.tar.sign后缀的文件。用于校验类似于MD5 patch 是补丁包 2.解压文件到/usr/src/文件夹下: ...
分类:其他好文   时间:2017-07-11 14:42:36    阅读次数:131
问题解决:psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
错误提示: psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var ...
分类:数据库   时间:2017-07-09 18:18:44    阅读次数:848
【加解密专辑】对接触到的PGP、RSA、AES加解密算法整理
先贴代码,有空再整理思路 PGP加密 using System; using System.IO; using Org.BouncyCastle.Bcpg; using Org.BouncyCastle.Bcpg.OpenPgp; using Org.BouncyCastle.Security; u ...
分类:编程语言   时间:2017-07-06 22:47:35    阅读次数:966
ubuntu导入公钥的方法
导入公钥的办法: #方法1: gpg --keyserver subkeys.pgp.NET --recv 6E871C4A881574DEgpg --export --armor 6E871C4A881574DE | sudo apt-key add - #方法2:sudo apt-key adv ...
分类:系统相关   时间:2017-06-30 20:01:19    阅读次数:264
使用pgpool管理数据库集群故障的问题
pgpool如何选举master角色 在pgpool启动的过程中通过对 pgpoo.conf配置文件中的数据库节点条目信息,对集群中的数据库节点从0开始一个个的遍历,并发送SQL语句“select pg_is_in_recovery();”;根据返回的结构来判断哪个数据库节点是master。 在ma ...
分类:数据库   时间:2017-06-20 15:30:25    阅读次数:222
137条   上一页 1 ... 6 7 8 9 10 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!