CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install 3.7.0
  
    
      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
    
  
  
    
  | {"Key Mappings":{"0xf703-0x280000-0x7c":{"Version":2,"Apply Mode":0,"Action":10,"Text":"f","Escaping":2},"0xf712-0x40000":{"Action":10,"Text":"[28;5~"},"0xf70b-0x40000":{"Action":10,"Text":"[19;5~"},"0xf70d-0x20000":{"Action":10,"Text":"[21;2~"},"0xf706-0x40000":{"Action":10,"Text":"[1;5R"},"0xf708-0x20000":{"Action":10,"Text":"[15;2~"},"0x33-0x40000":{"Action":11,"Text":"0x1b"},"0xf703-0x260000":{"Action":10,"Text":"[1;6C"},"0xf729-0x20000":{"Action":10,"Text":"[1;2H"},"0xf70f-0x40000":{"Action":10,"Text":"[24;5~"},"0xf702-0x260000":{"Action":10,"Text":"[1;6D"},"0xf711-0x40000":{"Action":10,"Text":"[26;5~"},"0x38-0x40000":{"Action":11,"Text":"0x7f"},"0xf70a-0x40000":{"Action":10,"Text":"[18;5~"},"0xf72b-0x40000":{"Action":10,"Text":"[1;5F"},"0xf70c-0x20000":{"Action":10,"Text":"[20;2~"},"0xf705-0x40000":{"Action":10,"Text":"[1;5Q"},"0xf701-0x260000":{"Action":10,"Text":"[1;6B"},"0x32-0x40000":{"Action":11,"Text":"0x00"},"0xf707-0x20000":{"Action":10,"Text":"[1;2S"},"0xf703-0x240000":{"Action":10,"Text":"[1;5 | 
git remote show origin | grep {pattern} | awk '{print $1}' | xargs git push origin -d
MacOS: Mojave 10.14.12
- 
Install Java SE: https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html 
- 
Download SchemaSpy: http://schemaspy.org/ 
- 
Download PostgreSQL JDBC driver: http://jdbc.postgresql.org/download.html 
- 
Install pango: brew install pango
- 
Install Graphviz: brew install graphviz --with-pango
  
    
      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
    
  
  
    
  | /usr/local/psa/admin/bin/mail_auth_view | grep [email protected] | 
  
    
      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
    
  
  
    
  | var body = $('.modal-body'); | |
| body.animate({ | |
| scrollTop: body.scrollTop() + error.offset().top - 65 | |
| }, 500); | 
  
    
      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
    
  
  
    
  | function Validator() {} | |
| Validator.min = function(number, min) { | |
| return number >= min; | |
| } | |
| Validator.max = function(number, max) { | |
| return number <= max; | |
| } | 
pt-kill user must have SUPER PROCESS permission.
The following command intends to kill queries which have execute time greater than 30s and save terminated queries to database.
pt-kill --host=localhost --user=pt_kill_user --password=pt_kill_pass \
--busy-time=30 --interval=5s \
--log-dsn=h=localhost,D=pt_kill,t=kill_log,P=3306,u=root,p=root \
--kill --daemonize --ignore-user=backup
  
    
      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
    
  
  
    
  | Select all and delete (actually move to buffer) | |
| :%d | |
| Select all and copy to buffer | |
| :%y | |
| Use p to paste the buffer. | 
NewerOlder