使用vsftpd服务传输文件 1 安装 2 安装 `lftp`客户端软件 3 启动服务并加入开机自启动 4 查看监听端口状态 使用匿名开放模式 服务启动后默认访问的目录为/var/ftp,且匿名用户没有上传、创建、重命名、删除功能.但是具有下载功能. 服务开启后直接访问 创建文件夹被拒绝 重命名失败 ...
分类:
系统相关 时间:
2018-08-14 17:03:59
阅读次数:
256
pip是python环境的包管理工具,用它可以方便地管理第三方包,其功能类似于Linux系统下的yum或apt-get。pip的安装步骤请参考Centos下安装python及配置selenium自动化环境。常用命令:To list all the options that pip can use:>>> pip --helpSearch packages from the PyP
分类:
其他好文 时间:
2018-08-13 19:41:15
阅读次数:
192
一、Redisyum安装方法1、根据操作系统,下载相应的epel源epel(RHEL7)wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-7.repoepel(RHEL6)wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.r
分类:
其他好文 时间:
2018-08-13 17:02:41
阅读次数:
142
一、环境准备1、本次搭建环境为centos7.2版本2、本次搭建机器为ceph-node1 192.168.13.72ceph-node2 192.168.13.84二、ceph搭建前环境准备1、准备ceph-deploy的镜像源vim /etc/yum.repos.d/ceph.repo[ceph-noarch]name=Ceph noarch packagesbaseurl=https://d
分类:
其他好文 时间:
2018-08-13 16:57:29
阅读次数:
205
#!/bin/bashsystemctldisablefirewalldsystemctlstopfirewalldsetenforce0cd/etc/yum.repos.d/wgethttp://mirrors.163.com/.help/CentOS7-Base-163.repoyumcleanallyum-yinstallepel-releaseyum-yinstallvsftpdecho&
分类:
系统相关 时间:
2018-08-13 15:56:23
阅读次数:
189
1 什么是Omni Layer Omni Layer是一种通信协议,它使用比特币区块链实现智能合约,用户货币和分散式点对点交换等功能。 Omni Core是基于比特币核心代码库的快速,便携式Omni层实现。 这种实现不需要与Bitcoin Core无关的外部依赖关系,并且与其他比特币节点一样,它本身 ...
分类:
其他好文 时间:
2018-08-13 14:53:00
阅读次数:
613
allprojects { repositories { flatDir { dirs 'libs' } jcenter() google() }} ...
分类:
移动开发 时间:
2018-08-13 12:16:13
阅读次数:
200
引入插件 apply plugin: 'java' apply plugin: 'war' apply plugin: 'jetty' 如果希望使用jar来启动项目, 可以这样修改项目和插件属性。 apply plugin: 'java' //当前项目版本 version = 0.1 //项目兼容到... ...
分类:
其他好文 时间:
2018-08-13 12:13:38
阅读次数:
165
第1章部署数据监控服务(inotify)1.安装inotify软件(检查是否安装)yuminstallinotify-tools-y---基于epel源(/etc/yum.repos.d/源文件保存目录)2.应用inotify软件/usr/bin/inotifywatch---实现数据变化统计命令,在实际工作中没有什么用处/usr/bin/inotifywait---实现数据实时监控命令(重要)语
分类:
其他好文 时间:
2018-08-13 10:48:25
阅读次数:
161
原文: https://www.cnblogs.com/freely/p/8087885.html 1、安装YUM Repo 由于CentOS 的yum源中没有mysql,需要到mysql的官网下载yum repo配置文件。 然后进行repo的安装: 执行完成后会在/etc/yum.repos.d/ ...
分类:
数据库 时间:
2018-08-13 00:39:09
阅读次数:
181