SELECT DATE_FORMAT(fecha, ‘%T’), date(fecha) FROM tabla; select * from tabla where DATE_FORMAT(fecha, ‘%T’) <> ’00:00:00′ update tabla set fecha = date(fecha);
Mucha gente prefiere usar un cliente de correo local para leer el correo que el navegador, si tienes una cuenta tipo Hotmail, Gmail o Yahoo…
Para aquellos que se estén iniciando en el mundo del MTA Postfix, ahí van unos comandos útiles para el manejo de la cola de correo:…
468 x 60 Clasic Banner 160 x 600 IMU – (Wide Skyscraper) 728 x 90 IMU – (Leaderboard) 300 x 250 IMU – (Medium Rectangle)…
1. Installing EPEL Repository Install EPEL Repository On 32-bit CentOS Linux 5.5: # rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm Install EPEL Repository On 64-bit CentOS Linux 5.5: #…
Para verificar si se encuentra disponible el paquete en los repositorios: yum list php* | grep mcry De estar disponible se procede a la instalacion…
How do I change hostname under Linux operating system? You need to use the hostname command. It is used to either set or display the…
RedHat based system use the file /etc/sysconfig/network to read the saved hostname at system boot. This is set using the init script /etc/rc.d/rc.sysinit /etc/sysconfig/network NETWORKING=yes…