Monthly Archives: August 2007

Fedora Core 6 | How long are my services running?

If you need to know how long your Linux services have been running you can try this: Linux console $ ps waux | grep -i Or Linux console $ ps -o etime < pid> To get the PID you can … Continue reading

Posted in Fedora, FLOSS, Sistemas Operativos, Software, Tips | Leave a comment

Fedora Core 6 | Enabling GD support

Do you need PHP support for GD? First you need to be sure this module is not already installed, on a shell window run the following command: Linux console $ rpm -qa | grep php If you have something like … Continue reading

Posted in FLOSS, GNU/Linux, Software, Tips | Leave a comment