Category Archives: Fedora

install GD library for php

 yum install php-gd  

Posted in Fedora | Leave a comment

SE linux

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

Posted in Fedora | Leave a comment

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    

Posted in Fedora | Leave a comment

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.

Posted in Fedora | Leave a comment

Tips Fedora Frog install script

Fedora Frog http://easylinux.info/wiki/Fedora_frog

Posted in Fedora | Leave a comment

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

Posted in Fedora | Leave a comment

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 … Continue reading

Posted in Fedora | Leave a comment

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 … Continue reading

Posted in Fedora | Leave a comment

Apache habilitar acentos y eñes ISO-8859-1 desactivado por default!

en /etc/httpd/conf/httpd.conf encontrar la siguiente linea AddDefaultCharset UTF-8 y cambiarla AddDefaultCharset ISO-8859-1

Posted in Fedora | Leave a comment

instalar webmin

Installing the tar.gz file Before downloading Webmin, you must already have Perl5 installed on your system. Perl is usually installed as /usr/local/bin/perl or /usr/bin/perl, and comes as part of most recent versions of Linux. If you don’t have Perl, you … Continue reading

Posted in Fedora | Leave a comment