I hereby claim:
- I am bilalelreda on github.
- I am bilalelreda (https://keybase.io/bilalelreda) on keybase.
- I have a public key ASBbkv6Ej0437MqpFml9mxc4RtY4ATq1FJxPY6FRcKQv8wo
To claim this, I am signing this object:
| # remove specific file from git cache | |
| git rm --cached filename | |
| # remove all files from git cache | |
| git rm -r --cached . | |
| git add . | |
| git commit -m ".gitignore is now working" | 
| sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt | |
| sudo rm -Rf ~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt | 
| if [[ "$OSTYPE" == "linux-gnu" ]]; then | |
| # ... | |
| elif [[ "$OSTYPE" == "darwin"* ]]; then | |
| # Mac OSX | |
| elif [[ "$OSTYPE" == "cygwin" ]]; then | |
| # POSIX compatibility layer and Linux environment emulation for Windows | |
| elif [[ "$OSTYPE" == "msys" ]]; then | |
| # Lightweight shell and GNU utilities compiled for Windows (part of MinGW) | |
| elif [[ "$OSTYPE" == "win32" ]]; then | |
| # I'm not sure this can happen. | 
| if [[ "$OSTYPE" == "linux-gnu" ]]; then | |
| # ... | |
| elif [[ "$OSTYPE" == "darwin"* ]]; then | |
| # Mac OSX | |
| elif [[ "$OSTYPE" == "cygwin" ]]; then | |
| # POSIX compatibility layer and Linux environment emulation for Windows | |
| elif [[ "$OSTYPE" == "msys" ]]; then | |
| # Lightweight shell and GNU utilities compiled for Windows (part of MinGW) | |
| elif [[ "$OSTYPE" == "win32" ]]; then | |
| # I'm not sure this can happen. | 
| if [[ "$OSTYPE" == "linux-gnu" ]]; then | |
| # ... | |
| elif [[ "$OSTYPE" == "darwin"* ]]; then | |
| # Mac OSX | |
| elif [[ "$OSTYPE" == "cygwin" ]]; then | |
| # POSIX compatibility layer and Linux environment emulation for Windows | |
| elif [[ "$OSTYPE" == "msys" ]]; then | |
| # Lightweight shell and GNU utilities compiled for Windows (part of MinGW) | |
| elif [[ "$OSTYPE" == "win32" ]]; then | |
| # I'm not sure this can happen. | 
I hereby claim:
To claim this, I am signing this object:
Installing Jhead on Mac OS X using Homebrew.
brew install jhead
This is a mix between two sources:
basically the first resource is great but didn't work for me: I had to remove the trailing "/*" in the resource string to make it work. I also noticed that setting the policy on the source bucket was sufficient. In the end these are the exact steps I followed to copy data between two buckets on two accounts
Basically the idea there is:
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |