Archivo del Autor: carlosap

SE linux

http://fedora.redhat.com/docs/selinux-faq-fc5/en_US/index.html#sn-selinux-faq    Para desactivar ver FAQ

rpm utilizar

rpm -Uvh http://www.fedorafaq.org/yum http://rpm.livna.org/livna-release-5.rpm

Beginner’s guide to using ftp

Beginner’s guide to using ftp A quick guide to using ftp.   The standard ftp program is the original ftp client. It comes standard with most Linux distributions. It first appeared in 4.2BSD, which was developed by the University of California, Berkeley.

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. para instalarlo yum install php-mbstring    

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… Read More: Boot Order »

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