记录redhat服务器yum和wget不能使用的解决办法 1.先检查以下我们的linux系统环境,看看是不是Redhat7的版本 cat /etc/redhat-release 检查系统中是否安装了yum以及安装了哪些包。 rpm -qa |grep yum 3.删除redhat系统中自带的yum包 ...
分类:
其他好文 时间:
2020-12-31 11:49:01
阅读次数:
0
crontab命令与配置 防止忘记,这里记录一下定时任务crontab的一些命令 crontab基本操作 1.安装crontabs服务 yum install crontabs 2.设置开机自启 systemctl enable crond 3.运行服务 systemctl start crond ...
分类:
系统相关 时间:
2020-12-30 11:31:39
阅读次数:
0
1、有一个阿里云服务器 2、安装宝塔linux: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 3、下载wordpress:官网下载https:/ ...
分类:
其他好文 时间:
2020-12-30 11:30:02
阅读次数:
0
状态管理-salt安装apache 编辑主配置文件,定义几个环境。 vim /etc/salt/master file_roots: base: - /srv/salt/base dev: - /srv/salt/dev test: - /srv/salt/test prod: - /srv/sal ...
分类:
其他好文 时间:
2020-12-30 11:27:09
阅读次数:
0
错误:configure: error: libevent >= 1.4.11 could not be found解决:yum -y install libevent libevent-devel错误:configure: error: Please reinstall the mysql dis ...
分类:
Web程序 时间:
2020-12-30 11:22:18
阅读次数:
0
CentOS 7.3 安装 Redis 报错“You need tcl 8.5 or newer in order to run the Redis test” 问题说明 个人安装的是 redis-5.0.4,在解压目录下执行完 make 命令后,在 src/ 目录下执行 make test命令 的 ...
分类:
其他好文 时间:
2020-12-30 10:54:18
阅读次数:
0
继续前面的实验操作,接下来做一下GitParameter插件在插件管理处安装好本插件后,可新建一个项目进行git配置。在此操作之前,需要在git服务器上先行安装配置好gitlab,快速的操作一下即可wgethttps://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.0.0-ce.0.el7.x86_64.rpmyum安装好
分类:
其他好文 时间:
2020-12-29 11:49:37
阅读次数:
0
安装依赖 yum install -y novacom-server.x86_64 libaio.x86_64 libaio-devel.x86_64 网站下载 https://downloads.mariadb.com/MaxScale/ 自己选择自己需要的版本 yum localinstall ...
分类:
数据库 时间:
2020-12-28 11:32:23
阅读次数:
0
Samba服务器安装和配置 1:安装Samba服务器软件包 [root@localhost ~]# rpm -qa | grep samba [root@localhost ~]# yum -y install samba [root@localhost ~]# yum -y install sam ...
分类:
系统相关 时间:
2020-12-28 11:07:28
阅读次数:
0
grafana下载地址wgethttps://dl.grafana.com/oss/release/grafana-7.3.6-1.x86_64.rpmsudoyuminstallgrafana-7.3.6-1.x86_64.rpm如果网速不好,可以直接通过迅雷打开链接https://dl.grafana.com/oss/release/grafana-7.3.6-1.x86_64.rpm下载到本
分类:
其他好文 时间:
2020-12-25 12:36:18
阅读次数:
0