💻
💻
💻
💻
Today I Learned
Search…
⌃K
💻
💻
💻
💻
Today I Learned
Search…
⌃K
README
analytics
bash
db
dgraph
docker
fish
git
go
k8s
linux
net
osx
checksum a file from a url
cluster ssh in iterm2 with i2cssh
list open port
manage clipboard easily with jumpcut
pipe output to clipboard with pbcopy and pbpaste
show hidden file
sign application with self certificate
starting program on startup with login items
python
react
unix
vim
web
Powered By GitBook

checksum a file from a url

$ wget -qO- https://github.com/yulrizka/osx-push-to-talk/archive/v0.1.5.tar.gz | sha256sum
  • q : quiet, disable output log
  • O : output to a file
  • - : stdout
flag is the same as -q -O /dev/stdout
Previous
osx
Next
cluster ssh in iterm2 with i2cssh
Last modified 1yr ago
Copy link