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
| //general case is: | |
| update table set column = convert(binary column using utf8); | |
| // if we've just moved a cmsms db then this is a good start | |
| // but you'll have to do any module specific bits. | |
| update cms_content_props set content = convert(binary content using utf8); | |
| update cms_htmlblobs set html = convert(binary html using utf8); | |
| update cms_module_news set news_data = convert(binary news_data using utf8); |
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
| adb shell screencap -p | sed 's/\r$//' > screen.png |
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
| cat domainlist.txt | xargs -izzz -n 1 sh -c "echo \"Domain: \" zzz; dig zzz ns +short; echo" |
NewerOlder