码迷,mamicode.com
首页 >  
搜索关键字:repo    ( 6135个结果
zabbix 2.4 install script under the OS of Ubuntu
#!/bin/bashecho "-----------------------start install zabbix----------------------"wget http://repo.zabbix.com/zabbix/2.4/ubuntu/pool/main/z/zabbix-re...
分类:系统相关   时间:2015-05-04 17:34:45    阅读次数:168
RHEL 5.8安装网络yum源
一:删除系统自带的yum二:下载相关软件包三:安装下载的软件包四:下载repo文件五:更新yum源1.删除当前系统自带的yum源rpm-qa|grepyum|xargsrpm-e--nodeps2.下载相关软件包(http://mirrors.163.com/centos/5/os/x86_64/CentOS/)wgethttp://mirrors.163.com/centos/5/os/x86..
分类:其他好文   时间:2015-05-01 20:03:54    阅读次数:122
svn脚本安装
没事搞了个脚本,一键安装svn带http访问系统是centos6.5下面直接贴上脚本内容#!/bin/bash #Author:charlie.cen #Email:cenhuqing@gmail.com #Create_time:2015-04-29 #定义安装的包 pkg="httpdsubversionmod_dav_svn" #定义仓库路径 repo_path=/opt/svn #定义仓库名 read-p"Pl..
分类:其他好文   时间:2015-04-29 17:35:39    阅读次数:191
change centos 6.x 163 source throught windows
1. download .repo file http://mirrors.163.com/.help/CentOS6-Base-163.repo 2. use winscp enter path /etc/yum.repo.d/ 3. rename CentOS-Base.repo to any other name like CentOS-Base.repo.orig send C...
分类:Windows程序   时间:2015-04-29 11:46:04    阅读次数:152
手机弹窗组件(原生js)
Demo:http://7li.github.io/components/modal/ Repo: https://github.com/7LI/swipe /*********************************************************************** Modal component @author lyz @opt...
分类:移动开发   时间:2015-04-28 21:07:47    阅读次数:262
造一个Badge Service的轮子
什么是Badge Service细心的读者朋友一定在很多Github的Repo,npm的package页面看到过诸如的徽章。这些徽章是干什么用的?大家看到上文中我引用的Badge的左侧,是Downloads,Build,Dependency之类的,不难猜出,这些Badge是用于一些信息的统计,然后以...
分类:其他好文   时间:2015-04-27 21:40:43    阅读次数:131
mongo管理
mongo管理安装源安装(ubuntu)echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.listapt-key adv --keyserver keyserve...
分类:其他好文   时间:2015-04-27 16:52:17    阅读次数:167
Svn ssl error Tls warning
Ubuntu 10.04开发机check svn服务器失败失败信息:SSL handshake failed: SSL error: A TLS warning alert has been received. 解决办法:把域名换成IP,svn co https://1.2.3.4/my-repo-...
分类:其他好文   时间:2015-04-27 13:03:17    阅读次数:401
git使用心得
在使用git时,用了repo,Windows下开发,使用的是Cygwin工具,这个比git的bash更好使用。使用git一定要明白,add,commit操作都不会影像远程代码仓库,只有push了才会将代码推送到远程仓库,比svn多了一步;1. mkdir gitlearn2.cd gitlearn3...
分类:其他好文   时间:2015-04-25 18:07:35    阅读次数:156
Git基本命令
Git初學筆記-指令操作教學Git是分散式的版本控制系統,從架設、簡易操作、設定,此篇主要是整理基本操作、遠端操作等.註: Git的範圍太廣了,把這篇當作是初學入門就好了. :)注意事項由project/.git/config可知: (若有更多,亦可由此得知)·origin(remote)是Repo...
分类:其他好文   时间:2015-04-24 14:13:43    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!