安装 docker-compose 切换到root 用户 下载 1 curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` > /usr/ ...
分类:
编程语言 时间:
2020-12-09 12:25:08
阅读次数:
6
1,测访问外网能力:curl -l http://www.baidu.com 2,测访问外网能力:wget http://www.baidu.com tomcat ./startup.sh 启动 ./shutdown.sh 关闭 ...
分类:
系统相关 时间:
2020-12-05 11:03:00
阅读次数:
27
效果不怎么好,效率和速度较差,仅仅记录分享。 修改路径\phpcms\libs\functions\extention.func.php //分词 function httppost($title){ $ch = curl_init(); $options = array( CURLOPT_URL ...
分类:
Web程序 时间:
2020-12-03 11:44:54
阅读次数:
8
cobbler介绍 cobbler服务端部署 环境描述 关闭防火墙/SElinux 主机 ip地址 服务 角色 vm2(centos7) 192.168.225.128 cobbler,httpd,tftp 服务端 下载软件 配置yum源 [root@vm2 yum.repos.d]# curl - ...
分类:
其他好文 时间:
2020-12-01 11:57:15
阅读次数:
4
安装依赖软件包:sudoaptinstall-ycurlgnupg2添加docker-ce源sudovim/etc/apt/sources.list.d/docker.list#deb-src[arch=amd64]https://mirrors.aliyun.com/docker-ce/linux/debianbusterstabledeb[arch=amd64]http://mirrors.u
分类:
其他好文 时间:
2020-12-01 11:46:00
阅读次数:
2
跟着网上的步骤走就好了,这里就记录一个过程: 先加个docker的源 1 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add - 2 3 echo 'deb htt ...
分类:
其他好文 时间:
2020-11-27 10:55:57
阅读次数:
5
Mac中安装brew最简单的方式 1.启动命令行,输入命令 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 2.启动脚本后,选择下载源 3.默默等待安装成功。。。。 ...
分类:
系统相关 时间:
2020-11-26 14:39:06
阅读次数:
8
概述在复杂的网络环境中,需要通过抓包来排查网络问题,但是有时候https的包是tls加密,无法看到真实它在做什么,需要对其进行解密。工具tcpdumpwiresharkhttps请求工具浏览器curl设置解密变量exportSSLKEYLOGFILE=~/Downloads/ssl.key测试发送https请求curlhttps://baidu.com<html><head>
分类:
Web程序 时间:
2020-11-25 12:50:13
阅读次数:
14
1、proxy support curl -x 127.0.0.1:8888 https://www.baidu.com/ 2、get -G:使用get请求 -d:指定请求数据 curl https://www.baidu.com curl -G https://www.baidu.com curl ...
分类:
Web程序 时间:
2020-11-23 12:19:38
阅读次数:
14
#1、下载安装文件,并使用阿里镜像源 curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh --mirror Aliyun #2、配置加速器 sudo mkdir -p /etc/docker sudo tee /et ...
分类:
其他好文 时间:
2020-11-19 12:44:52
阅读次数:
8