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
| I had to navigate to /var/lib/mysql/<database> and run myisamchk -r -v -f ./<table name> |
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
| event.preventDefault ? event.preventDefault() : event.returnValue = false; |
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
| <IfModule mod_headers.c> | |
| Header set X-XSS-Protection "1; mode=block" | |
| Header always append X-Frame-Options SAMEORIGIN | |
| Header set X-Content-Type-Options nosniff | |
| </IfModule> |
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
Show hidden characters
| [ | |
| { | |
| "button": "button1", | |
| "count": 1, | |
| "modifiers": ["command"], | |
| "press_command": "drag_select", | |
| "command": "goto_definition" | |
| }, | |
| { | |
| "button": "button1", |
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
| # ls alias for color-mode | |
| alias lh='ls -lhaG' | |
| # grep with color | |
| alias grep='grep --color=auto' | |
| # Change prompt | |
| export PS1='\[\033[1;97m\][ \[\033[1;94m\]\u\[\033[0m\] \[\033[1;97m\]| \[\033[1;33m\]\W\[\033[0m\] \[\033[0m\]\[\033[1;97m\]]$\[\033[0m\] ' |
NewerOlder