grant update, insert, delete, select on *.* to user@host identified by ‘passwd’;
flush privileges;
What philosophy do you follow?
You scored as Utilitarianism. Your life is guided by the principles of Utilitarianism: You seek the greatest good for the greatest number.
�The said truth is that it is the greatest happiness of the greatest number that is the measure of right and wrong.� �Whenever the general disposition of the people is such, that each individual regards those only of his interests which are selfish, and does not dwell on, or concern himself for, his share of the general interest, in such a state of things, good government is impossible.� More info at Arocoun’s Wikipedia User Page…
What philosophy do you follow? (v1.03) |
Decode Base64 mail
perl -MMIME::Base64 -le ‘$/=undef;print decode_base64( <> )’ foo
Add MIME Type
Apache – add the type in “conf/mime.types” and restart apache
thttpd – need to recompile. Add the type in “mime_types.h” and “mime_types.txt” in the source code folder.
Then, Recompile it.
Notes for SCIM installation by source
For CentOS4.
/etc/X11/xinit/xinitrc.d/xinput.sh
#export LC_ALL=”en_US.UTF-8″
export XMODIFIERS=@im=SCIM #case matters for this variable!
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
#export GTK_IM_SCIM_CONFIG_MODULE=simple
export GTK_IM_SCIM_IMENGINE_MODULES=table