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
| sudo apt-get install unzip; | |
| wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/; |
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 | |
| # IPv6 Tunnel setup of an tunnelbroker.net tunnel on Linux using the configuration file `/etc/network/interfaces` | |
| # (needs the `ip` tool from the iproute suite, Ubuntu package: <http://packages.ubuntu.com/iproute>) | |
| # | |
| # Run like this: | |
| # ./tunnelbroker-net.linux.etc-network-interfaces.sh | |
| # | |
| # 2011 by Philipp Klaus | |
| # Published on <http://blog.philippklaus.de/2011/05/ipv6-6in4-tunnel-via-hurricane-electric-tunnelbroker-net-tunnel-setup-on-ubuntu-11-04/> |
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
| try: | |
| # Disable all GPUS | |
| tf.config.set_visible_devices([], 'GPU') | |
| visible_devices = tf.config.get_visible_devices() | |
| for device in visible_devices: | |
| assert device.device_type != 'GPU' | |
| except: | |
| # Invalid device or cannot modify virtual devices once initialized. | |
| pass | |
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
| sudo rm -rf /Applications/Tuxera\ Disk\ Manager.app | |
| sudo rm -rf /Library/Application\ Support/Tuxera\ NTFS | |
| sudo rm -rf /Library/Filesystems/fusefs_txantfs.fs |
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
| <?php | |
| ini_set('error_reporting', true); | |
| error_reporting(E_ALL); | |
| $CACHET_URL = ""; | |
| $CACHET_KEY = ""; | |
| $METRIC_ID = ""; | |
| $UPTIMEROBOT_KEY = ""; | |
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
| nserver 208.67.222.222 | |
| nserver 208.67.220.220 | |
| nscache 65536 | |
| timeouts 1 5 30 60 180 1800 15 60 | |
| daemon | |
| # http(s) | |
| #auth none | |
| auth strong |
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
| 190.2.140.41:37075 | |
| 190.2.140.41:37076 | |
| 190.2.140.41:37077 | |
| 190.2.140.41:37078 | |
| 190.2.140.41:37079 | |
| 190.2.140.41:37080 | |
| 190.2.140.41:37081 | |
| 190.2.140.41:37082 | |
| 190.2.140.41:37083 | |
| 190.2.140.41:37084 |
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
| 190.2.140.41:37075 | |
| 190.2.140.41:37076 | |
| 190.2.140.41:37077 | |
| 190.2.140.41:37078 | |
| 190.2.140.41:37079 | |
| 190.2.140.41:37080 | |
| 190.2.140.41:37081 | |
| 190.2.140.41:37082 | |
| 190.2.140.41:37083 | |
| 190.2.140.41:37084 |
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 | |
| SAVEIFS=$IFS | |
| IFS=$(echo -en "\n\b") | |
| pdftk_path="/usr/local/bin/pdftk" # full path to pdftk binary | |
| pdf_infokeys="~/pdf-infokeys" # full path to file containing new metadata | |
| pdf_search_path="/var/www/html" # path to search for pdf files | |
| pdf_temp_path="/tmp" # temporary directory | |
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
| InfoKey: Title | |
| InfoValue: ZZZZZ | |
| InfoKey: Subject | |
| InfoValue: ZZZZZ | |
| InfoKey: Keywords | |
| InfoValue: ZZZZZ | |
| InfoKey: Author |