计算机维护 第2页
Git 怎么添加多个远程仓库呢-聚指尖

Git 怎么添加多个远程仓库呢

#添加githubgit remote add origin https://github.com/xxx(仓库地址) #添加oschinagit remote add oschina https://git.oschina.net/xxxx(仓库地址) #提交到oschinagit push oschina master(分...
聚指尖的头像-聚指尖聚指尖10个月前
04014
CentOS正确关机方法-聚指尖

CentOS正确关机方法

关机前准备 1.观察系统使用状态 谁在线:who 联网状态:netstat -a 后台执行的程序:ps -aux 2.通知在线使用者关机时间 shutdown +2 'The machine will shutdown' # 2min 后关机,并通知在线者 关...
聚指尖的头像-聚指尖聚指尖10个月前
0218
Centos最新方法升级php版本到5.2.11-聚指尖

Centos最新方法升级php版本到5.2.11

Centos最新方法升级php版本到5.2.11 rpm --import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo yum --ena...
聚指尖的头像-聚指尖聚指尖10个月前
0216