(0|\+98)?([ ]|,|-|[()]){0,2}9[1|2|3|4]([ ]|,|-|[()]){0,2}(?:[0-9]([ ]|,|-|[()]){0,2}){8}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://feedburner.google.com/fb/a/pingsubmit?bloglink=https://your-site-with-slash/ | |
http://rpc.weblogs.com/pingsiteform?name=yourwebsite&url=https://your-site-no-slash | |
http://bing.com/webmaster/ping.aspx | |
http://ping.blo.gs/ | |
http://blog.goo.ne.jp/xmlrpc | |
http://blog.with2.net/ping.php | |
http://blogping.unidatum.com/rpc2 | |
http://blogpingr.de/ping/rpc2 | |
https://ping.blogs.yandex.ru/rpc2 | |
http://blogsearch.google.co.cr/ping/rpc2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Copyright (c) 2020, Saeid Bostandoust | |
# [email protected] | |
# https://b9t.ir | |
# All rights reserved. | |
PIPELINE_PROJECT_NAME="YOUR-PROJECT-NAME" | |
if [[ ! -d "./$PIPELINE_PROJECT_NAME" ]]; then | |
git clone YOUR-GIT-ADDRESS | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if [ "$EUID" -ne 0 ]; then | |
echo -e "\nPlease run as root\neg. sudo $0 \n" | |
exit | |
fi | |
GITHUB_USERNAME="ebal" | |
cd `mktemp -d` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Run one of these following commands as root: | |
# bash <(curl -Ls https://git.io/J9OER) | |
# bash <(curl -Ls https://gist.github.com/pcmehrdad/2fbc9651a6cff249f0576b784fdadef0/raw) | |
#RED="\e[31m" | |
#GREEN="\e[32m" | |
CLR_RED="\033[1;31m" | |
CLR_GREEN="\033[1;32m" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################### | |
# ================================================== # | |
# $ Mikrotik RouterOS update script for CloudFlare $ # | |
# ================================================== # | |
# # | |
# - You need a CloudFlare account & api key (look under settings), # | |
# a zone and A record in it # | |
# - All variables in first section are obvious, except CFid, # | |
# To obtain CFid use following command in any unix shell: # | |
# curl https://www.cloudflare.com/api_json.html -d 'a=rec_load_all' -d 'tkn=YOUR_API_KEY' -d '[email protected]' -d 'z=domain.com'|python -mjson.tool |
Source: https://duckduckgo.com/?q=fast+public+dns+servers&ia=answer&iax=answer
198.101.242.72
23.253.163.53