借助OpenSUSE的zypper源升级SLES12 的内核及相关软件
借助OpenSUSE的zypper源升级SLES12 的内核及相关软件 SLES12正式发行的内核版本号为3.12。 在SLES12中添加OpenSUSE 13.2的ypper源 vIP:~ # zypper ls # | Alias | Name | Enabled | Refresh | Type...
View Article在linux上静默安装oracle数据库
在linux上静默安装oracle数据库 [root@thdldb01 ~]# cat /etc/oracle-release Oracle Linux Server release 7.0 [root@thdldb01 ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4...
View ArticleHow to Setup MariaDB Galera Cluster 10.0. ...
How to Setup MariaDB Galera Cluster 10.0.17 on RHEL7sp1 Step0:测试环境如下: 主机名称 IP地址 数据库软件 OS 202thdldb01 192.168.2.140 MariaDB Galera Cluster 10.0.17 RHEL7sp1_64bit 202thdldb02 192.168.2.141 MariaDB...
View ArticleMaxScale--Connection Routing with Galera Cluster
MaxScale--Connection Routing with Galera Cluster Step0: 建立MariaDB Galera Cluster 环境。 见《How to Setup MariaDB Galera Cluster 10.0.17 on RHEL7sp1》 Step1:Installation MaxScale 主机名称 IP地址...
View ArticleMaxScale--Read Write Splitting with Galera Cluster
MaxScale--Read Write Splitting with Galera Cluster Step0: 建立MariaDB Galera Cluster 环境。 见《How to Setup MariaDB Galera Cluster 10.0.17 on RHEL7sp1》 Step1:Installation MaxScale 主机名称...
View ArticleMaxScale--Read/Write Splitting with MySQL/MariaDB Replica...
MaxScale--Read/Write Splitting with MySQL/MariaDB Replication Step0: 建立MySQL/MariaDB Replication环境,具体步骤略。 Hostname IP software OS 101thdldb01 192.168.72.133 10.0.11-MariaDB-log SELE12 101thdldb02...
View ArticleInstall Gitolite on FreeBSD
Install Gitolite on FreeBSD Step0:测试环境如下: 主机名称 IP地址 软件 OS 用户 备注 gitSever-Gitolite 10.211.55.55 git,gitolite freeBSD 10.1 gitolite Qi-101htdldb001 10.211.55.21 git Ubuntu 15.04 gitadmin...
View ArticleWindows下git安装及使用技巧
Windows下git安装及使用技巧 1. 下载git软件 https://git-scm.com/ 2. 安装git软装 3. 生成公私钥 注:生成私钥的过程中,给私钥设定了密码保护。 注:将公钥(chenyan.pub)交给git 服务器的管理,把公钥及权限加入git服务器。 4. git客户端连接git服务器的配置...
View ArticleHow to install git on CentOS/RHEL7/6/5 and ...
How to install git on CentOS/RHEL7/6/5 and Fedora 22/21 [root@optool ~]#yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel tk [root@optool ~]#yum install gcc...
View ArticleHow to install git on Ubuntu
How to install git on Ubuntu markgeng@zzbj2-as-02:~$ sudo apt-add-repository ppa:git-core/ppa The most current stable version of Git for Ubuntu. For release candidates, go to...
View Article