|
| cool Statistics |
| | coolcommands: | 1313 | | Categories: | 82 | | Total queries: | 523831 | | Members: | 4281 | |
|
|
|
 |
|
|
Search coolcommands.com
 |
Submitted by:
lvo   |
coolcommand
phpinfo.php - php script to get php configration information |
Description
Here is a PHP script to get the complete configuration of your PHP environment:
<HTML><HEAD> <TITLE>PHP Info</TITLE> </HEAD><BODY>
<?php
echo phpinfo();
?>
</BODY></HTML>
Note: Simply put this script in your web server document root and call it from a web browser. |
Example
phpinfo.php |
Return to search results
 |  |  |  |
Random coolcommands
coolcommand: ipguiadvadm - command to launch IBM Infoprint Manager Advanced Administration GUI in AIX
Example: /usr/lpp/pd/bin/ipguiadvadm
[show me the details] |
coolcommand: whodo.sh - script to show process listing by user on a server
Example: whodo.sh
[show me the details] |
coolcommand: how to create a JFS2 filesystem with internal snapshots in AIX v5.3+
Example: crfs -v jfs2 "-dhomeslv" "-m/homes" "-Ayes" "-prw" "-a" "agblksize=4096" "-a" "logname=INLINE" "-a" "isnapshot=yes"
[show me the details] |
coolcommand: how to recursively copy directories preserving permission
Example: find . -depth | cpio -pdmv /newpath
[show me the details] |
|
|
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts
|  |  |  |  |
|
|
|
|
 |
|
|
|
Top 5 Submitters
|
|---|
| lvo | 1138 |
| audet | 37 |
| kah00na | 32 |
| Mariom | 24 |
| lebjf000 | 13 |
Top 5 Searches
|
| Category Solaris | 42690 |
| Category AIX | 38082 |
| Category General UNIX | 34254 |
| solaris | 20802 |
| aix | 19388 |
|
|
|
|