Ahmadullah Mirza
Ahmadullah Mirza's Blog

Ahmadullah Mirza's Blog

Follow
homebadgesnewsletter
Tag

tips

#tips

More content

Read more stories on Hashnode


Articles with this tag

Access WSL ports Over Lan

Feb 14, 20231 min read

Old way [don't use] $remoteport = bash.exe -c "ip -4 addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'" $found = $remoteport -match...

Access WSL ports Over Lan

JavaScript Tips: Web share Api

Feb 9, 20231 min read

const shareData = { title: "au.mirza", url: "https://www.instagram.com/au.mirza" }; const btn =...

JavaScript Tips: Web share Api