SELECT table_schema “Data Base Name”, sum( data_length + index_length ) / 1024 / 1024 “Data Base Size in MB”, sum( data_free )/ 1024 / 1024 “Free Space in MB” FROM information_schema.TABLES GROUP BY table_schema ; Fácil…. Fuente: http://forums.mysql.com/read.php?108,201578,201578 http://francocedillo.wordpress.com/2010/04/05/obtener-el-tamano-de-la-base-de-datos-en-mysql/ Facebook

Función mail() PHP

May 31st, 2011

UNICAMENTE COMO REFERENCIA FUENTE: http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html   PHP has mail() function to send an email to users. However this mail() will not work: => If sendmail (or compatible binary) is not installed => If Apache Web server / Lighttpd running in chrooted jail => And your smtp server needs an authentication before sending an email => Or [...]

Cuando el corazón habla, no hay logica que entienda, de eso se trata el amor, de sentir y dejar fluir los sentimientos mas profundos; cuando la razón pide explicaciones con tanta fuerza que haría reventar tu sentido común, cuando la lógica pierde sentido, es en ese momento cuando sabes que ha brotado dentro de ti eso…. [...]

Si me das la espalda… no te puedo rescatar de ahí…   Simple as that… Facebook

Instalación RescueTime

May 2nd, 2011

cd /tmp/ wget http://launchpadlibrarian.net/49626670/rescuetime-linux-uploader-99.tar.bz2 tar xf rescuetime-linux-uploader-99.tar.bz2 cd /tmp/rescuetime-linux-uploader-99/ wget http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg sudo sh setuptools-0.6c11-py2.6.egg python setup.py build sudo python setup.py install cd /usr/bin/ sudo ln /usr/local/bin/rescuetime_linux_uploader_gnome_panel_controller sudo ln /usr/local/bin/rescuetime_linux_uploader_gnome_panel_notifier sudo ln /usr/local/bin/rescuetime_linux_uploader_gnome_panel_window fuente: http://ubundance.blogspot.com/2010/08/installing-rescuetime-on-ubuntu-1004.html https://answers.launchpad.net/rescuetime-linux-uploader/+question/121421 https://launchpad.net/rescuetime-linux-uploader Facebook