Snippets of all helpful commands
Run this after clone to restore state
ionic state restore
Get latest changes from master to branch
git checkout piash # gets you "on branch piash"
git fetch origin # gets you up to date with origin
git merge origin/master
Merge detached head to origin/master
git checkout master && git merge [ref of HEAD] # ref of HEAD = latest hash of detached head
#!/bin/bash | |
folders='Compressed Documents Images Music Programs Videos' | |
ext_comp="*.zip *.tar.gz *.tgz *.rar *.7z" | |
ext_doc="*.htm* *.php *.txt *.css *.doc* *.pdf *.PDF *.ppt* *.js *.csv" | |
ext_font="*.ttf" | |
ext_img="*.jp*g *.JPG *.png *.gif" | |
ext_music="*.mp3 *.aac *.wma" | |
ext_progrm="*.deb *.exe *.run *.sh" | |
ext_vid="*.mp4 *.mkv *.flv *.avi *.webm *.wmv" |
Just add this binding to your Preferences > "Key Bindings - User" file:
{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
That's because you have the MySQL Password Validation plugin enabled (If you just type 'Y' to the dbconfig-common steps it will be enabled). I find it causes more trouble than good and its requirements (even on low) are superfluous for most. To disable it you'll want to run "UNINSTALL PLUGIN validate_password" once logged into the MySQL server, then try the GRANT again
After formatting, the disk or drive would be unallocated, therefore you'll have to create a partition by using the plus button on the screen.. Then insert the name you'll like to use as the drive or disk name then click on create. Enjoy....