Posts tagged: Apache

How to configure a virtual host using Apache at Ubuntu

TweetHi all, this is a simply “how to do” post named “How to configure a virtual host using Apache at Ubuntu”, I’d like to share. At first, we need to have theĀ apache environment at our server (in this case I am using my own machine for this: “localhost“). So using the terminal, we type the [...]

Sunday April 8th, 2012 in , , , | No Comments »

Performance Tuning PHP on IBM i (PDF)

TweetThis is a good material for all those who want to tuning their applications, using the Zend technology with IBM standards. Unfortunately for access the video content you need to be a registered user. But it worth the visit Thank you all!!!  

Saturday March 17th, 2012 in , , , , , | No Comments »

Cron jobs – how to create and use them

Here’s what wiki says:
Cron is a time-based job scheduler in Unix-like computer operating systems. Cron enables users to schedule
jobs (commands or shell scripts) to run periodically at certain times or dates. It is commonly used to automate
system maintenance or administration, though its general-purpose nature means that it can be used for other
purposes, such as connecting to the Internet and downloading email.

Sunday September 25th, 2011 in , , | 2 Comments »