ssh 无法运行造成无法远程连接 linux 原因: 我将 /var 目录权限修改成了 777,但 linux 系统出于安全起见,该目录的 7 权限只对 root 用户开放,所以linux 系统认为本次操作不安全,因此停止,并停止了 远程。 排查: 通过 ps -ef | grep ssh, 发现 ...
分类:
其他好文 时间:
2020-02-03 11:33:50
阅读次数:
97
前言 Python可以调用GDAL,opencv这些库,如果能和ArcPy弄到一起联合编程,搞一个All in one的解决方案,想必是很优美的。 但是ArcGIS自带的Python不带pip,笔者尝试过给他编译一个pip上去,会报InsecurePlatformWarning跟SNIMissing ...
分类:
编程语言 时间:
2020-02-02 19:47:00
阅读次数:
138
x11, xorg, xserver, gtk, qt , kde, gnome都是啥 ...
网卡配置 liujunjun@liujunjun-virtual-machine:~$ sudo cat /etc/network/interfaces [sudo] liujunjun 的密码: # interfaces(5) file used by ifup(8) and ifdown(8) ...
分类:
系统相关 时间:
2020-01-30 22:51:36
阅读次数:
95
private void setReg() { string myAppPath = System.IO.Path.GetFileName(System.Reflection.Assembly.GetExecutingAssembly().Location); RegistryKey key = R ...
分类:
移动开发 时间:
2020-01-30 14:18:33
阅读次数:
85
一、升级相关依赖包 yum -y install wget gcc zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap ...
分类:
编程语言 时间:
2020-01-30 09:48:05
阅读次数:
87
在nfs 服务器共享数据卷 [root@controller ~]# showmount -e Export list for controller:/cinder 192.168.15.201/24/data 192.168.15.201/24 在cinder节点挂载共享卷 [root@compu ...
分类:
其他好文 时间:
2020-01-29 21:39:04
阅读次数:
69
工作中经常部署openresty做了个sh压缩吧解压到/opt下执行脚本,将安装到/usr/local/openresty脚本如下:```#!/bin/bash############################################################################@desc:-1.createuser;-2.createdefaultdirector
分类:
其他好文 时间:
2020-01-22 09:19:16
阅读次数:
143
Vif openstack baremetal node vif list node186 openstack server list mac地址在bind的时候会更新 binding_host_id binding_profile binding_vif_type binding_vnic_typ ...
分类:
其他好文 时间:
2020-01-21 17:53:51
阅读次数:
115
yum 安装openresty sudo yum install yum-utils -y sudo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo sudo yum install ...
分类:
其他好文 时间:
2020-01-20 15:10:21
阅读次数:
215