问题描述:CentOS 7.9版本 root用户密码输入正确,出现错误密码提示:“sorry,that didn't work.please try again” 解决方案 一,创建普通用户,以前通用户登录 打开终端:输入命令 sudo passwd root 然后输入旧密码,新密码,再确认新密码( ...
分类:
其他好文 时间:
2021-02-15 12:37:10
阅读次数:
0
centos6 yum install git yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm yum update git centos7 yum ...
分类:
其他好文 时间:
2021-02-15 12:32:55
阅读次数:
0
CentOS 7 引导顺序: UEFi或BIOS初始化,运行POST开机自检(可扩展固件接口负责加电自检(POST)、联系操作系统以及提供连接操作系统与硬件的接口。) 选择启动设备 引导装载程序, centos7是grub2 加载装载程序的配置文件:/etc/grub.d/、/etc/default ...
分类:
其他好文 时间:
2021-02-10 13:31:21
阅读次数:
0
debain10 修改apt源为aliyun mv /etc/apt/sources.list /etc/apt/sources.list.bak && vi /etc/apt/sources.list deb https://mirrors.aliyun.com/debian/ buster ma ...
分类:
其他好文 时间:
2021-02-09 12:34:02
阅读次数:
0
1、下载jdk-1.8,官网下载1.8 注意:不要使用wget命令去下载jdk,若能够下载下来,解压的时候也会报错的; 2、卸载openjdk (1)使用 rpm -qa | grep java 命令查看系统自带的jdk;下图中红色框的4个; (2)使用 rpm -e --nodeps 命令来强制卸 ...
分类:
其他好文 时间:
2021-02-08 12:43:01
阅读次数:
0
Team Name(2.5) Prime Game(2.6) XOR Sums(2.7) Another Tree with Number Theory Multiple Games Cell Shell Bash Matrix Dream and the Multiverse Cut the Ca ...
分类:
其他好文 时间:
2021-02-08 12:12:42
阅读次数:
0
配置站点使用 https,并且将 http 重定向至 https。 1. nginx 的 ssl 模块安装 查看 nginx 是否安装 http_ssl_module 模块。 $ /usr/local/nginx/sbin/nginx -V 1 如果出现 configure arguments: - ...
分类:
Web程序 时间:
2021-02-08 11:41:11
阅读次数:
0
系统环境:CentOS7 一、OpenLDAP 1,开始安装(使用yum源码安装) yum install openldap openldap-servers openldap-clients ##拷贝数据库配置文件并修改权限 cp /usr/share/openldap-servers/DB_CO ...
分类:
其他好文 时间:
2021-02-06 11:54:44
阅读次数:
0
1.安装前准备: (mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz 二进制安装包 + centos7.4系统,有yum环境,可以在www.mysql.com官网下载) 2.开始安装 shell> yum install libaio shell> groupad ...
分类:
数据库 时间:
2021-02-05 10:34:24
阅读次数:
0
前面说了主从复制的原理,现在我们搭建主从结构 1. 提前准备 我准备了两台主机,主节点是远程的centos7,从节点是本机windows 主从复制的原理在上一篇已经说了:主节点中mysql创建一个用户,专门提供给从节点去复制主节点的binlog文件,然后从节点的io线程将获取到的文件内容复制到自己的 ...
分类:
数据库 时间:
2021-02-05 10:32:34
阅读次数:
0