
云计算
云计算相关的技术文档
greshem
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
容器化 中国5000年 历史时间轴
容器化 中国历史时间轴, 查看中国历史更加方便一些 git clone https://github.com/wushixong/ChineseHistoryTimeline cd ChineseHistoryTimeline s2i build . centos/nginx-112-centos7 greshem/chinesehistorytimeline docker run -p 8088:8080 greshem/chinesehistorytimeline 效果如下 ..原创 2020-05-21 23:51:22 · 384 阅读 · 0 评论 -
容器化 centos75 pxe dnsmasq 安装环境快速搭建
#selinux关闭 setenforce 0 cd ~ if df |grep /tmp/dir;then umount /tmp/dir/ fi docker rm -f centos7Repo docker rm -f kssrv docker rm -f pxe_linux if ! docker images |grep nginx ;then #docker pull nginx echo docker pull nginx fi if !原创 2020-05-16 00:28:02 · 680 阅读 · 0 评论 -
linux 环境下 curl文件上传post总结变式
1 openstack horizon 的 django api部分 /root/bin/file_upload/php/post.sh curl -F "userfile=@/root/image333.jpg" http://192.168.1.11/face/upload_ok.php curl -F "file=@/tmp/tmp" http://10.99.3.156:22222/api/rest/swcloud/file/upload curl -v -F "file=@/root/sw原创 2020-05-12 22:35:43 · 912 阅读 · 0 评论