HTTP download speed difference in windows 7 vs Linux I have a strange situation regarding a Windows PC which is showing limited internet transfer speeds for no apparent reason. If I am performing the same test on Linux box then I am getting good speed. Upon intense debugging, I am able to diagnose and find out ...
Month: June 2018
How to upgrade ubuntu 16.04 to ubuntu 18.04 ?
How to upgrade ubuntu 16.04 to ubuntu 18.04 ? Check Ubuntu version before upgrading. lsb_release -a First, we have to run an update sudo apt update Then run upgrade command sudo apt upgrade After that dist-upgrade sudo apt dist-upgrade Then update core manager sudo apt install update-manager-core Then edit below file sudo vim /etc/update-manager/release-upgrades At ...