You can migrate a database using a single command line:
mysqldump –add-drop-table –extended-insert –force –log-error=error.log -uUSER -pPASS OLD_DB_NAME | ssh -C user@newhost "mysql -uUSER -pPASS NEW_DB_NAME"
Friday, June 03, 2016
man: can't set the locale; make sure $LC_* and $LANG are correct
I keep getting this error:
man: can't set the locale; make sure $LC_* and $LANG are correct
I tried locale-gen and many other things, without success.
The only thing that fixed it is: export LC_ALL=en_US.UTF-8 (which of course can be added in .profile to be permanent)
man: can't set the locale; make sure $LC_* and $LANG are correct
I tried locale-gen and many other things, without success.
The only thing that fixed it is: export LC_ALL=en_US.UTF-8 (which of course can be added in .profile to be permanent)
Friday, April 15, 2016
Search engine for html source code search
I needed to search for a little code which is available only in HTML source, not in the rendered page. So a simple search would show nothing. After reading on Quora and Stackoverflow, I've found some recommendations: MeanPath, Blekko, Datanyze, Nerdydata. Useless, except some limited results from Google, nothing really worked.
Add Russian charset in Linuxmint/Debian
I opened a console and tried to paste some Russian word but it looked very weird.
Then I run: # locale-gen ru_RU.UTF-8 and all works well.
Friday, April 08, 2016
Aman surname
Some more research on my name...
Aman seems to be a popular surname in USA and also a popular first name in India. It means "peace" and rhymes with Atman and Batman.
Aman seems to be a popular surname in USA and also a popular first name in India. It means "peace" and rhymes with Atman and Batman.
Friday, April 01, 2016
Surname Aman
Monday, March 28, 2016
Type accent marks, diacritics and other characters online
If you need quickly diacritics or currency signs, typeit.org does it for you. Many languages supported.
Subscribe to:
Posts (Atom)