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 | |
set -e | |
unset CDPATH | |
unset IFS | |
show_usage() { | |
cat <<USAGE | |
Usage: [PROJECTS_PATH=<PATH>] $(basename "$0") [--exclude-sessions] [--exclude-workspaces] |
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
name: Pacific/Kiritimati , cc: KI , offset: 50400 (14 hours) , comments: Line Islands | |
name: Pacific/Chatham , cc: NZ , offset: 49500 (13.75 hours) , comments: Chatham Islands | |
name: Pacific/Fakaofo , cc: TK , offset: 46800 (13 hours) , comments: | |
name: Antarctica/South_Pole , cc: AQ , offset: 46800 (13 hours) , comments: Amundsen-Scott Station, South Pole | |
name: Antarctica/McMurdo , cc: AQ , offset: 46800 (13 hours) , comments: McMurdo Station, Ross Island | |
name: Pacific/Tongatapu , cc: TO , offset: 46800 (13 hours) , comments: | |
name: Pacific/Enderbury , cc: KI , offset: 46800 (13 hours) , comments: Phoenix Islands | |
name: Pacific/Apia , cc: WS , offset: 46800 (13 hours) , comments: |
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
# For documentation on how to use the robots.txt file see: | |
# | |
# - http://www.robotstxt.org/ | |
# - https://support.google.com/webmasters/answer/156449 | |
# | |
# To ban all spiders from the entire site uncomment the next two lines see | |
# http://www.robotstxt.org/wc/norobots.html: | |
# | |
# User-Agent: * | |
# Disallow: / |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Site is down for maintenence</title> | |
</head> | |
<body> | |
<article> | |
<h1>Site is temporary unavailable.</h1> | |
<p>We are currently performing scheduled maintenance. Site will be back soon.</p> |
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
# backup | |
mkdir -pv ~/backup/banshee | |
cp ~/.config/banshee-1/banshee.db ~/backup/banshee/banshee.db | |
# clear any cache | |
rm -rfv ~/.cache/banshee-1/ | |
# install sqlite3 | |
sudo apt-get install sqlite3 |
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
<echo message="Stripping require_once calls..." /> | |
<replaceregexp byline="true"> | |
<regexp pattern="require_once" /> | |
<substitution expression="// require_once" /> | |
<fileset dir="${build.files.dir}" includes="**/*.php" /> | |
</replaceregexp> |
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
# 301 https://github.com/gerardroche/dotfiles |
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 [ $(/usr/bin/id -u) != "0" ]; then | |
echo 'Must be run by root user' | |
exit 1 | |
fi | |
apt-get --purge remove fglrx* | |
apt-get install fglrx-updates fglrx-amdcccle-updates |
NewerOlder