Pages

Monday, November 14, 2011

Installing Zend Server CE

Here's the steps:
1. Extract the tarball
2. Run install.sh script
3. Choose target installation path
4. thats it!


root@aslam-VGN-SZ79GN-C:~/Downloads/ZendServer-5.5.0_Tarball_M42-php5.3.7RC4-linux-glibc23-x86_64# ./install.sh
Welcome to Zend Server installation script!
Please specify an installation path [/usr/local]:
/opt/zend/
Extracting files to /opt/zend/zend...
Starting Zend Server 5.5.0 ..

httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
/opt/zend/zend/bin/apachectl start [OK]
spawn-fcgi: child spawned successfully: PID: 9700
Starting Zend Server GUI [Lighttpd] [OK]
[14.11.2011 09:51:31 SYSTEM] watchdog for lighttpd is running.
[14.11.2011 09:51:31 SYSTEM] lighttpd is running.

Zend Server started...
========================== INSTALLATION SUMMARY ===================================================

Zend Server was installed to /opt/zend/zend
The End User License Agreement [EULA] can be viewed under /opt/zend/zend/doc/EULA.txt
See the README in /opt/zend/zend/doc/README more information

To change the GUI password run /opt/zend/zend/bin/gui_passwd.sh
Apache is up and running on port 10088!
To control Zend Server, please use /opt/zend/zend/bin/zendctl.sh
To enable the Java bridge, please run /opt/zend/zend/bin/setup_jb.sh
Web interface is accessible from https://localhost:10082/ZendServer

=============================== ENJOY Zend Server ===============================================

Friday, November 11, 2011

4 Easy Ways To Get Yourself Out Of a Ubuntu Crash


1. Force quit freeze apps
use System Monitor or kill syntax

2. Restart 'X'
Ctrl + Alt + Backspace

3. MagicSys Keys
Alt + SysRQ + K ... this'll kill all process

4. MagicSys Key Combination
If all the three process failed..
Alt + SysRQ .. and press R, E, I, S, U, B

and this is what R E I S U B means:
R: Switch the keyboard from raw mode to XLATE mode
E: Send the SIGTERM signal to all processes except init
I: Send the SIGKILL signal to all processes except init
S: Sync all mounted filesystems
U: Remount all mounted filesystems in read-only mode
B: Immediately reboot the system, without unmounting partitions or syncing

refs:

add: