Iphone 4 en Mexico

Venta nocturna con la tienda departamental Sanborns, y estará disponible en plan de prepago con equipos de 16GB, y 32GB, a un precio de 9 mil 379 pesos y 10 mil 949 pesos, respectivamente.

Posted in Blog Personal | Tagged | Comments Off

Reset MySQL Password

en estos simples pasos se puede resetear el password de root de mysql el cual me tuvo batallando con manuales y no lo lograba esto lo probe en mi centos 4.4 y me funciono a la perfeccion, pero me imagino que puede funcionar en otras distribuciones lo pongo para cualquiera que tenga el mismo problema lo pueda resolver rapido y de igual forma me sirva para uso personal en un futuro acontecimiento. Smiling. ademas siempre busco en esta pagina todo asi que me sirve como un blog personal Smiling

/etc/init.d/mysqld stop

/usr/bin/mysqld_safe –user=root –pid-file=/var/run/mysqld/mysqld.pid –skip-grant-tables &

/usr/bin/mysql -u root mysql

update user set password=password(‘passwordnuevo’) where User=’root’ and host=’localhost’;

flush privileges;

y listo con eso tienen el mysql con password nuevo suerte.

esta info la encontre en este link y tuve que hacer unas modificaciones ya que el proceso se encontraba en otro lado.

Posted in PHP mySQL | Comments Off

iStumbler

iStumbler is the leading wireless discovery tool for Mac OS X, providing plugins for finding AirPort networks, Bluetooth devices, Bonjour services and Location information with your Mac.

http://www.istumbler.net/index.html

Posted in MacOSX | Comments Off

ATOMIC BOMB HEALTH BENEFITS

“The collected data strongly suggest that low-level radiation is not harmful, and is, in fact, frequently ‘apparently beneficial’ for human health.” —Kondo, 1993

http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2592990/pdf/drp-06-0369.pdf
Continue reading

Posted in Blog Personal | Comments Off

guettoVCB vmware esxi 4+

http://communities.vmware.com/docs/DOC-8760

Continue reading

Posted in vmware | Comments Off

Enable SSH esxi 4

ESXi 40 does ship with the ability to run SSH, but this is disabled by default (and is not supported). If you just need to access the console of ESXi, then you only need to perform steps 1 – 3.
Continue reading

Posted in vmware | Comments Off

Monito Titi

Monito TIti

Posted in Blog Personal | Comments Off

DNS Test and Check – Free DNS Tools and Report

http://dnssy.com/index.php

Provides a comprehensive test and report on the health of your DNS.

The DNS report will test some key points of the DNS setup for a given domain. It provides details of problems encountered, and also gives recommendations for performance and security enhancements. It also performs some basic mail and http server checks.

Enter your domain name below

Posted in Security | Comments Off

Damn Vulnerable Linux – The most vulnerable and exploitable operating system ever!

Damn Vulnerable Linux is the most complete training environment for IT
security with over 500.000 downloads. It includes all tools you need
ready to go.
Additionally tons of training material and exercises are included.

Damn Vulnerable Linux works fine under Windows, Linux and Mac OSX
using any virtual machine such as VMware, Qemu or KVM.
You can let it run installed natively on a standard PC or even boot it
from USB.

http://www.damnvulnerablelinux.org/

Posted in Security | Comments Off

DD-WRT microbin ssh

http://www.dd-wrt.com/phpBB2/viewtopic.php?t=52043

ftp://dd-wrt.com/others/eko/V24_TNG/svn13491-snow/NEWD/

ftp://dd-wrt.com/others/eko/V24_TNG/svn13491-snow/NEWD/dd-wrt.v24-13491_NEWD_micro-plus_ssh.bin

Posted in Security | Comments Off