- Maryland
Block or Report
Block or report maxwellb
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
#!/usr/bin/env bash2# To use set the follow alias in your .bash_profile or .bashrc3# and then save this file as ~.motd, and chmod +x on it.4#5# alias clear='clear && ([ -x ~/.motd ] && ~/.motd || true) || ([ -f ~/.motd ] && cat ~/.motd)' -
1
```2$ ln -s /opt/work/my-env/../../../usr/local/bin/within-venv.sh /opt/within-my-venv && ln -s /opt/within-my-venv /usr/local/bin/mytool3$ mytool # runs in /opt/work/my-venv4``` -
1
```
2var stamp = Hashcash.Parse("1:24:040806:foo::511801694b4cd6b0:1e7297a")3if (Hashcash.IsValid(stamp)) {4// ...
5}
-
1
# if (Confirm-Operation -Message 'Really do the thing?') {2# Get-ChildItem | Remove-Item -Recurse -Force3# }45function Confirm-Operation {
-
1
```2$ mkdir -p ~/.local/var/az-cli-client423$ az client42 login4$ az client42 resource list5``` -
1
```2PS C:\tmp> invoke-vmssh -command "uname -a" -username $env:defaultVmUser -vmname $env:defaultVmName3Linux debianvm 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08) x86_64 GNU/Linux4PS C:\tmp> docker info | grep Server5Server Version: 18.09.1
15 contributions in the last year
Less
More
Contribution activity
March 2023
Created 1 commit in 1 repository
Created 2 repositories
- maxwellb/xpra Python
- maxwellb/vmware-dkms C


