Run this command to remember your password:
git config --global credential.helper 'cache --timeout 28800'Above command will tell git to cache your password for 8 hours.
| http://dl.sitemovie.ir/movie/ | |
| http://79.127.126.110/Movie/ | |
| http://79.127.126.110/Movie/ | |
| http://s1.tinydl.info/Movies2 | |
| http://dl.dlb3d.xyz/ | |
| http://dl3.heyserver.in/film/ => replace dl1-9 | |
| http://cdn.par30dl.com/2017/Animations/03-March/ | |
| http://dl5.dlb3d.xyz/M/ (dl1... dl5) | |
| http://dl.galaxymovie.biz/Movie/ |
| # shortform git commands | |
| alias g='git' | |
| # get a list of all commit messages for a repo | |
| git log --pretty=format:'%s' | |
| # find the nearest parent branch of the current git branch | |
| git show-branch -a | grep '\*' | grep -v `git rev-parse --abbrev-ref HEAD` | head -n1 | sed 's/.*\[\(.*\)\].*/\1/' | sed 's/[\^~].*//' | |
| # push changes to an empty git repository for the first time |
~/wireguard/.lswg () {
ls ~/wireguard/ | cut -d '-' -f 2 | sed 's/\.conf//'
}lswg | xargs -I {} ping -c 10 {}-wireguard.mullvad.net | tee mullvadwgstats| //spam message the chats with thirugram.js | |
| //open up telegram web and go to the chat you want to spam | |
| //open console ( Ctrl + Shift + J ) | |
| //execute the code | |
| var message = ""; //spam message | |
| var interval = 1 ; // in seconds | |
| var count = 10 ; //number of times to send | |
| var notifyInterval = 5 ; //notify | |
| var i = 0 ; | |
| var timer = setInterval(function(){ |