08 décembre 2017

Update Linux with "Aptitude"

In order to update the index of updates of aptitude, you need to launch this command :
apt-get update

Then you can update the OS by launching this command :
apt-get upgrade

WSL 2 upgrade on windows

Few days ago I would like to use docker from windows with docker composer. And because I am using ansible, I found easier to deal from Linux...