To access window's localhost from wsl, you can set networkingMode=mirrored in .wslconfig
Reference:
https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configuration-settings-for-wslconfig
To access window's localhost from wsl, you can set networkingMode=mirrored in .wslconfig
Reference:
https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configuration-settings-for-wslconfig
In you encounter scp problem when doing a recursive copy from Windows to Linux, try adding the -O parameter.
scp -r -O sample-files/ target-server:/target-path/
Use following command to change the permission of a folder:
C:\folder> icacls FOLDER_NAME /grant user_id:(OI)(CI)(F)
Reference: https://stackoverflow.com/questions/38725364/icacls-permissions-not-applying-as-i-expect
F - Full Access
OI - Inherit file
CI - Inherit sub-folder
When your device is dual boot with Ubuntu and Windows 10, you'll got a chance to lose the WiFi device in Ubuntu.
To fix this issues, try to disable the "Fast Startup" feature in Windows 10.
It solves the problem for me, hope this work for you too.
Quick suggestion for getting the SQL Developer to work in Windows 10:
> cd D:\DirA
> dir /s /b /a:-d > file-list-dir-a.txt
> cd D:\DirB
> dir /s /b /a:-d > file-list-dir-b.txt
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...