文章分类 - tools
摘要:原文地址:https://stackoverflow.com/questions/28302178/how-can-i-add-a-volume-to-an-existing-docker-container I've successfully mount /home/<user-name> fol
阅读全文
摘要:一般在运行容器时,我们都会通过参数 -p(使用大写的-P参数则会随机选择宿主机的一个端口进行映射)来指定宿主机和容器端口的映射,例如 docker run -it -d --name [container-name] -p 8088:80 [image-name] 这里是将容器内的80端口映射到宿主
阅读全文
摘要:原文地址:http://dockone.io/article/8148 Docker容器实现原理及容器隔离性踩坑介绍 正如Docker官方的口号:“Build once,Run anywhere,Configure once,Run anything”,Docker被贴上了如下标签:轻巧、秒级启动、
阅读全文
摘要:原文作者: 女汉纸原文地址:https://www.cnblogs.com/yangkh32/p/7248129.html Fiddler是一个http协议调试代理工具,它能够记录并检查所有你的电脑和互联网之间的http通讯,设置断点,查看所有的“进出”Fiddler的数据。 Fiddler 要比其
阅读全文
摘要:参考地址 https://man.linuxde.net/curl get请求 curl "http://www.baidu.com" 如果这里的URL指向的是一个文件或者一幅图都可以直接下载到本地 curl -i "http://www.baidu.com" 显示全部信息 curl -l "htt
阅读全文
摘要:原文地址:https://www.jianshu.com/p/b6b2c1d78d7c 作者:Claop 在 Linux 上,大家用的最多的词典软件是 GoldenDict。以下是 GoldenDict 激动人心的一些特点: 免费 纯净无广告 跨平台:Linux and Windows 离线使用:支
阅读全文
摘要:win7、win8 系统 win7、win8 等需要利用 docker toolbox 来安装,国内可以使用阿里云的镜像来下载,下载地址:http://mirrors.aliyun.com/docker-toolbox/windows/docker-toolbox/ docker toolbox 是
阅读全文
摘要:XShell-上传、下载文件(使用sz与rz命令) 作者:淘小铺金牌导师 来源:简书链接:https://www.jianshu.com/p/2d057453117f Xshell很好用,然后有时候想在windows和linux上传或下载某个文件,其实有个很简单的方法就是rz,sz。 首先你的Lin
阅读全文
摘要:https://hexo.io/zh-cn/
阅读全文
摘要:gitBook官网: https://www.gitbook.com/ win10安装node.js node.js官网:http://nodejs.cn/download/ 1、下载安装node.js,默认也把npm勾选安装了,选择安装路径,例如:D:\Program Files\nodejs\。
阅读全文
摘要:Ubuntu下载地址: http://mirrors.aliyun.com/ubuntu-releases/ U盘制作工具 1、U盘启动盘制作工具Rufus rufus官网:https://rufus.akeo.ie/ 2、Ubuntu官网 https://www.ubuntu.com/index_
阅读全文
摘要:问题汇总 在Ubuntu-18.04安装pycharm运行后可能会出现 Failed to load module "canberra-gtk-module" sudo apt-get install libcanberra-gtk-module 远程部署配置 远程部署主要用于本地代码与远程服务器上
阅读全文
摘要:简书:https://www.jianshu.com/p/191d1e21f7ed 入门:http://xianbai.me/learn-md/article/syntax/paragraphs-and-line-breaks.html 数学公式:https://www.zybuluo.com/co
阅读全文
摘要:推荐博客 docker 系列文章:https://www.jianshu.com/u/aa3d5c41012b docker容器中使用top、free命令查看容器真实cpu和内存使用情况的实践: https://www.colabug.com/2017/1022/1759782/ 五个Docker监
阅读全文
摘要:参考: https://blog.csdn.net/dongdong2980/article/details/78976575 https://blog.csdn.net/stephenfengz/article/details/53454785 visualSVN和Tortoise下载地址:htt
阅读全文