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
git stash save --keep-index --include-untracked |
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
gsettings set org.gnome.shell.extensions.dash-to-dock scroll-action 'cycle-windows' |
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
upload: | |
scp -p -P 2244 kinamo_mysqlbackup.sh [email protected]:/usr/local/sbin/kinamo_mysqlbackup.sh | |
download file with ssh: | |
scp -P 2244 -p [email protected]:/home/backup/20160406/bimeh_kia.dmp.gz /home/kaveh/Desktop |
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
{ | |
"files.autoSave": "afterDelay", | |
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?", | |
"breadcrumbs.enabled": true, | |
"css.validate": true, | |
"diffEditor.ignoreTrimWhitespace": false, | |
//"editor.tabSize": 2, | |
"editor.autoIndent": true, | |
"editor.insertSpaces": true, |