This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * Setup This File: | |
| * Look for strings wrapped in { } and update them to match your environments. | |
| * e.g. {project-short-name} is the abreviation name to replace throughout. | |
| */ | |
| /** | |
| * Site aliases for {project-short-name} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # | |
| # Tells you the average size of your Apache processes | |
| # It must run on a live apache server (unless you know what you are doing). | |
| # It requires pmap, /proc, ps, grep, awk, sed and bc, | |
| # | |
| # Written by: Amr Mostafa" <[email protected]> | |
| # | |
| # Courtesy of Egypt Development Centre (c). | 
NewerOlder