Fix Xpenology Add root account, fix CPU info and update error
Enable SSH and login
sudo su
Fix CUP info
curl -SLO https://github.com/FOXBI/ch_cpuinfo/raw/master/ch_cpuinfo_2.2.1/ch_cpuinfo.tar && tar xvf ch_cpuinfo.tar && chmod 755 ch_cpuinfo && ./ch_cpuinfo
Fix update error update restart at 93%
curl -SLO https://wp.gxnas.com/wp-content/uploads/2020/07/FixSynoboot.sh && mv FixSynoboot.sh /usr/local/etc/rc.d/ && chmod 755 /usr/local/etc/rc.d/FixSynoboot.sh
Enable root account and add password 123456.
chmod 755 /etc/ssh/sshd_config && sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/g' /etc/ssh/sshd_config && synouser --setpw root 123456
Comments
Post a Comment