Archivo de la categoría: CentOS

aMSN live Skin

Descargar: aMSN_Live-1.0.tar.gz http://www.amsn-project.net/skins.php Instalar en : /usr/share/amsn/skins $ ls aMSN Live-1.0 aMSN_Live-1.0.tar.gz default

yum clean – limpiando centos

From the yum manual: «CLEAN OPTIONSThe following are the ways which you can invoke yum in clean mode. yum clean packagesEliminate any cached packages from the system. Note that pack-ages are not automatically deleted after they are downloaded. yum clean headersEliminate all of the files which yum uses to determine theremote availability of packages. Using… Leer más »

Cómo configurar Squid

 Resumen: http_port 3128# ACCESS CONTROLSacl miredlocal src 192.168.1.0/255.255.255.03http_access allow miredlocal

Install Firefox 2 in CentOS 5

*Primero descarga Firefox2 : Descargar aqui Firefox2 *Descomprimimos y movemos el paquete: # tar -xzvf firefox-2.0.0.3.tar.gz *Esta es la version que me baje, osea que cambia. #mv firefox /usr/local/lib Ahora instalamos la libreria ‘libstdc++.so.5′; si al instalarlo nos sale con este nombre:’ libstdc++-33′, no hay problema: # yum install /usr/lib/libstdc++.so.5 Re nombramos la carpeta plugins:… Leer más »

SAGE

 http://www.sagemath.org  Seattle (USA)http://sage.math.washington.edu/sage  Seattle (USA)http://modular.fas.harvard.edu/sage  Boston (USA)http://www.opensourcemath.org/sage/  Utah (USA)http://www.cecm.sfu.ca/sage  Vancouver (Canada)http://sage.apcocoa.org  Germanyhttp://echidna.maths.usyd.edu.au/sage  Sydney (Australia)http://sage.scipy.org/sage  Texas (USA)  

sh file

#!/bin/shzip -r wp.zip public_html/wpmysqldump -uusuario -pclave -hlocalhost carlosap_crm > carlosap_crm.sqlecho «respaldo  Ok» echo «Pregunta (y/n) ? «read respuestaif test $respuesta = y  thencp -v hola hola2fi     Tags: sh

Apache 2 – WebDAV

This document describes setting up WebDAV on Apache 2 on a Red Hat 9 system. It assumes that apache is more or less unmodified – if you’ve made changes, adjust accordingly. Requirements (…fix me…) Outline