Installationsudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.reposudo rpm --import http://pkg.jenkins-ci.org/redhat...
分类:
其他好文 时间:
2015-04-03 13:16:42
阅读次数:
423
Centos6源安装最新的nginxphpmysql(iptablesselinux事先关闭)1、Php5.6安装remi源http://rpms.famillecollet.com/yuminstallhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm此操作也会自动安装epel源,(此源可安装mysql5.5php5.4php5.6php5.5)然后在/etc/yum.repo..
分类:
数据库 时间:
2015-04-02 16:42:07
阅读次数:
203
1.在桌面右键-》TortoiseSVn->Repo_brower->输入地址,进入 ,ok2.在地址目录上右键==》》addfolder==》》选择你要上传的项目文件夹,ok3.在要获取项目的地方右键==》》SVN Checkout==》输入地址路径,ok
分类:
Web程序 时间:
2015-04-02 13:07:34
阅读次数:
115
1.同步yum源的脚本#cat/data/yum_repo/rsync_yum_shell/rsync_yumrepo.sh#!/bin/bash#scriptname:rsync_yumrepo.shRsyncBin="/usr/bin/rsync"RsyncPerm=‘-avrt--delete--no-iconv--bwlimit=100000‘Centos_7_base=‘/data/yum_repo/Centos-7/Base/‘Centos_7_epel=‘/data/yum_repo..
分类:
系统相关 时间:
2015-04-02 06:44:51
阅读次数:
309
看了下http://tianshoulong.blog.51cto.com/4998102/1571464的文章。提供了解决方法。因为是在虚拟机安装的所以有些地方需要改下主要是在配置安装源配置的是CentOS-Base.repo文件把这段文字写在文章末尾[local]name=localbaseurl=file:///media/enabled=1gpgcheck=0这时候还是..
分类:
其他好文 时间:
2015-03-29 07:13:19
阅读次数:
836
先删除全局的缓存:$ sudo rm -fr ~/Library/Caches/CocoaPods/$ sudo rm -fr ~/.cocoapods/repos/master/还不行的话就把当前 Pods 目录清空:$ sudo rm -fr Pods/// 再执行$ sudo gem inst...
分类:
其他好文 时间:
2015-03-28 01:09:36
阅读次数:
224
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirror...
分类:
其他好文 时间:
2015-03-20 12:22:01
阅读次数:
111
# Local per-repo rules can be added to the .git/info/exclude file in your # repo. These rules are not committed with the repo so they are not shared # with others. This method can be used for local...
分类:
其他好文 时间:
2015-03-20 11:12:29
阅读次数:
150
在Ubuntu上安装Mono
运行下面代码授权注册repo源并更新软件列表:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamari...
分类:
系统相关 时间:
2015-03-19 18:27:07
阅读次数:
181
参考文档: http://dev.mysql.com/doc/refman/5.6/en/linux-installation-yum-repo.html1. 下载 rpm 文件:wget http://repo.mysql.com/mysql-community-release-el6-5.noa...
分类:
数据库 时间:
2015-03-19 18:11:12
阅读次数:
205