计算机维护 第2页
装完Centos7提示Initial setup of CentOS Linux 7 (core)-聚指尖

装完Centos7提示Initial setup of CentOS Linux 7 (core)

在用U盘装完CentOS后,重新开机启动后显示: Initial setup of CentOS Linux 7 (core) 1) [x] Creat user 2) [!] License information (no user will be created) (license not accepted) Pleas...
聚指尖的头像-聚指尖聚指尖1年前
03115
打印机共享11b错误-聚指尖

打印机共享11b错误

计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print 创建DWORD(32位) 名称RpcAuthnLevelPrivacyEnabled 值:0
聚指尖的头像-聚指尖聚指尖1个月前
0407
Centos更改为163源-聚指尖

Centos更改为163源

1. 首先备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载对应版本repo文件, 放入/etc/yum.repos.d/(操作前请做...
聚指尖的头像-聚指尖聚指尖1年前
0426
Git 怎么添加多个远程仓库呢-聚指尖

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

#添加githubgit remote add origin https://github.com/xxx(仓库地址) #添加oschinagit remote add oschina https://git.oschina.net/xxxx(仓库地址) #提交到oschinagit push oschina master(分...
聚指尖的头像-聚指尖聚指尖1年前
06814