Configure Exchange 2007 to Receive E-Mail for other Domains

by Daniel Petri – January 7, 2009 Exchange 2007 will only accept e-mail traffic for the e-mail domain that is identical to the name of your Active Directory domain. However, in some cases, we would like to allow our Exchange server to also receive e-mail for domains other than our own, internal domain name. On… Leer más »

Exchange 2007 Install

Instalación básica de Exchange 2007. Exchange 2007 es la nueva versión del servidor de correo de Microsoft, aunque en realidad Exchange es mucho mas que un servidor de correo. * El servidor tiene que tener el IIS funcionando pero no el SMTP ni el NNTP. Bien, ya tenemos Exchange instalado, el siguiente paso será crear… Leer más »

add a default route

To add a default route with the default gateway address of 192.168.12.1, type: route add 0.0.0.0 mask 0.0.0.0 192.168.12.1

MB intel

http://www.intel.com/support/sp/motherboards/desktop/d845gvsr/ tarjeta de red aln101c http://www.advanteknetworks.com/spanish/support/aln101c/allOS.zip

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