使用GitHub步骤: 1、申请GitHub帐户 xxx ,创建名为new-project的新Repository? 2、安装Git客户端(Linux) #yum install git git-gui???????????????? //我使用的是opensuse,直接在软件仓库搜...
分类:
其他好文 时间:
2014-07-22 09:06:05
阅读次数:
207
自适应屏幕大小,无论是pad还是手机都能有一个很好的视觉感观,作为一个手机网站还是不错的,大家可以用来做微网站都是很好的,而且还是整合微信接口的。。大家可以用微信扫描一下试试效果安装方式1.将程序上传至空间,执行 网址/install 数据库前缀为默认的dede_2.登录后台 网址/dede 在系统...
分类:
微信 时间:
2014-07-22 00:37:35
阅读次数:
387
安装软件包 #?yum?install?httpd #?yum?install?mod_dav_svn #?yum?install?subversion ?2. ?验证安装 ?#?httpd?-version ????结果显示: ???????? ? 前往 /etc/httpd/modules/ 下,检...
分类:
其他好文 时间:
2014-07-21 10:27:15
阅读次数:
243
1. 安装软件:sudo apt-get install libvirt0 libvirt-bin libvirt-dev virt-manager qemu-system2. 配置网桥:# interfaces(5) file used by ifup(8) and ifdown(8)auto l...
分类:
系统相关 时间:
2014-07-21 09:13:47
阅读次数:
343
yum下载依赖rpm包先安装一个yum-downloadonly1 yum install yum-downloadonly完成安装后,yum –help在最后就提示两个命令参数,分别是:Plugin Options:--downloadonly don't update, just downloa...
分类:
其他好文 时间:
2014-07-21 09:09:32
阅读次数:
220
samba 安装步骤1.若之前有安装过相关软件包,先卸载之:sudo apt-get autoremove samba samba-commonsudo apt-get autoremove system-config-samba 按如下方式安装软件包sudo apt-get install sam...
分类:
其他好文 时间:
2014-07-21 08:19:09
阅读次数:
189
Ceph1:vi/etc/hosts(onallnodes)127.0.0.1localhost192.168.1.15ceph1192.168.1.16ceph2192.168.1.17ceph3ssh-keygen-q-trsa-f~/.ssh/id_rsa-C‘‘-N‘‘vi~/.ssh/configHostceph2Hostnameceph2UserrootStrictHostKeyCheckingnoHostceph3Hostnameceph3UserrootStrictHostKeyCheckin..
分类:
其他好文 时间:
2014-07-20 23:16:24
阅读次数:
287
1 首先安装curlyum install curl2 编写shellvi restart_apache.sh写入一下内容#!/bin/bashURL="http://127.0.0.1/"curlit(){curl --connect-timeout 35 --max-time 40 --head...
分类:
系统相关 时间:
2014-07-20 23:13:03
阅读次数:
244
windows下的python开发环境搭建的一个简单教程,包括python安装,ez_install pip virtualenv的安装使用以及一些注意事项
分类:
编程语言 时间:
2014-07-20 22:29:47
阅读次数:
425
现在很多人估计和我一样项目中已经开始应用起nodeJS,而伴随着项目的需求,对nodejs版本也有着各种需求,好了直接进入主题,现在node版本管理网上有很多方式,这里说两种:
第一种module n:
sudo npm install n -g
//安装node管理模块n
sudo n 0.11.12
//安装node0.11.12版本
n
//安装完成之后,直接输入n后输出当...
分类:
其他好文 时间:
2014-07-20 22:11:43
阅读次数:
322