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 | |
######################################### | |
# This script will install redis, | |
# and download a pre-configured config | |
######################################### | |
### Set the log file path | |
cd ~ | |
set_log_path=$(cd && pwd) | |
log_file="$set_log_path/skcript.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
# Karthik's Personal DNS Blocklist | |
# Please feel free to add more to the list. | |
# | |
# License: | |
# CC Attribution 3.0 (http://creativecommons.org/licenses/by/3.0/) | |
127.0.0.1 localhost | |
::1 localhost | |
127.0.0.1 telemetry.astro.build |
OlderNewer