1、首先是安装RVM, $ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 $ curl -sSL https://get.rvm.io | bash -s stabl ...
分类:
系统相关 时间:
2016-06-06 06:55:04
阅读次数:
210
最新的下载地址是: https://www.offensive-security.com/kali-linux-arm-images/ 按照官网的说法是找不到树莓派版本的SHA1SUM和SHA1SUMS.gpg文件的,所以官网上以下的验证没法继续做: 用Win32DiskImager将下载的镜像写入 ...
分类:
Web程序 时间:
2016-05-30 00:53:35
阅读次数:
356
E: GPG error: http://mirrors.oschina.net trusty-backports InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authenticati ...
分类:
Web程序 时间:
2016-05-29 18:35:03
阅读次数:
265
1.配置yum源[base]
name=CentOS-$releasever-Base-mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/7/os/x86_64/
gpgcheck=1
enabled=1
gpgkey=http://mirrors.aliyun.com/centos/7/os/x86_64/RPM-GPG-KEY-CentOS-72.更新yum源yumupdate..
分类:
Web程序 时间:
2016-05-27 15:03:43
阅读次数:
1714
环境 操作系统:ubuntu 16.04 64位,默认安装 准备 1. 添加GPG key: 2. 添加源 新建文件:/etc/apt/sources.list.d/docker.list,在里面添加内容: 3. 更新源 安装与测试 安装 启动与测试 hello-world为镜像,该镜像会从镜像库中 ...
分类:
系统相关 时间:
2016-05-24 22:18:39
阅读次数:
530
一、 基础环境
使用VmWare虚拟两台Linux机器。CentOS 7,Linux内核如下:
4.5.3-1.el7.elrepo.x86_64
如果内核版本太低,是不支持VxLan的。可以使用一下命令进行内核升级
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://www....
分类:
系统相关 时间:
2016-05-12 20:21:21
阅读次数:
299
一、快速搭建LAMP环境1、配置本地yum源[root@zabbix~]#mount/dev/cdrom/mnt[root@zabbix~]#vi/etc/yum.repos.d/rhel-source.repo[rhel-source]name=rhel-sourcebaseurl=file:///mntenabled=1gpgcheck=0#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release[root@zabbix..
分类:
其他好文 时间:
2016-05-05 17:55:49
阅读次数:
456
1、导入public key 1 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 1 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 1 1 rpm --imp ...
分类:
其他好文 时间:
2016-04-27 18:32:09
阅读次数:
114
rpm软件包管理rpm作用:管理rpm包安装卸载语法:rpm[选项]包名挂载光盘mount:mountpoint/ntdoesnotexist[root@server63~]#mount/dev/sr0/mntmount:blockdevice/dev/sr0iswrite-protected,mountingread-only[root@server63~]#ls/mntCentOS_BuildTagisolinuxRPM-GPG-KEY-CentOS-D..
分类:
系统相关 时间:
2016-04-26 22:21:21
阅读次数:
616
##什么是GPG1991年,程序员PhilZimmermann为了避开政府监视,开发了加密软件PGP。 这个软件非常好用,迅速流传开来,成了许多程序员的必备工具。 但是,它是商业软件,不能自由使用。所以,自由软件基金会决定, 开发一个PGP的替代品,取名为GnuPG。这就是GPG的由来。GPG有许多..
分类:
其他好文 时间:
2016-04-23 23:19:32
阅读次数:
776