This file has been truncated, but you can view the full file.
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
Soliciting pool server 185.53.93.157 | |
Soliciting pool server 95.215.175.2 | |
Soliciting pool server 178.79.145.244 | |
Soliciting pool server 213.251.52.107 | |
Soliciting pool server 51.89.151.183 | |
Soliciting pool server 92.53.244.11 | |
Soliciting pool server 176.58.109.199 | |
Soliciting pool server 85.199.214.98 | |
Soliciting pool server 162.159.200.123 | |
Soliciting pool server 217.114.59.3 |
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
Christmas 2017 - WISHING LIST | |
Marco Bicca | |
-- > Playstation PRO | |
Esteban Flores | |
-- > Titan V |
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
**ClearDNS** | |
alias cleardns='sudo killall -HUP mDNSResponder; echo "dns cache cleared"' | |
**Clear Spotlight cache** | |
alias clearspotlight='sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist; echo "spotlight unload"; echo "waiting 20 secs"; sleep 20; sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist; echo "spotlight reloaded"' | |
Disable Safari DNS caching |
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
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBFXKVHsBEADEMWKGkyea0nBmOcahGSZxVGoPw/rsSnQ1ayoC/GOV6NvN3Xbi | |
1HHWfc2yTptK/O9B+OW6cqWu3v+dvbB3gcUF1b89viN2AvdcR6frK4mj5L3glm0L | |
ms8jM9P0rhdVAy8eXqjYZOoZ4g+WaVkjeMEqSvYB2t27S02oSuFOQaScm1Bzycim | |
zYtB7D78iLDzHbvtTsZ6YyQ/Wrk9w+lY1NM4txP71ZpeZV46dKQYCZulT1EVjrW7 | |
sflq7fnqG1+NyZDra2ek0yP25ozYQAPjrRWf7RF2nRfjd+ek5V24Nj1LPv5rnhlp | |
Wlz+kQJaftQnMnK88EMHWIIgHjcze95nBk4uAWPetujTOabTi6vrB+fQEScqq+gP | |
ODKR62Ek1cWnni2ei6Lqp+LX7b8ug1YsIH0gcA9EtRGkQ98Js7LsctQGFKHfQJ8o | |
v9e9sKPs/1aaY6LZ4Twa15gbxA0dz8goqbwrJ6a1lVp4qyTIGWVbF3bIp09Sz58W |
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
alias cleardns='sudo killall -HUP mDNSResponder; echo "dns cache cleared"' | |
alias clearspotlight='sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist; echo "spotlight unload"; echo "waiting 20 secs"; sleep 20; sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist; echo "spotlight reloaded"' | |
alias openssh='ssh -i ~/.ssh/id_rsa' | |
alias cpkeyssh='cat ~/.ssh/id_rsa.pub | pbcopy' |
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
# | |
# /etc/sysctl.conf - Configuration file for setting system variables | |
# See /etc/sysctl.d/ for additional system variables. | |
# See sysctl.conf (5) for information. | |
# | |
#kernel.domainname = example.com | |
# Uncomment the following to stop low-level messages on console | |
#kernel.printk = 3 4 1 3 |