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
** Type the following commands in cli ** | |
Note: you can switch latest with whatever version mariadb you need | |
> docker pull bitnami/mariadb:latest | |
> docker run --name mariadb -p 3306:3306 -e ALLOW_EMPTY_PASSWORD=yes bitnami/mariadb:latest |
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
# Create file'.tmux.conf' like this vim ~/.tmux.conf | |
# Copy the following commands to help you | |
# To create split windows on horizontal axis, press following `ctrl + b` and then hold `shift + '` or ` " ` | |
#windows manupilation with mouse, the ability to resize and move across split windows | |
set -g mode-mouse on #For tmux versions < 2.1 | |
#copy and paste commands | |
bind P paste-buffer | |
bind-key -t vi-copy 'v' begin-selection |
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
"sync.gist": "0c929b1a6c51015cdc9e0fe2e369ea4c", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.forceDownload": false, | |
"sync.quietSync": false, | |
"sync.askGistName": false, | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true |