This file contains hidden or 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 | |
| ############################################## | |
| # modified version of original http://media-glass.es/ghost-sitemaps/ | |
| # for ghost.centminmod.com | |
| # http://ghost.centminmod.com/ghost-sitemap-generator/ | |
| ############################################## | |
| url="ghost.centminmod.com" | |
| webroot='/home/nginx/domains/ghost.centminmod.com/public' | |
| path="${webroot}/sitemap.xml" | |
| user='nginx' # web server user |
This file contains hidden or 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 | |
| VPN_SERVICENAME="l2tpd" | |
| VPN_PSK="fuckgfw" | |
| VPN_IPRANGE="10.1.100" | |
| VPN_USERNAME="fill in your username" | |
| VPN_PASSWORD="your password" | |
| #L2TPD/IPSEC |