Pinned Loading
-
-
LABIOQUIM/visualdynamics
LABIOQUIM/visualdynamics PublicWeb Platform made with Python and NextJS for automating GROMACS simulations
-
wsl2-forward-ports.ps1
wsl2-forward-ports.ps1 1# Opens a PowerShell instance with elevation, finds the wsl ip without relying on hostname, since ArchWSL and others doesn't have it
2# then iterate opening the selected ports
3$principal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())
4if($principal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {
5$remoteport = wsl -- ip -o -4 -json addr list eth0 ` | ConvertFrom-Json ` | %{ $_.addr_info.local } ` | ?{ $_ }
-
React Native Android Studio with fis...
React Native Android Studio with fish shell.md 1So, you have installed Android Studio, and is setting it up for react native, buuuut
2you're new to fish and it seems like it doesn't have a `.bashrc` or `.zshrc` equivalent.
34worry not, just run the following, in order:
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.