I hereby claim:
- I am glimpsed on github.
- I am serghei (https://keybase.io/serghei) on keybase.
- I have a public key ASDcYh6NEF0KSc8Vb5bRvRWIx4ddhtDtyRAKohJPATqYWQo
To claim this, I am signing this object:
| 10.3 (Panther): http://swscan.apple.com/scanningpoints/scanningpointX.xml | |
| 10.4 (Tiger): http://swscan.apple.com/content/catalogs/index-1.sucatalog | |
| 10.5 (Leopard): http://swscan.apple.com/content/catalogs/others/index-leopard.merged-1.sucatalog | |
| 10.6 (Snow Leopard): http://swscan.apple.com/content/catalogs/others/index-leopard-snowleopard.merged-1.sucatalog | |
| 10.7 (Lion): http://swscan.apple.com/content/catalogs/others/index-lion-snowleopard-leopard.merged-1.sucatalog | |
| 10.8 (Mountain Lion): http://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog | |
| 10.9 (Mavericks): http://swscan.apple.com/content/catalogs/others/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog | |
| 10.9 (Mavericks incl. seeds): http://swscan.apple.com/content/catalogs/others/index-10.9seed-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog | |
| 10.10 (Yosemite): http://swscan.apple.com/content/catalogs/others/index-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.suc |
| sudo pkill -9 -v python | |
| translation: "as the superuser, kill, with extreme prejudice, every process which is not python". |
| Fix slow Finder: | |
| rm ~/Library/Caches/CloudKit/CloudKitMetadata*;killall cloudd | |
| Fix macOS not remembering keyboard shortcuts: | |
| rm ~/Library/Preferences/com.apple.symbolichotkeys.plist | |
| rm ~/Library/Preferences/com.apple.symbolichotkeys.plist.lockfile | |
| log out | |
| set keyboard shortcuts | |
| log out |
| Can't Copy/Paste in Google Docs on Firefox: | |
| Set dom.event.clipboardevents.enabled on about:config to true | |
| Speed-up Firefox's awesome bar / location bar: | |
| browser.urlbar.delay to 0 speeds up the search response | |
| layout.frame_rate 60 | |
| In "about:config" change "layout.frame_rate" from -1 to 60 (or whatever your monitor runs at). | |
| For some stupid reason, Firefox renders as fast as your CPU can handle 100% of the time. | |
| Even at 60 FPS, it uses ~1% CPU when idle so I'm guessing it was going like 6000FPS when unrestrained. |
I hereby claim:
To claim this, I am signing this object:
| for bin in VirtualBox VirtualBoxVM VBoxNetAdpCtl VBoxNetDHCP VBoxNetNAT VBoxHeadless; do | |
| sudo chmod u+s "/Applications/VirtualBox.app/Contents/MacOS/${bin}" | |
| done |
| Add the following line at the top of your .ovpnfile to prevent it from routing all network traffic on your Mac through | |
| the VPN: | |
| route-nopull | |
| Next add the following line to allow the VPN to reroute traffic ONLY for a given IP address / domain (if you need to enable it | |
| for a domain you can use its IP address): | |
| route 1.2.3.4 |
| #!/usr/bin/env bash | |
| # ~/.macos — https://mths.be/macos | |
| # Close any open System Preferences panes, to prevent them from overriding | |
| # settings we’re about to change | |
| osascript -e 'tell application "System Preferences" to quit' | |
| # Ask for the administrator password upfront | |
| sudo -v |
| #!/usr/bin/env bash | |
| brew update | |
| # Upgrade already-installed formulae. | |
| brew upgrade --all | |
| # Install apps | |
| brew install wget firefox vlc dropbox filezilla the-unarchiver tunnelblick virtualbox seashore appcleaner adium fog beardedspice cdock the-escapers-flux maintenance progressive-downloader |
| CloudFlare:(SPEED): | |
| 1.1.1.1 | |
| 1.0.0.1 | |
| IBM Quad9 (FILTERING): | |
| 9.9.9.9 | |
| Google: | |
| 8.8.8.8 | |
| 8.8.4.4 |