Archivo del Autor: carlosap

Instalar PHP mbstring para phpmyadmin

No se halló la extensión PHP mbstring y al parecer usted está usando tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas de caracteres sin la extensión mbstring y podría dar resultados inesperados.

FreeNX

FreeNX link http://freenx.berlios.de/download.php # Make sure you are up-to-dateyum update# Install NX rpm dependenciesyum install expect nc# Grab a Freenx package

Boot Order

para cambiar el orden de boot con windows XP Cd /boot/grub vi menu.lst # grub.conf generated by anaconda## Note that you do not have to rerun grub after making changes to this file# NOTICE:  You have a /boot partition.  This means that#          all kernel and initrd paths are relative to /boot/, eg.#          root (hd0,1)#          kernel… Leer más »

Para que se vean � y acentos

Solo hay que descomentar una linea en /etc/apache2/apache2.conf originalmente esta asi #AddDefaultCharset ISO-8859-1 al quitarle el # queda AddDefaultCharset ISO-8859-1 Para que funcione SEo en mambo con fedora 53) Your server must allow .htaccess override Edited Apache Directive from Override None to Override All and restarted Apache  

Mac OS 10

Para activar root sudo passwd root  Para tener acceso a root sudo bash  Para cambiar la pantalla  input; <key>Graphics Mode</key><string>"1024x768x16@60"</string> -in your com.apple.Boot.plist located in \Library\Preferences\SystemConfiguration

vmware install

19. Close the 10.4.3 window in VMWare («File»->»Close»). Manually edit your VMWare guest conf file (.vmx) and add the line paevm=true If you use VMWare 5.5, you can also manually change the guest OS type to guestOS = «darwin» 20. Open and startup the 10.4.3 VMWare guest and use «mach_kernel.sse2″ as boot option if you… Leer más »

Creating a Database

Those of you who are working on your Web host’s MySQL server have probably already been assigned a database with which to work. Sit tight, we’ll get back to you in a moment. Those of you running a MySQL server that you installed yourselves will need to create your own database. It’s just as easy… Leer más »

mysql

mysql Actualizar todos los campos de una tabla update mos_mypms_profiles set emailnotify=’1′;