One annoying thing is accessing files that you have in your WSL, because they are quite hidden. To make it a little easier lets create a link or to be precise a junction to it. Open a CMD.exe as Administrator Execute C:\>mklink /J Ubuntu18.04 C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs\ Access the Linux filesystem through C:\Ubuntu18.04 Keine verwandten Artikel gefunden.
Monat: August 2018
Change Ubuntu sources.list mirror with sed
Just a quick note on how to change the package mirror in Ubuntu or Debian in one command: sed -i ’s%http://.*/ubuntu/%http://ftp.halifax.rwth-aachen.de/ubuntu/%g‘ /etc/apt/sources.list A list of mirrors can be found for Ubuntu here and Debian here. Enjoy Keine verwandten Artikel gefunden.