1、下载 node 可以自己下载 node 镜像: https://npm.taobao.org/mirrors/node/ 或直接在命令行运行以下命令: wget https://npm.taobao.org/mirrors/node/v14.15.0/node-v14.15.0-linux-x6 ...
分类:
其他好文 时间:
2021-07-05 18:26:28
阅读次数:
0
1.首先安装JAVA环境 2.下载链接 wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.2.deb wget https://artifacts.elastic.co/downloads/elas ...
分类:
系统相关 时间:
2021-07-05 17:46:31
阅读次数:
0
监控目录数据变化 --- inotify
将数据进行传输 --- rsync
将监控和传输进行整合 --- sersync ...
分类:
其他好文 时间:
2021-07-02 15:24:55
阅读次数:
0
在服务器开启了IP白名单等情况下,我们有时需要通过代理来连接服务器,而rsync自然也会遇到这个问题。某篇博客中提到使用环境变量RSYNC_PROXY来指定socks5代理,这其实是错误的,RSYNC_PROXY指定的是http代理。 然而,在只有socks5代理的情况下,我们固然可以通过privo ...
分类:
其他好文 时间:
2021-07-01 16:54:01
阅读次数:
0
# cd /root/test/1 # rsync -avP `ls -a /root/test/1 | grep '^\...'` /root/test/2 ...
分类:
其他好文 时间:
2021-06-30 18:27:20
阅读次数:
0
环境为最小化安装初始化环境 yum install -y vim net-tools wget tree lrzsz关闭防火墙systemctl stop firewalld.servicesystemctl disable firewalld.service关闭selinuxsed -i 's/S ...
分类:
数据库 时间:
2021-06-29 15:18:17
阅读次数:
0
原文:https://www.jianshu.com/p/534741a16c56 配置 mkdir -p ~/.vim/syntax cd ~/.vim/syntax wget http://www.vim.org/scripts/download_script.php?src_id=14376 ...
分类:
其他好文 时间:
2021-06-28 21:05:53
阅读次数:
0
redis的初级使用 下载redis的最新版 wget http://download.redis.io/releases/redis-6.0.3.tar.gz 解压并编译 tar -zxvf redis-6.0.3.tar.gz cd redis-6.0.3 make 修改配置文件 bind 12 ...
分类:
其他好文 时间:
2021-06-28 20:26:16
阅读次数:
0
1, 购买阿里云服务器, 2, 安装nginx, 后,http://47.99.189.10:8080/,看nginx是否成功,需要公网ip+端口号,端口号要去配置的, 3,使用 rsync -av koa2-tutorial-account-book root@47.99.189.10:/home ...
分类:
Web程序 时间:
2021-06-28 20:24:29
阅读次数:
0
1、镜像构建过程 包含Dockerfile目录的所有内容称为上下文,上下文通过docker build命令传入到Docker daemon后,便开始按照Dockerfile中的内容一层层构造镜像。 为了提高镜像构建的速度,Docker daemon会缓存构建过程中的中间镜像。当从一个已在缓存中的基础 ...
分类:
其他好文 时间:
2021-06-28 20:12:04
阅读次数:
0