echo “deb [check-valid-until=no] http://cdn-fastly.deb.debian.org/debian jessie main” > /etc/apt/sources.list.d/jessie.list
echo “deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports mainn” > /etc/apt/sources.list.d/jessie-backports.list
echo “deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports-sloppy main” > /etc/apt/sources.list.d/jessie-backports.list
sed -i ‘/deb http://deb.debian.org/debian jessie-updates main/d’ /etc/apt/sources.list
apt-get -o Acquire::Check-Valid-Until=false update
2019年12月7日星期六
debian 8 apt
订阅:
评论 (Atom)
openwrt 6300V2 USB无法显示的问题
lsusb and fdisk -l There's a method to turn USB power on which is probably not persistent. I hope this will help you. echo 0 > /sys/c...
-
nginx报错nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) 仔细参考nginx中文文档发现,发送信号USR2时,自动启动新的可执行文件,再手动启动的话就会报错 本质上也算是一种地址冲...
-
The Vps is too old to get a newer OS from the provider. create /etc/apt/sources.list.d/jessie-backports.list, and fill in the following line...