码迷,mamicode.com
首页 >  
搜索关键字:virt install    ( 41915个结果
Golang Rpc 基本使用
protoc 编译工具 windows 平台下载对应平台的 protobuf,并配置环境变量 protobuf linux 环境先安装依赖 sudo apt-get install autoconf automake libtool curl make g++ unzip git clone htt ...
分类:其他好文   时间:2021-02-27 13:31:02    阅读次数:0
【electron】解包 asar
//全局安装 asar npm install asar -g //解包 asar e app.asar 文件夹 ...
分类:其他好文   时间:2021-02-27 13:30:05    阅读次数:0
Not creating XLA devices, tf_xla_enable_xla_devices not set TypeError: 'module' object is not callable
2021-02-26 22:54:13.146272: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1406] Created TensorFlow device (/job:localhost/replica:0/task:0/device ...
分类:其他好文   时间:2021-02-27 13:21:07    阅读次数:0
iftop查看系统流量使用情况
Debian9 安装iftop工具 apt-get install iftop -y 常用的参数 -h(display this message),显示参数使用信息 默认是监控第一块网卡的流量 iftop -i 指定监控的网卡eth1 iftop -i eth1 -B 以bytes为单位显示流量(默 ...
分类:其他好文   时间:2021-02-27 13:20:12    阅读次数:0
anaconda基本命令
1.查看所有现有环境: conda info -e conda list:查看安装了哪些包。 conda install package_name(包名):安装包 conda env list 或 conda info -e:查看当前存在哪些虚拟环境 conda update conda:检查更新当 ...
分类:其他好文   时间:2021-02-27 13:11:50    阅读次数:0
git clone慢? npm install慢?
解决git clone慢 原命令:git clone https://github.com/xxx 替换为:git clone https://github.com.cnpmjs.org/xxx 解决npm install慢 换成阿里镜像源:npm config set registry https ...
分类:其他好文   时间:2021-02-25 12:13:34    阅读次数:0
docker 常用命令及实践
docker 的安装 yum update sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装docker: sudo yum instal ...
分类:其他好文   时间:2021-02-25 12:03:20    阅读次数:0
ubuntu 18.04.5 server防火墙配置
ubuntu 系统默认已安装ufw. 1.安装 sudo apt-get install ufw 2.启用 sudo ufw enable sudo ufw default deny 运行以上两条命令后,开启了防火墙,并在系统启动时自动开启。关闭所有外部对本机的访问,但本机访问外部正常。 3.开启/ ...
分类:系统相关   时间:2021-02-23 14:33:33    阅读次数:0
Linux搭建Ldap服务器
一,服务器安装 yum install -y openldap openldap-clients openldap-servers migrationtools 二,配置ldap服务器 2.1配置ldap的域和密码 vim /etc/openldap/slapd.d/cn\=config/olcDa ...
分类:系统相关   时间:2021-02-23 14:32:21    阅读次数:0
25、bash: scp: command not found
在一台新机器上安装 openssh-clients yum install -y openssh-clients-7.4p1-21.el7.x86_64 使用scp 远程传输文件,出现bash: scp: command not found报错 因为远程机器没有openssh-client,所以导致 ...
分类:其他好文   时间:2021-02-23 14:31:28    阅读次数:0
41915条   上一页 1 ... 59 60 61 62 63 ... 4192 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!