1、安装虚拟环境,并再虚拟环境中创建Flask 官方网址:https://dormousehole.readthedocs.io/en/latest/installation.html ...
分类:
其他好文 时间:
2020-08-17 17:46:16
阅读次数:
66
一基础环境安装源ISOCentOS-7-x86_64-DVD-1810最小化安装系统后先更新[root@Server~]#yumupdate-y[root@Server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.6.1810(Core)[root@Server~]#uname-r3.10.0-957.21.3.el7.x86_64关闭防火墙system
分类:
其他好文 时间:
2020-08-17 17:38:52
阅读次数:
75
使用putty软件ssh服务器下载地址:https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html打开putty软件在HostName的文本框中输入对应主机ip地址,比如我的Centos7服务器地址为192.168.111.137;端口号默认是22,登录模式默认是SSH;如果有需求用telnet的需要在下面选择Telnet,然后再在
分类:
系统相关 时间:
2020-08-17 17:33:42
阅读次数:
80
CentOS7.8Zabbix4.4MariaDB10.3.23PHP7.2根据官方文档从4.4升级5.0https://www.zabbix.com/documentation/current/manual/installation/upgrade/packages/rhel_centos 升级大致过程systemctlstopzabbix-serverrpm-Uvhhtt
分类:
其他好文 时间:
2020-08-17 17:03:24
阅读次数:
86
https://www.jianshu.com/p/460b4dafd630 https://www.cnblogs.com/garfieldcgf/p/12145504.html https://blog.csdn.net/yumin841931783/article/details/810956 ...
分类:
其他好文 时间:
2020-08-17 17:00:07
阅读次数:
62
CentOS7.8之前从7.5升级PHP7.2之前从5.4升级MariaDB10.3.23之前从5.5升级Zabbix4.2版本之前从4.0升级上来的)理论应该可以4.0直接升级到4.4或5.0根据官方文档升级https://www.zabbix.com/documentation/4.4/manual/installation/upgrade/packages/rhel_centos升级完成遇到
分类:
其他好文 时间:
2020-08-17 16:48:03
阅读次数:
94
环境:服务端:centos7客户端:centos6,centos8,Ubuntu18关闭selinux,firewalld,ntpd服务软件包:chrony.x86_64.rpm服务名:chronydcentos安装:yuminstall-ychronyUbuntu安装:aptinstall-ychrony服务端:查看安装配置文件:rpm-qlchrony[09:13:39-root@localh
分类:
其他好文 时间:
2020-08-15 23:54:04
阅读次数:
91
问题时这样的:我把我的redis配置文件中绑定的地址为Centos7的IP地址,启动的时候就会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused,如下图 通过上图可以看出,redis是默认访问本机127.0.0.1而不 ...
分类:
其他好文 时间:
2020-08-15 22:37:29
阅读次数:
74
用安装镜像进入rescue模式 chroot /mnt/sysimage/ rescue模式不会自动配置网络,需要手动配置。使用ip link命令。 ip link set dev xxxx up ip addr add xx.xx.xx.xx/24 dev xxxx ip route add de ...
分类:
其他好文 时间:
2020-08-15 22:33:45
阅读次数:
124
下载安装介质 ntp-4.2.6p5-29.el7.centos.2.x86_64.rpm ntpdate-4.2.6p5-29.el7.centos.2.x86_64.rpm 开始安装 rpm -ivh ntpdate-4.2.6p5-29.el7.centos.2.x86_64.rpm rpm ...
分类:
其他好文 时间:
2020-08-13 11:49:53
阅读次数:
178