1. 安装openssh-server
yum install openssh-server
2. 修改/etc/ssh/sshd_config
Port 22
PasswordAuthentication yes
PermitRootLogin yes
分类目录归档:工具类
yum install openssh-server
Port 22
PasswordAuthentication yes
PermitRootLogin yes
FROM centos:7
ENV container docker
RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \
systemd-tmpfiles-setup.service ] || rm -f $i; done); \
rm -f /lib/systemd/system/multi-user.target.wants/*;\
rm -f /etc/systemd/sy
g/^$/d
map {lhs} {rhs}
Map the key sequence {lhs} to {rhs} for the modes where the map command applies. The result, including
{rhs}, is then further scanned for mappings. This allows for nested and recursive use of mappings.
example : map <M-n> :tabnext
再~/.ctags 文件中加入以下
--langdef=Rust
--langmap=Rust:.rs
--regex-Rust=/^[ \t]*(#\[[^\]]\][ \t]*)*(pub[ \t]+)?(extern[ \t]+)?("[^"]+"[ \t]+)?(unsafe[ \t]+)?fn[ \t]+([a-zA-Z0-9_]+)/\6/f,functions,function definitions/
--regex-Rust=/^[ \t]*(pub[ \t]+)?type[ \t]+([a-zA-Z0-9_]+)/\2/T,types,
banance_switch balancer balancer_enabled balance_rsgroup
功能: 开启或关闭自动banance,返回以前的状态
使用:
balance_switch [true|false]
功能:手动执行一次整个集群的balance,成功返回true,否则返回false
功能:查看当前balancer的状态
功能:只有在开启rsgroup时才会有,手动balance
C c | -> 输入行列数
快捷键 | 说明 |
---|---|
Tab | 切换到下一个单元格,若是最后一个,则新建一行,调到第一个单元格 |
M-S-right | 在当前列前插入一列 |
M-S-left | 删除当前列 |
M-S-down | 在当前行前插入一行 |
M-S-up | 删除当前行 |
C-m | 移动到下一行,或新建一行 |
M-up/M-down | 将该行向上/向下移动 |
M-left/M-right | 将该列向左/向右移动 |
C-c ` | 编辑当前单元格 |
C-c C-x C-w | 剪切某个区域的表格内容 |
C-c C |
如果开启了firewall,要加上 firewall-cmd --zone=trusted --add-source=172.22.0.1/16 --permanent
cat /etc/docker/daemon.json
{
"registry-mirrors": ["https://pee6w651.mirror.aliyuncs.com"]
}
systemctl restart docker
这里选择12c
sudo docker pull sath89/oracle-12c
sudo docker run -d --name oracle -p