本文最后更新于 1274 天前,其中的信息可能已经有所发展或是发生改变。
禁用、删除腾讯组件
systemctl stop tat_agent
systemctl disable tat_agent
rm -rf /etc/systemd/system/tat_agent.service
rm -fr /usr/local/qcloud
ps -A | grep agent
# 检查看是否还有腾讯云组件
# kill 这个进程
CentOS系统用萌咖dd脚本出现Not Found grub.的解决方法
grub2-mkconfig -o /boot/grub2/grub.cfg
结果
还是报错
使用萌咖脚本
提示 Not Found grub
解决办法
Centos下的grub是在 /boot下的grub2目录下 所以无法安装成功
萌咖脚本 - centos6
以下命令中的 -c 后面为CentOS版本号,-v 后面为64位/32位,可根据需求进行替换。
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -c 6.10 -v 64 -a
下载sh脚本并且放在系统的根目录
- 我就以 dd.sh 为演示,并且复制完所有的脚本代码到文件里面
- 搜索 /boot 的相关行 并且修改为 /boot/grub2
- 运行 bash dd.sh -c 6.10 -v 64 -a
- 系统安装完成后的默认用户名为root,默认密码为:MoeClub.orgDD脚本示例
- 看图
方法大同小异
1、镜像文件在OneDrive
wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd-od.sh
2、镜像文件在GoogleDrive
wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh && chmod +x dd-gd.sh && ./dd-gd.sh
1) CentOS 7 (DD) 用户名:root 密码:Pwd@CentOS
2) CentOS 6 (阿里云镜像) 用户名:root 密码:MoeClub.org
3) CentOS 6 用户名:root 密码:MoeClub.org
4) Debian 7 x32 用户名:root 密码:MoeClub.org
5) Debian 8 x64 用户名:root 密码:MoeClub.org
6) Debian 9 x64 用户名:root 密码:MoeClub.org
7) Debian 10 x64 用户名:root 密码:cxthhhhh.com
8) Ubuntu 14.04x64 用户名:root 密码:MoeClub.org
9) Ubuntu 16.04x64 用户名:root 密码:MoeClub.org
10) Ubuntu 18.04x64 用户名:root 密码:MoeClub.org
11) 萌咖Win7x64 用户名:Administrator 密码:Vicer
12) Win2019 By:MeowLove 密码:cxthhhhh.com
13) Win2016 By:MeowLove 密码:cxthhhhh.com
14) Win2012 R2 By:MeowLove 密码:cxthhhhh.com
15) Win2008 R2 By:MeowLove 密码:cxthhhhh.com
16) Windows 7 Vienna By:MeowLove 密码:cxthhhhh.com
17) Windows 2003 Vienna By:MeowLove 密码:cxthhhhh.com
18) Win7x32 By:不知道作者了 用户名:Administrator 密码:Windows7x86-Chinese
19) Win-2003x32 By:老司机 用户名:Administrator 密码:WinSrv2003x86-Chinese
20) Win2008x64 By:老司机 用户名:Administrator 密码:WinSrv2008x64-Chinese
21) Win2012R2x64 By:老司机 用户名:Administrator 密码:WinSrv2012r2
22) CentOS 8 用户名:root 密码:cxthhhhh.com 推荐512M以上使用
SSH下,root用户。下面的1 和 2,任选1个即可。除Centos7外,其他系统默认root密码为 MoeClub.org
1、CentOS 7系统为loc的dansnow大佬制作,脚本也是这个大佬的。CentOS 7的root密码为 Pwd@CentOS
wget --no-check-certificate -qO AutoDD.sh 'https://zhujiwiki.com/wp-content/uploads/2019/07/autodd.sh' && bash AutoDD.sh
2、CentOS 7系统为cxthhhhh.com大佬制作。CentOS 7的root密码 cxthhhhh.com
wget --no-check-certificate -qO AutoDDT.sh 'https://zhujiwiki.com/wp-content/uploads/2019/07/autoddt.sh' && bash AutoDDT.sh
有显示进度的一键dd脚本可以用了《利用可显进度的一键DD脚本1keydd安装win10(同时支持bios,uefi,支持vps,独服,计算实例)》https://www.bilibili.com/video/BV17B4y1b79Y 命令:
wget -qO- 1keydd.com/inst.sh|bash