Archivo por meses: agosto 2009

Schedule tasks on Linux using crontab

If you’ve got a website that’s heavy on your web server, you might want to run some processes like generating thumbnails or enriching data in the background. This way it can not interfere with the user interface. Linux has a great program for this called cron. It allows tasks to be automatically run in the… Leer más »

crontab -e Editor enviroment

~]#cat .bash_profile export TERM=xterm export PATH=$PATH:/opt/csw/sbin/:/opt/SUNWhpc/HPC8.1/sun/bin source ~/.bashrc EDITOR=vim export EDITOR