I hereby claim:
- I am ermus19 on github.
- I am akiyoshi (https://keybase.io/akiyoshi) on keybase.
- I have a public key whose fingerprint is 4E1C 99A5 B005 8AFE 6227 2DA8 D020 B530 ACB5 58B1
To claim this, I am signing this object:
CONFIGURING: | |
$ git config --global user.name “NAME” | |
$ git config --global user.email “[email protected]” | |
CLONING: | |
$ git clone https://github.com/ermus19/meteo.git | |
UPDATING: | |
$ git pull |
I hereby claim:
To claim this, I am signing this object:
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> |
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 |
#!/bin/bash | |
cat /dev/null > ~/.bash_history && history -c && exit |
// ==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 |
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 |
osxfuse
:brew cask install osxfuse
Reboot your Mac.
Install ntfs-3g
:
Create file ~/.gnupg/gpg.conf | |
Add following line: pinentry-mode loopback | |
Restart gpg-agent: | |
$ gpgconf --kill gpg-agent; gpg-connect-agent /bye |
$ systemctl disable systemd-networkd-wait-online.service | |
$ systemctl mask systemd-networkd-wait-online.service |