码迷,mamicode.com
首页 >  
搜索关键字:centos7 yum    ( 34550个结果
centos7 修改时间
2021-07-28 查看日志时发现系统时间不正确,故修改时间 # 查看当前系统时间 date # 修改当前系统时间 date -s "2021-7-28 17:03:00" # 查看硬件时间 hwclock --show # 修改硬件时间 hwclock --set --date "2021-7- ...
分类:其他好文   时间:2021-07-28 21:37:03    阅读次数:0
Ldap 备份与迁移
数据备份 ldap数据备份的方式有两种:一种是通过ldapsearch ,一种是通过slapcat命令。我这里更倾向于使用后者。因为后都使用不涉及到密码输出等问题。直接一条命令搞定 /usr/sbin/slapcat > /opt/ldap/ldapdbak.ldif 数据导入 提到导出就不得不提下 ...
分类:其他好文   时间:2021-07-27 17:39:42    阅读次数:0
CentOS7安装Chrome及驱动
目录 安装Chrome 安装Chrome驱动程序 环境:CentOS Linux release 7.4.1708 (Core) 安装Chrome 下载安装包: wget https://dl.google.com/linux/direct/google-chrome-stable_current_ ...
分类:其他好文   时间:2021-07-27 17:32:34    阅读次数:0
nginx + http + svn
安装certbot 安装 certbot 为免费证书做准备 yum install certbot python2-certbot-nginx 安装 svn 安装svn yum install svn 创建svn库 # 创建库 svnadmin create /var/svn/data # 授权ap ...
分类:Web程序   时间:2021-07-27 17:31:33    阅读次数:0
nginx安装前奏
安装nginx的前奏 安装依赖 yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel 创建一个文件夹 cd /usr/local mkdir nginx cd nginx 下载Nginx tar包 和 解压 wget ...
分类:其他好文   时间:2021-07-23 17:42:55    阅读次数:0
b0102 linux centos 操作系统安装和维护
centos7.9 环境 主机: win7 虚拟机: vmware 12 安装文件: CentOS-7.9-x86_64-DVD-2009.iso 输出路径: W:\Virtual Machines\CentOS7 问题 无法连接网络 20210721 现象: 虚拟机NAT网络设置,动态分配IP,其 ...
分类:系统相关   时间:2021-07-22 17:37:25    阅读次数:0
centos7防火墙配置
2021-07-20 1.查看firewall服务状态 systemctl status firewalld 2.查看firewall状态 firewall-cmd --state 该命令需要在超级用户root身份下使用 3.重启,关闭,开启firewall服务 # 重启 systemctl res ...
分类:其他好文   时间:2021-07-21 17:31:40    阅读次数:0
MySQL源码安装5.7-CentOS7
如果有卸载官方自带的安装包 rpm -qa | grep -i mysql rpm -qa | grep -i mariadb rpm -e xxxx #注:如上命令删除不成功,有别的软件依赖无法删除时,如下操作: yum remove xxxx 或 rpm -e --nodeps xxxx ``` ...
分类:数据库   时间:2021-07-20 16:25:40    阅读次数:0
Centos7(Linux系统)上安装JDK
在Linux系统上安装jdk,用于网站的部署,是发布一个java网站的第一步,很有必要 ...
分类:系统相关   时间:2021-07-19 16:48:17    阅读次数:0
centos8 yum源
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:其他好文   时间:2021-07-19 16:46:42    阅读次数:0
34550条   1 2 3 4 ... 3455 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!