摘要:
git init git status git add git commit git log ##查看日志 git log --pretty=format:"%h %an %ar - %s" #查看日志 git show ##查看每次提交的更改 git diff --staged ##比较暂存区与先 阅读全文
摘要:
镜像模式(双主) 分别在master01和master02上执行以下步骤 1.添加syncprov模块 [root@test1] vim mod_syncprov.ldif # create new dn: cn=module,cn=config objectClass: olcModuleList 阅读全文
摘要:
加载日志模块: 2.4.4 版本系统默认有 cat > /root/loglevel.ldif << “EOF” dn: cn=config changetype: modify replace: olcLogLevel olcLogLevel: stats EOF ldapmodify -Y EX 阅读全文
摘要:
cd /usr/local/ wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1e.tar.gz tar xf openssl-1.1.1e.tar.gz wget http://tengine.taobao.org/downloa 阅读全文
摘要:
linux 命令行编辑快捷键 命令/快捷键 说明 history 显示历史命令列表 ↑ 显示上一条命令 ↓ 显示下一条命令 !num 执行命令历史列表的第num条命令 !! 执行上一条命令 Ctrl+r 按键后输入若干字符,会向上搜索包含该字符的命令,继续按此键搜索上一条匹配的命令 ls !$ 执行 阅读全文
摘要:
docker 目前支持的联合文件系统种类包括AUFS、 btrfs、Device Mapper、 overlay 、 overlay2、vfs、zfs 等。多种文件系统目前的支持情况总结如下: AUFS: 最早支持的文件系统,对于Debian/Ubuntu 支持好,虽然没有合并到Linux内核中,但 阅读全文
摘要:
授权用户Vhost ##授权admin 用户Vhost / 所有权限 rabbitmqctl set_permissions [-p vhost] {user} {conf} {write} {read} 如: rabbitmqctl set_permissions -p / admin ".*" 阅读全文
摘要:
gitlab-ctl tail 查看日志报错类似: ==> /var/log/gitlab/gitlab-workhorse/current ⇐= 2016-02-05_19:46:58.38158 2016/02/05 11:46:58 error: proxyRoundTripper: POST 阅读全文
摘要:
OpenVPN needs a gateway parameter for a --route option and no default was specified by either 现象: 服务端:Openvpn.log MULTI: no free --ifconfig-pool addre 阅读全文
摘要:
port 1194 proto udp dev tun ca /etc/openvpn/ca.crt cert /etc/openvpn/server.crt dh /etc/openvpn/dh.pem server 10.10.118.0 255.255.255.0 ifconfig-pool- 阅读全文