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
# Simple No-ip.com Dynamic DNS Updater | |
# | |
# By Nathan Giesbrecht (http://nathangiesbrecht.com) | |
# | |
# 1) Install binary as described in no-ip.com's source file (assuming results in /usr/local/bin) | |
# 2) Run sudo /usr/local/bin/noip2 -C to generate configuration file | |
# 3) Copy this file noip2.service to /etc/systemd/system/ | |
# 4) Execute `sudo systemctl daemon-reload` | |
# 5) Execute `sudo systemctl enable noip2` | |
# 6) Execute `sudo systemctl start noip2` |
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
forex-ninjas\.com|4webmasters\.org|trafficmonetize\.org|webmonetizer\.net|trafficmonetizer\.org|traffic2money\.com|seo-platform\.com|best-seo-software\.xyz|traffic2cash\.net|ranksonic\.net|traffic2cash\.org|boost-my-site\.com |
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 | |
# A script to save installed software list automatically to Github | |
# Clone this Gist | |
git clone <this gist URL> | |
# Dump list of all installed software | |
rpm -qa > ~/installed-software.log |
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
# This will clear the mod_pagespeed cache on a server that's had it installed via the cPanel script here: | |
# https://github.com/pagespeed/cpanel | |
# The location of the cache file may change, it can be found in the pagespeed.conf file located at /usr/local/apache/conf/ | |
# The cache location is set by ModPagespeedFileCachePath variable | |
touch /var/mod_pagespeed/cache/cache.flush |