- Install
osxfuse:
brew cask install osxfuse-
Reboot your Mac.
-
Install
ntfs-3g:
| wget -r --no-parent --no-check-certificate https://<site> |
| $ systemctl disable systemd-networkd-wait-online.service | |
| $ systemctl mask systemd-networkd-wait-online.service |
| Create file ~/.gnupg/gpg.conf | |
| Add following line: pinentry-mode loopback | |
| Restart gpg-agent: | |
| $ gpgconf --kill gpg-agent; gpg-connect-agent /bye |
osxfuse:brew cask install osxfuseReboot your Mac.
Install ntfs-3g:
| 127.0.0.1 adclick.g.doublecklick.net | |
| 127.0.0.1 adeventtracker.spotify.com | |
| 127.0.0.1 ads-fa.spotify.com | |
| 127.0.0.1 analytics.spotify.com | |
| 127.0.0.1 audio2.spotify.com | |
| 127.0.0.1 b.scorecardresearch.com | |
| 127.0.0.1 bounceexchange.com | |
| 127.0.0.1 bs.serving-sys.com | |
| 127.0.0.1 content.bitsontherun.com | |
| 127.0.0.1 core.insightexpressai.com |
| // ==UserScript== | |
| // @name Aliexpress | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://trade.aliexpress.com/orderList.htm* | |
| // @grant unsafeWindow | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_setClipboard |
| #!/bin/bash | |
| cat /dev/null > ~/.bash_history && history -c && exit |
| Before pruning the data update the branches head solving the problem (master / develop) | |
| git clone --mirror https://github.com/example.git | |
| cd git | |
| bfg --delete-files <file> | |
| git reflog expire --expire=now --all && git gc --prune=now --aggressive |
| gpg --import private_key.asc | |
| gpg --list-secret-keys --keyid-format LONG | |
| gpg --delete-secret-key <key> | |
| gpg --edit-key <key> | |
| passwd | |
| git config --global user.signingkey <key> |