Debian Jd Dockerの全自动签到薅羊毛教程


虚拟机安装Debian 10x64版本




Debian安装时注意选择组件ssh和standard配置,其他可以不用装

控制台登陆root
查看Debian获取的IP地址 ip a

ssh工具 登陆Debian

su root
apt update
apt install sudo
apt install curl
nano /etc/sudoers

在root下面增加一条,把你的用户增加为管理
root ALL=(ALL:ALL) ALL
你的用户名 ALL=(ALL:ALL) ALL

查看docker用户组,增加你的用户到docker组,以免后面权限出错
cat /etc/group|grep docker
sudo usermod -aG docker 你的用户名

重新登陆ssh,查看groups是否正常
groups

从root切换回你的用户
su 用户名

一键安装脚本
wget -q https://gitee.com/shuye72/MyActions/raw/main/docker/jd-base.sh -O jd-base.sh && chmod +x jd-base.sh && ./jd-base.sh



登陆后台,添加cookies





添加消息推送渠道

声明:It小小鸟 itxiaoniao.cn|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - Debian Jd Dockerの全自动签到薅羊毛教程


Carpe Diem and Do what I like