bash

docker部署-windows环境

拜拜、爱过 提交于 2021-02-14 16:25:31
docker部署-windows环境 1. docker windows 1.1. 安装 win7或者win8需要利用docker toolbox来安装,其是一个docker工具集,win10自带Docker安装包。 下载安装文件 通过aliyun镜像下载(推荐): http://mirrors.aliyun.com/docker-toolbox/windows/docker-toolbox/ 通过官网下载:https://www.docker.com/get-started 下载完成:DockerToolbox-1.10.0.exe 安装:略 安装完成: 1.1.1. docker toolbox docker toolbox 是一个工具集,它主要包含以下一些内容: Docker CLI 客户端,用来运行docker引擎创建镜像和容器 Docker Machine. 可以让你在windows的命令行中运行docker引擎命令 Docker Compose. 用来运行docker-compose命令 Kitematic. 这是Docker的GUI版本 Docker QuickStart shell. 这是一个已经配置好Docker的命令行环境 Oracle VM Virtualbox. 虚拟机 1.2. 运行 因为Docker守候进程依赖于linux内核

git status 显示中文和解决中文乱码

寵の児 提交于 2021-02-14 13:44:27
git status 显示中文和解决中文乱码 [toc] 解决git status不能显示中文 现象 status查看有改动但未提交的文件时总只显示数字串,显示不出中文文件名,非常不方便。如下图: 原因 在默认设置下,中文文件名在工作区状态输出,中文名不能正确显示,而是显示为八进制的字符编码。 解决办法 将git 配置文件 core.quotepath 项设置为false。 quotepath表示引用路径 加上 --global 表示全局配置 git bash 终端输入命令: git config --global core.quotepath false 解决git bash 终端显示中文乱码 要注意的是,这样设置后,你的git bash终端也要设置成中文和utf-8编码。才能正确显示中文,例如对比如下: 在git bash的界面中右击空白处,弹出菜单,选择 选项->文本->本地Locale ,设置为 zh_CN ,而旁边的字符集选框选为 UTF-8 。 英文显示则是: Options->Text->Locale改为zh_CN,Character set改为UTF-8 如图: 通过修改配置文件来解决中文乱码 如果你的git bash终端没有菜单选项显示,还可以通过直接修改配置文件的方式来解决中文乱码问题。 进入git的安装目录 编辑 etc\gitconfig 文件

从零开始学MySQL(二)

瘦欲@ 提交于 2021-02-14 09:50:13
鉴于 上节篇幅以安装为主 ,因此对于 调用mysql所需要使用的“命令” 只是略微提及。随之而来就会带给读者诸多不解了,因为你会思考, 这串长长的字符到底有什么特殊的含义呢? 聪明的你可能早就抱着好奇心去“摆渡”一下了。而答案不过是在连接mysql服务器时,应当使用的一种方式——即,身份验证而已。 另外一个情境是,先前笔者每每登录总是需要键入这么多个字符 ,久而久之就难免抱怨,“哎呀,好烦, 每次登录都要设定这些连接参数,诸如‘mysql -p -uroot -h......(此处省略更多参数)’,既然无法跳过这一步,那么有没有什么好的方法可以减少文本的输入量呢? ” 。相信您肯定知道提出这一出问题意味着什么。 本节,我们就致力解决这两个问题吧。 本文的规则: 黑色字体 为正常步骤, 红色字体 为希望能引起读者的注意,笔者用意大致是出于“警示”或“引导”这两种。 本文阅读建议: 因分节(一)介绍的知识与平台无关,即在所有系统上通用,建议详读;而分节(二)则是面向Linux系统,建议选读。 想要对此有所了解的读者应先浏览一下大致的模块,然后根据自己的需要选择相应方法,详细看一遍后进行尝试。在这里也提一下,对于Windows系统,其实现方法是差不多的,只要将调用mysql的命令及参数整合进环境变量或.bat(批处理文件)即可,故不做过多的介绍。 本文概览: (一) MySQL的连接参数

Trouble with bash shell script, attempting to POST variable JSON data using cURL

*爱你&永不变心* 提交于 2021-02-14 08:21:08
问题 I'm having trouble with a bash shell script, attempting to POST variable JSON data using cURL. I'm running from a Mac. I can successfully post static data but I can't seem to figure out how to incorporate variables. I introduced <room> and <token> for the sake of these examples. This script works successfully: #!/bin/bash curl -X POST -H "Content-Type: application/json" --data '{ "color":"red", "message":"Build failed", "message_format":"text" }' https://api.hipchat.com/v2/room/<room>

Trouble with bash shell script, attempting to POST variable JSON data using cURL

半城伤御伤魂 提交于 2021-02-14 08:20:52
问题 I'm having trouble with a bash shell script, attempting to POST variable JSON data using cURL. I'm running from a Mac. I can successfully post static data but I can't seem to figure out how to incorporate variables. I introduced <room> and <token> for the sake of these examples. This script works successfully: #!/bin/bash curl -X POST -H "Content-Type: application/json" --data '{ "color":"red", "message":"Build failed", "message_format":"text" }' https://api.hipchat.com/v2/room/<room>

Trouble with bash shell script, attempting to POST variable JSON data using cURL

天大地大妈咪最大 提交于 2021-02-14 08:20:10
问题 I'm having trouble with a bash shell script, attempting to POST variable JSON data using cURL. I'm running from a Mac. I can successfully post static data but I can't seem to figure out how to incorporate variables. I introduced <room> and <token> for the sake of these examples. This script works successfully: #!/bin/bash curl -X POST -H "Content-Type: application/json" --data '{ "color":"red", "message":"Build failed", "message_format":"text" }' https://api.hipchat.com/v2/room/<room>

达梦数据库DM7部署方案

佐手、 提交于 2021-02-14 07:43:44
第一章 1.1流程 1.规划部署实施信息 1)规划程序安装路径 2)规划数据库实例数据存放路径 3)规划归档路径 4)规划备份路径 5)规划实例配置 2.使用安装包进行安装 3.创建实例数据库 1)配置库名 2)配置实例名 3)配置端口号 4)配置数据库参数 4.配置数据库 1)设置归档 2)设置定时归档 3)设置定时清理备份 4)设置定时清理归档 5.优化数据库 1)参数优化 2)兼容性优化 6.管理数据库 1)修改超级管理员用户 2)增加数据库管理员 3)增加系统管理员 4)增加普通用户 第二章 部署规划 2.1路径规划 安装路径 /home/dmdba/dmdbms 数据库实例数据路径 /dmdata/TYYW2 归档路径 /dmdata/TYYW2/arch 备份路径 /dmdata/TYYW2/bak 2.2实例规划 库名:TYYW2 实例名:TYYW2 端口号:5236 页大小:16 编码格式:GB18030 大小写敏感:是 2.3配置规划 归档文件大小:128M 归档最大大小:128000M 定时备份时间间隔:每周全量,每天增量 定时清理备份时间范围:清理1个月之前备份 定时清理归档时间范围:清理1个月之前的归档 2.4优化规划 数据库兼容性参数:兼容ORACLE 2.5管理规划 超级管理账号密码:SYSDBA/Dameng_admin 新建数据库管理员:DMDBA

What does the command 'source' do?

不问归期 提交于 2021-02-13 17:39:42
问题 I would like to know what does the command source do. I have tried: whatis $ whatis source source: nothing appropriate. man $ man source No manual entry for source source (-h, --help, etc...) $ source source: not enough arguments But it seems no documentation about it. I commonly use it to save any changed on my dotfiles, but what does it exactly do? Why there is not documentation about it? 回答1: source is a bash shell built-in command that executes the content of the file passed as an

What does the command 'source' do?

空扰寡人 提交于 2021-02-13 17:39:10
问题 I would like to know what does the command source do. I have tried: whatis $ whatis source source: nothing appropriate. man $ man source No manual entry for source source (-h, --help, etc...) $ source source: not enough arguments But it seems no documentation about it. I commonly use it to save any changed on my dotfiles, but what does it exactly do? Why there is not documentation about it? 回答1: source is a bash shell built-in command that executes the content of the file passed as an

What does the command 'source' do?

孤者浪人 提交于 2021-02-13 17:39:03
问题 I would like to know what does the command source do. I have tried: whatis $ whatis source source: nothing appropriate. man $ man source No manual entry for source source (-h, --help, etc...) $ source source: not enough arguments But it seems no documentation about it. I commonly use it to save any changed on my dotfiles, but what does it exactly do? Why there is not documentation about it? 回答1: source is a bash shell built-in command that executes the content of the file passed as an