概述
asbru-cm 是一个类似的 windows 上 xshell 的远程连接管理软件。
安装
2.1 Debian / Ubuntu
curl -s https://packagecloud.io/install/repositories/asbru-cm/asbru-cm/script.deb.sh | sudo bash
sudo apt-get install asbru-cm
asbru-cm 是一个类似的 windows 上 xshell 的远程连接管理软件。
curl -s https://packagecloud.io/install/repositories/asbru-cm/asbru-cm/script.deb.sh | sudo bash
sudo apt-get install asbru-cm
mongodump -d test -c collection -o /path
mongorestore -d test -c collection /path/to/xxx.json
yum install -y epel-release
# Node.js v10.x安装命令
curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
# Node.js v8.x安装命令
curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
yum install -y nodejs
/etc/ssh/sshd_config
# Authentication
项下的PermitRootLogin prohibit-password
改成 PermitRootLogin yes
sudo systemctl restart sshd
查看当前网卡
nmcli con show
/etc/sysconfig/network-scripts/
ifcfg-eth0
)NAME
UUID
DEVICE
核心配置,并按需修改IP等即可,方法参考mysql 连接时出现 SQLSTATE[HY000] [2002] No such file or directory
错误,解决办法:将连接时使用的 localhost
改为 127.0.0.1
即可。
删除 postgresql 数据库时会报错提示:
ERROR: database "mydb" is being accessed by other users
这是因为当前数据库也在被别的用户使用,删除办法是:
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-backports main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free
Virtuallzation Engine
想要在虚拟机中安装虚拟机,需要启用网络混杂模式。如果宿主机是 linux ,默认是不会启用的。
Workstation 不允许虚拟网络适配器进入混杂模式,除非运行 Workstation 的用户有权进行这样的设置。这种限制符合标准的 Linux 行为,即只有 root 用户才能将网络接口置于混杂模式。在安装和配置 Workstation 时,是以 root 用户身份执行安装。由于 Workstation 使用 root 所有权和 root 组所有权创建 vmnet 设备,因此只有 root 用户才拥有对设备的读写权限。