在Ubuntu下,我们安装完QQ或者TIM,在兴致勃勃的使用中,发现聊天信息中的图片一直在转圈圈(加载不出来)以及显示远古头像的问题,导致错过了许多美好瞬间!
解决办法来了
在终端中执行如下命令:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1
Android Developer
在Ubuntu下,我们安装完QQ或者TIM,在兴致勃勃的使用中,发现聊天信息中的图片一直在转圈圈(加载不出来)以及显示远古头像的问题,导致错过了许多美好瞬间!
在终端中执行如下命令:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1