#wsl
Read more stories on Hashnode
Articles with this tag
Old way [don't use] $remoteport = bash.exe -c "ip -4 addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'" $found = $remoteport -match...
sudo update-alternatives --install [target_path] [alternative_name] [source_path] [priority] alternative_name -> name for managing...