lunes, 28 de octubre de 2013

sábado, 19 de octubre de 2013

Squid Centos 6.3

Squid CentOS 6.2 -->

visible_hostname   NombreDelHost
 

setuptool

Instalación de Herramienta “Setup”

yum install setuptool system-config-securitylevel-tui authconfig system-config-network-tui ntsysv


setuptool : text setup tool console
system-config-securitylevel-tui : Configuración del Firewallauthconfig : Configuracion de la Autentificacion (basicon en la instalación se setuptool)system-config-network-tui : Configuraciones de Redntsysv : Servicios del sistema

jueves, 8 de septiembre de 2011

zoneedit

wget -O - --http-user=username --http-passwd=password 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.mydomain.com'

sábado, 27 de agosto de 2011

change Hostname

vim /etc/sysconfig/network
hostname= nombre

vim /etc/hosts

127.0.0.1 Nombre

hostname nombre

service nertworking restart

martes, 26 de julio de 2011

hotmail en gmail

En Gmail te diriges a Configuración -> Cuentas -> Recibir mensajes de otras cuentas

Aquí introduces los siguientes datos relativos a tu cuenta de Hotmail:

Dirección de correo electrónico: (Tu dirección )
Nombre de usuario: de nuevo tu email
Contraseña: la tuya
Servidores POP: pop3.live.com
Utilizar conexión SSL: Sí
Puerto POP3: 995
Para recibir los emails en otros clientes:

SMTP: smtp.live.com
Autenticación: Sí (clave como en POP3)

Instalar systemd y systemd-sysv

Instalar systemd y s ystemd-sysv Debian $apt-get update $apt-get upgrade  $apt-get install systemd  $apt-get install systemd-sysv  Este...