Blogs

liferay materials 1

Here are the steps to run php in tomcat :

1. Download tomcat and unzip the archive where you want (=> TOMCAT_DIR)
2. Create the following directories : TOMCAT_DIR/webapps/testPHP
3. If necessary, create directory TOMCAT_DIR/common/lib (it seems, at least with tomcat 6, that the directory is no more created)
4. Edit the file TOMCAT_DIR/conf/catalina.properties and modify the line for property shared.loader :
shared.loader=${catalina.home}/common/classes,${catalina.home}/common/lib/*.jar

Free and easy remote access (through firewalls and NAT routers) with VNC reverse connections

http://www.tinyapps.org/docs/vnc/
or here
http://www.raymond.cc/blog/archives/2007/04/05/free-and-easy-remote-acce...

and reverse ssh:

on linux server
see following
http://linux.byexamples.com/archives/238/ssh-reverse-tunneling/

Please consider use gem3.com hosting service(I am not his affilate,I am his user)

their support is very fast,whenever I send one support email ,I can get response within a few hours( considering I am in China,he's in USA) ,I think their service is 24*7(not sure).

their price is good,support paypal,credit card,etc

hospital

hospital

lost mysql password ?

mysqld_safe --skip-grant-tables&
mysql -u root mysql
mysql> UPDATE user SET password=PASSWORD("new password") WHERE user='root';
mysql> FLUSH PRIVILEGES;

Syndicate content