echo "options iwlwifi 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf
Via https://ubuntuforums.org/showthread.php?t=2246457
echo "options iwlwifi 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf
Via https://ubuntuforums.org/showthread.php?t=2246457
sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) ShareName NewFolder
dpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done