User Tools

Site Tools


linux:system_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:system_config [2018/10/08 17:05]
tkilla [Date, Time and Timezones]
linux:system_config [2019/01/24 21:43] (current)
tkilla [APT / dpkg]
Line 19: Line 19:
   # or:   # or:
   aptitude install   aptitude install
 +
 +
 +==== Apt Redirect MITM Bug 01.2019 ====
 +
 +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768073
 +
 +**Workaround:**
 +
 +Sources List:
 +  deb http://cdn-fastly.deb.debian.org/debian-security stable/updates main contrib non-free
 +
 +'Secure' Update:
 +  apt -o Acquire::http::AllowRedirect=false update
 +  apt -o Acquire::http::AllowRedirect=false upgrade
 +
 +
 +  wget http://ftp.de.debian.org/debian/pool/main/l/lz4/liblz4-1_0.0~r131-2+b1_amd64.deb
 +  dpkg -i liblz4-1_0.0~r131-2+b1_amd64.deb
 +  rm -f liblz4-1_0.0~r131-2+b1_amd64.deb
 +
 +  apt install apt apt-transport-https apt-utils libapt-pkg5.0 libapt-inst2.0 libapt-pkg5.0
 +
 +  apt -o Acquire::http::AllowRedirect=false upgrade
 +
 +
 +
 +
 +
  
  
linux/system_config.1539011119.txt.gz ยท Last modified: 2018/10/08 17:05 by tkilla