Category: Programering

  • Remove C# registration

    Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\9.0\Registration] “Params”=-

  • Install Java 1.8 on Redhat

    yum install java-1.8.0-openjdk yum install java-1.8.0-openjdk-devel cd /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-1.b15.el6_7.x86_64/jre/bin/ alternatives –install /usr/bin/java java /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-1.b15.el6_7.x86_64/jre/bin/java 2 alternatives –config java

  • Glassfish 4.1 start script

    GlassFish logo Ubuntu logo Installing GlassFish 4.1 on Ubuntu 14.10 (last updated 2015-02-05) This HOWTO explains one way of setting up GlassFish 4.1 under Ubuntu 14.10. Questions or suggestions for improvement can be addressed to shadowm at lyonlabs dot org. Installing GlassFish Fronting GlassFish with Apache 2.4 Setting up Database Connection Pools Installing GlassFish Download…

  • Glassfish remote deploy

    replace /usr/local/glassfish4/glassfish/modules/nucleus-grizzly-all.jar ./asadmin change-admin-password ./asadmin enable-secure-admin

  • xml2array

    This code is not written by me! /** * xml2array() will convert the given XML text to an array in the XML structure. * Link: http://www.bin-co.com/php/scripts/xml2array/ * Arguments : $contents – The XML text * $get_attributes – 1 or 0. If this is 1 the function will get the attributes as well as the tag…