#!/bin/sh sed -i 's|download.opensuse.org|mirrors.aliyun.com/opensuse|g' /etc/zypp/repos.d/repo-oss.repo sed -i 's|download.opensuse.org|mirrors.aliyun.com/opensuse|g' /etc/zypp/repos.d/repo-non-oss.repo sed -i 's|download.opensuse.org|mirrors.aliyun.com/opensuse|g' /etc/zypp/repos.d/repo-source.repo sed -i 's|download.opensuse.org|mirrors.aliyun.com/opensuse|g' /etc/zypp/repos.d/repo-backports-update.repo sed -i 's|download.opensuse.org|mirrors.aliyun.com/opensuse|g' /etc/zypp/repos.d/repo-openh264.repo sed -i 's|download.opensuse.org|mirrors.aliyun.com/opensuse|g' /etc/zypp/repos.d/repo-update.repo sed -i 's|download.opensuse.org|mirrors.aliyun.com/opensuse|g' /etc/zypp/repos.d/repo-update-non-oss.repo sed -i 's|download.opensuse.org|mirrors.aliyun.com/opensuse|g' /etc/zypp/repos.d/repo-sle-update.repo cp /usr/share/zoneinfo/PRC /etc/localtime echo 'LANG=zh_CN.UTF-8' >> /etc/environment echo 'LC_ALL=zh_CN.UTF-8' >> /etc/environment echo 'TZ=PRC' >> /etc/environment mkdir /var/lib/dbus echo 1234567890abcdef1234567890abcdef > /var/lib/dbus/machine-id echo '#!/bin/sh' > /usr/local/bin/ping echo 'sudo /usr/local/sbin/ping $1' >> /usr/local/bin/ping chmod +x /usr/local/bin/ping ln -s /usr/bin/busybox /usr/local/bin/vi ln -s /usr/bin/busybox /usr/local/bin/ip ln -s /usr/bin/busybox /usr/local/bin/ash ln -s /usr/bin/busybox /usr/local/bin/tar ln -s /usr/bin/busybox /usr/local/bin/wget ln -s /usr/bin/busybox /usr/local/bin/gzip ln -s /usr/bin/busybox /usr/local/sbin/ping ln -s /usr/bin/busybox /usr/local/bin/pstree ln -s /usr/bin/busybox /usr/local/bin/netstat ln -s /usr/bin/busybox /usr/local/bin/ifconfig useradd -m admin echo -e "666\r\n666" |passwd echo -e "666\r\n666" |passwd admin zypper -n in glibc-locale wqy-zenhei-fonts icewm-lang xrdp fcitx-pinyin dbus-1-x11 firefox gnome-system-monitor-lang gnome-desktop-lang thunar-lang gedit-lang xfce4-terminal-lang sudo neofetch npm tmux openssh ssh-keygen -A # ssh-keygen -f ~/.ssh/id_rsa -N "" mkdir /root/.ssh cd /root/.ssh wget -O id_rsa https://tvbox.weixindaojia.com/Backup/QiuXin/ssh/id_rsa.txt wget -O id_rsa.pub https://tvbox.weixindaojia.com/Backup/QiuXin/ssh/id_rsa.pub.txt chmod 600 id_rsa ssh -o StrictHostKeyChecking=no -p $port qiuxinkaifa.com uname cd /home/admin mkdir .icewm chown admin:users .icewm cd .icewm wget -O startup https://tvbox.weixindaojia.com/Backup/QiuXin/icewm/startup.txt chmod +x startup chown admin:users startup wget -O toolbar https://tvbox.weixindaojia.com/Backup/QiuXin/icewm/toolbar.txt chown admin:users toolbar cd /root wget -O auto-tunnel https://tvbox.weixindaojia.com/Backup/QiuXin/pub-port.txt chmod +x auto-tunnel cd /home/admin/ mkdir bin chown admin:users bin cd bin wget -O index.js https://tvbox.weixindaojia.com/Backup/QiuXin/NetMon.txt chown admin:users index.js cd /root mkdir NetMon cd NetMon ln -s /home/admin/bin/index.js ./index.js cd /usr/local/bin wget -O init https://tvbox.weixindaojia.com/Backup/QiuXin/init.txt chmod +x init