added wsl.conf
This commit is contained in:
@ -23,15 +23,15 @@
|
|||||||
## Vorrechnen
|
## Vorrechnen
|
||||||
|
|
||||||
1. `lists.py`
|
1. `lists.py`
|
||||||
- a) `even`:
|
- a) `even`: no43
|
||||||
- b) `min`:
|
- b) `min`: cl393
|
||||||
- c) `max`:
|
- c) `max`: mt367
|
||||||
2. `euler.py`
|
2. `euler.py`
|
||||||
- a) `fac`:
|
- a) `fac`: au56
|
||||||
- b) `approx_e`:
|
- b) `approx_e`: rw208
|
||||||
3. `binary.py`
|
3. `binary.py`
|
||||||
- a) `to_num`:
|
- a) `to_num`: ua28
|
||||||
- b) `stream_to_nums`:
|
- b) `stream_to_nums`: md489
|
||||||
|
|
||||||
## [Exercise-05](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet05.pdf)
|
## [Exercise-05](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet05.pdf)
|
||||||
|
|
||||||
|
20
Tutorium/tut05/wsl.conf
Normal file
20
Tutorium/tut05/wsl.conf
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[automount]
|
||||||
|
enabled = true
|
||||||
|
options = "metadata,uid=1000,gid=1000,umask=0022,fmask=11,case=off"
|
||||||
|
mountFsTab = false
|
||||||
|
crossDistro = true
|
||||||
|
|
||||||
|
[filesystem]
|
||||||
|
umask = 0022
|
||||||
|
|
||||||
|
[network]
|
||||||
|
generateHosts = true
|
||||||
|
generateResolvConf = true
|
||||||
|
|
||||||
|
[interop]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
# The following line appends the windows %Path% at the end of the linux
|
||||||
|
# ubuntu $PATH thus allowing executing windows exeutables like VSCode (code.exe)
|
||||||
|
# from the Ubuntu terminal
|
||||||
|
appendWindowsPath = true
|
Reference in New Issue
Block a user