码迷,mamicode.com
首页 >  
搜索关键字:tfs install    ( 41325个结果
spftlayer 安装及简单使用
1,yum -y install python-pip;pip(Python packet index);2,pip install/update softlayer;3,sl --help;
分类:其他好文   时间:2014-09-03 13:02:56    阅读次数:193
Cannot install ubuntu or other linux flavours on citrix Xen server
Citrix Xen sucks!When u try to install linux stuff on its Xen servers, u will get an error complaining errors like below:'......the bootloader for thi...
分类:系统相关   时间:2014-09-03 12:58:56    阅读次数:270
ubuntu添加qmake 出现错误 qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
出错原因,没有安装qt4库,/usr/lib/x86_64-linux-gnu/qt4所以出现错误,可以安装手动安装qt库sudo apt-get install qt-sdk如果自己编译qt库,那就需要手动修改路径cd/usr/lib/x86_64-linux-gnu/qt-default/qtc...
分类:系统相关   时间:2014-09-03 12:33:16    阅读次数:537
phpize是什么
安装php(fastcgi模式)的时候,常常有这样一句命令:/usr/local/webserver/php/bin/phpize 一、phpize是干嘛的? phpize是什么东西呢?php官方的说明: http://php.net/manual/en/install.pecl.phpize.php phpiz...
分类:Web程序   时间:2014-09-03 11:28:06    阅读次数:231
git mirror的创建与使用
please donwload repo mirro as follow steps, thanks 1.mirror server,server IP:192.168.0.123 1.1 -- delete the old version repo bin file; -- $sudo apt-get install semc-gitwizard(donwload sony ...
分类:其他好文   时间:2014-09-03 11:17:16    阅读次数:1137
使用Node.js快速搭建WebSocket server
安装 npm?install?ws 服务端 server.js var?WebSocketServer?=?require(‘ws‘).Server ??,?wss?=?new?WebSocketServer({port:?8080}); wss.on(‘connection‘,?function(ws)?{ ????ws.on(‘messag...
分类:Web程序   时间:2014-09-03 09:46:06    阅读次数:188
ubuntu安装docker
14.04安装docker方法一: $?sudo?apt-get?update $?sudo?apt-get?install?docker.io $?sudo?ln?-sf?/usr/bin/docker.io?/usr/local/bin/docker $?sudo?sed?-i?‘$acomplete?-F?_docker?docker‘...
分类:其他好文   时间:2014-09-03 01:33:46    阅读次数:273
linux 搭建svn服务器
1:yum install subversion2:输入rpm -ql subverionrpm -q app---软件是否安装svn —help---可以查看Svn的使用方法3:创建svn版本库目录mkdir -p /var/svn/svnrepos4:创建版本库svnadmin create /...
分类:系统相关   时间:2014-09-03 01:28:35    阅读次数:267
Installing your app on your Windows RT device
Alright… so my app is almost finished and I want to install it for real on my Surface tablet. How do I do that? Is it possible?Yes it is.NB: People, s...
分类:移动开发   时间:2014-09-03 01:25:35    阅读次数:290
【linux】Ubuntu 14.04 smba服务器的配置
SMB(Server Messages Block,信息服务块)是为了在ubuntu虚拟机与windows之间共享文件。具体配置过程如下:(1)安装SMB应用sudo apt-get install sambasudo apt-get install cifs-utils不知道是不是ubuntu已经...
分类:系统相关   时间:2014-09-03 00:12:55    阅读次数:346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!