码迷,mamicode.com
首页 >  
搜索关键字:tfs install    ( 41325个结果
搭建服务器之www-安装配置
www服务器,使用软件Apache,服务守护进程为httpd,以下为安装配置过程:1.首先yum install httpd,会下载安装Apache软件,可以用apachectrl -v查看版本,发现2.0+,均可支持ipv6访问2.开启防火墙80端口,要分别更改iptables 和ip6table...
分类:其他好文   时间:2014-09-19 17:14:05    阅读次数:181
安装包管理
sudo cp -f /var/www/sources.list /etc/apt/sources.listsudo apt-get updatesudo apt-get install curlsudo /etc/init.d/apache2 restartsudo cp -f /etc/php5...
分类:其他好文   时间:2014-09-19 17:10:25    阅读次数:211
搭建服务器之DNS
DNS服务器,实用软件为bind,服务守护进程为named,一下记录一下自己的搭建过程:1.yum install bind* 其中包括bind本身软件,测试dns的一些工具dig,nslookup等,还有chroot2.vim /etc/named.confoptions { lis...
分类:其他好文   时间:2014-09-19 17:07:05    阅读次数:209
Ubuntu14.04安装PostpreSQL9.3.5记录
安装参考:http://www.postgresql.org/download/linux/ubuntu/y@y:~$ sudo apt-get install postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3 postgre.....
分类:数据库   时间:2014-09-19 16:54:45    阅读次数:306
Microsoft Visual Studio Team Foundation Server Express 2013 (一) 服务器端安装和配置
写此文,主要是为了记录自己的学习和使用心得。记录的恰到好处,方便他人。记录的平庸枯燥,谨此笔记。注:本文是以TFS 2013 express版本为例,因为此版本为免费版本。最多可供5个用户使用。更大的团队可使用 Visual Studio Team Foundation Server 2013。(一...
分类:其他好文   时间:2014-09-19 15:22:35    阅读次数:267
CentOS-6.4安装配置Nginx
在安装nginx前,需要确保系统安装了g++、gcc、openssl-devel、pcre-devel和zlib-devel软件。安装必须软件:[root@admin /]#yum install gcc-c++yum -y install zlib zlib-devel openssl opens...
分类:其他好文   时间:2014-09-19 13:27:45    阅读次数:201
linux下链接时缺少动态链接库
1, 用ln将需要的so文件链接到/usr/lib或者/lib这两个默认的目录下边ln-s/where/you/install/lib/*.so/usr/libsudoldconfig2,修改LD_LIBRARY_PATHexportLD_LIBRARY_PATH=/where/you/instal...
分类:系统相关   时间:2014-09-19 11:44:55    阅读次数:214
Linux安装后软件安装
1,学习网络编程时需要开启daytime服务ubuntu默认不开启daytime服务,所以需要手动打开,打开方式为sudo apt-get install xinetdvim daytime,将TCP和UDP中的daytime=no改成daytime=yes重启xientd:/etc/init.d/...
分类:系统相关   时间:2014-09-19 11:37:15    阅读次数:314
ubtwo下安装ngnix
1.到nginx官网下载源码包。最好下载稳定版本,nginx官网http://www.nginx.org/2.安装nginx依赖包运行命令:sudo apt-get install libssl-devsudo apt-get install libpcre3 libpcre3-dev3.解压下载的...
分类:其他好文   时间:2014-09-19 11:27:05    阅读次数:197
Window Server 2008 R2 TFS2010 安装前的准备
前言 http://www.cnblogs.com/aehyok/p/3979707.html 这里简单介绍了安装windows Server 2008 R2系统,接下来就开始介绍安装Team Foundation Server 2010工具之前的准备工作。 1、准备好TFS需要使用到的用户...
分类:Windows程序   时间:2014-09-19 10:05:45    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!