1、PostgreSQL 10.1 中文手册1.0 版发布 : (直接下载) https://yq.aliyun.com/download/2876?utm_content=m_1000006559&do=login&accounttraceid=4e16f2f53b074221940be9e83e ...
分类:
数据库 时间:
2020-07-03 15:53:27
阅读次数:
83
1安装mariadb数据库 1. 配置阿里云源 参考链接: https://developer.aliyun.com/mirror 2. 使用阿里云源安装mariadb dnf -y install mariadb-server mariadb-client 1.1 .1 使用systemctl进行 ...
分类:
其他好文 时间:
2020-07-02 13:36:20
阅读次数:
68
去掉代理 2 去掉build.gradle中的 google,与jcenter,替换为阿里云 //google() //jcenter() 替换为 maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' } m ...
分类:
移动开发 时间:
2020-07-02 00:02:16
阅读次数:
81
apply plugin: 'com.android.application' buildscript { repositories { maven{ url'http://maven.aliyun.com/nexus/content/groups/public/' } maven{ url'htt ...
分类:
移动开发 时间:
2020-07-01 12:50:02
阅读次数:
77
1 安装包网址:http://download.redis.io/releases/ 本次安装使用 redis-4.0.9 。 2. 集群配置与启动 集群配置: https://blog.csdn.net/weixin_39630377/article/details/79757045 3. Mys ...
分类:
系统相关 时间:
2020-06-30 09:16:24
阅读次数:
83
cat <<EOF > /etc/yum.repos.d/zabbix.repo [zabbix] name=Zabbix Official Repository - \$basearch baseurl=https://mirrors.aliyun.com/zabbix/zabbix/4.0/rh ...
分类:
其他好文 时间:
2020-06-29 22:41:57
阅读次数:
78
1. 系统设置环境变量 ? ~ which python3 /Library/Frameworks/Python.framework/Versions/3.7/bin/python3 ? ~ echo $PATH /Users/abc/.nvm/versions/node/v8.13.0/bin:/ ...
分类:
编程语言 时间:
2020-06-29 15:45:09
阅读次数:
89
1.首先备份原来的yum源 cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 2.获取阿里的yum源覆盖本地官方yum源 wget -O /etc/yum.repos.d/CentOS-Base.re ...
分类:
其他好文 时间:
2020-06-28 12:44:31
阅读次数:
174
SELinux,Security Enhanced Linux 的缩写,也就是安全强化的 Linux,旨在增强传统 Linux 操作系统的安全性,解决传统 Linux 系统中自主访问控制(DAC)系统中的各种权限问题(如 root 权限过高等)。 传统的 Linux 系统安全,采用的是 DAC(自主 ...
分类:
系统相关 时间:
2020-06-27 13:35:06
阅读次数:
100
部署LAMP环境 请注意centos版本, https://help.aliyun.com/document_detail/50774.html?spm=5176.11065259.1996646101.searchclickresult.329a675cZHKfON ...
分类:
其他好文 时间:
2020-06-27 09:43:59
阅读次数:
63