-
安装docker:
curl -sSL https://get.docker.com/ | sh
启动docker:
systemctl start docker
开机启动:
systemctl enable docker
apt-get update
apt-get install sudo
sudo apt install curl
哪吒探针
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh sudo ./nezha.sh
lsblk #查看盘符,如添加sdb盘,挂载目录为/dd
mkfs.ext4 /dev/sdb #格式化命令
mkdir /dd
mount /dev/sdb /dd
chmod -R 777 /dd
chmod -R 777 /etc/hosts.allow; chmod -R 777 /etc/hosts.deny
bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) admin 123456 4
lsmod | grep bbr
安装普通bbr
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
apt install ffmpeg
ffmpeg -ss 00:05:00 -i 00000.m2ts -f image2 -y 01.png; ffmpeg -ss 00:09:00 -i 00000.m2ts -f image2 -y 02.png; ffmpeg -ss 00:12:00 -i 00000.m2ts -f image2 -y 03.png; ffmpeg -ss 00:19:00 -i 00000.m2ts -f image2 -y 04.png; ffmpeg -ss 00:22:00 -i 00000.m2ts -f image2 -y 05.png; ffmpeg -ss 00:28:00 -i 00000.m2ts -f image2 -y 06.png
ffmpeg -ss 00:01:00 -i 00007.m2ts -f image2 -y 01.png; ffmpeg -ss 00:02:00 -i 00007.m2ts -f image2 -y 02.png; ffmpeg -ss 00:03:00 -i 00007.m2ts -f image2 -y 03.png; ffmpeg -ss 00:04:00 -i 00007.m2ts -f image2 -y 04.png; ffmpeg -ss 00:05:00 -i 00007.m2ts -f image2 -y 05.png; ffmpeg -ss 00:06:00 -i 00007.m2ts -f image2 -y 06.png
安装杰佬一键脚本
bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) -u yonghuming -p mima -c 1024 -q 4.3.8
然后选择:v1.2.19
然后选择:5) qBittorrent-4.4.5
主要外站用,千万别装bbrx,BHD血的教训!


Comments | NOTHING