mensajes duplicados
http://support.microsoft.com/default.aspx?scid=kb;en-us;292249 http://www.office-addins.com/-outlook-addins/duplicate-email-remover.html
http://support.microsoft.com/default.aspx?scid=kb;en-us;292249 http://www.office-addins.com/-outlook-addins/duplicate-email-remover.html
http://wiki.centos.org/FreeNX Tags: freenx Installing NX /FreeNX on the server Currently there is a version of nx and freenx in the CentOS Extras repository. To install the stable version of NX / FreeNX server, issue this command from the server: yum install nx freenx yum install nx freenx
irst you can see all the yum groups available with the command: yum grouplist You can install X and Gnome or KDE like this: yum groupinstall «X Window System» «GNOME Desktop Environment» or yum groupinstall «X Window System» «KDE (K Desktop Environment)» You may also want to add some other groups from the list like… Leer más »
There’s a myth on the web surrounding the method on how to disable IPv6 under RHEL/CentOS 4 Adding “NETWORKING_IPV6=no” to /etc/sysconfig/network DOES NOT work If you want to disable IPv6, the only true working trick is : echo «alias net-pf-10 off» >> /etc/modprobe.conf
http://www-128.ibm.com/developerworks/systems/library/es-nweb.html?ca=drs–
Astrónomo, Historiador, Filósofo, Matemático. Era el bibliotecario de la biblioteca de Alejandría. Wiki Los secretos de la evolución son tiempo y muerte.Tiempo para acumular mutaciones favorables.Carl Sagan La tierra tiene unos 4,500 millones de añosGas y polvos estelares la formaron.
Concatenar strings $str1 = “hola “;$str2 = “que tal “;$str3= “como estas?”; $str4 = $str1.$str2.$str3; Strings CharsSe pueden reemplazar los caracteres:$str1 = «0123456789″;$str1[2]=»x«; Cambiar a mayusculas y minúsculas:strtoupper();strtolower(); Capitaliza la primera letra:ucfirst(); Capitaliza todas las letras:ucwords();ASCII chr(32) = spacechr(65) = A ord(“A”) = 65; Tags: strings
unset() Syntax: void unset(mixed var [, mixed var, …])var Variable to unset. Unsets a variable. unset() destroys one or more variables and deallocates the memory associated with them. Code: <?php $a = «Some data»; unset($a); if (!isset($a)) { print «\$a is no longer available»; } ?> Output: $a is no longer available
¿ Que es PHP ? Scripting / Programming Language (“C – Like”) FREE and Open Source Fast, Open, Stable, Cross Platform! No compilation! PHP is all about “Community”
Options +IndexesAuthName «Restricted Area» AuthType Basic AuthUserFile /home/carlosap/.htpasswd AuthGroupFile /dev/null require valid-user<Files .htaccess>order allow,denydeny from all</Files> Tags: htaccess, auth, indexes