Páginas

miércoles, diciembre 08, 2010

redes 3G

High-speed data connectivity via T-Mobile's 3G network: In addition to its quad-band GSM connectivity, this phone is also compatible with T-Mobile's UMTS/HSDPA 3G network, which operates on the 1700/2100 MHz AWS spectrum. This phone is designed to automatically connect to the best available network (3G or GSM/GPRS/EDGE) to provide faster data speeds when accessing the Web.

In areas where the 3G network is not available, you'll continue to receive service on the via T-Mobile's EDGE network (which stands for "Enhanced Data Rates for Global Evolution"). This high-speed, mobile data and Internet access technology is fast enough to support a wide range of advanced data services (with average data speeds between 75-135Kbps), including full picture and video messaging, high-speed color Internet access, and e-mail on the go.

While this phone is optimized for use with T-Mobile's high-speed 3G network, many of its functions will also work well on the moderate-speed EDGE network. If you plan to access the Internet extensively on your phone, 3G network coverage may serve you best.

Activities that work well on EDGE or 3G networks:

  • E-mail, instant messaging, and texting
  • Downloading ringtones, CallerTunes, wallpaper, light data files
  • Sending photographs via e-mail or picture messaging

Activities that work best on a 3G network:

  • Viewing content-heavy websites (lots of images or videos playing)
  • Viewing YouTube and other video files (they will play on EDGE, but require loading time)
  • Uploading large files (photos, videos, presentations) to sharing websites
  • Downloading large files from an e-mail or a website

T-Mobile's 3G network is currently available in more than 220 cities nationwide and covers more than 160 million people.

domingo, noviembre 07, 2010

uninstall office 2010

http://support.microsoft.com/kb/290301/en-us?fr=1#FixItForMe

miércoles, julio 07, 2010

CODIGOS DE LUZ POST DELL INSPIRON 6000

Los códigos de diagnóstico de luz durante POST

There are three LEDs on most Dell systems, the flashes and combinations can help fault find. Hay tres LED en la mayoría de los sistemas de Dell, los destellos y las combinaciones pueden ayudar a encontrar la culpa.

One LED On, Two LED flashing Un LED On, Dos LED parpadeante
ON FLASH FLASH - No memory modules detected EN FLASH FLASH - No se detecta módulos de memoria

Two LED On One LED flashing Dos LED El LED parpadea una
ON FLASH ON - Memory detected but you have a failed module. EN FLASH ON - memoria detectada, pero tiene un módulo fallado.

One LED flashing Two LED On Un LED parpadea dos LED On
FLASH ON ON - CPU or processor failure FLASH ON ON - CPU o procesador de fracaso

Two LED flashing One LED On Dos LED parpadea un LED On
FLASH FLASH On - Graphics card failure FLASH FLASH On - falla de la tarjeta de gráficos

Two LED flashing One LED On Dos LED parpadea un LED On
FLASH ON FLASH - LCD Failure FLASH EN FLASH - No LCD

Two LED flashing One LED Off Dos LED parpadea un LED Off
FLASH FLASH OFF - Keyboard failure Flash Flash desactivado - Error de teclado

Two LED flashing One LED Off Dos LED parpadea un LED Off
FLASH OFF FLASH - USB failure FLASH FLASH OFF - Error de USB

To troubleshoot a problem with your computer, read the sequence of the status lights in order from left to right Num Lock, Caps Lock and Scroll Lock Para solucionar un problema con el ordenador, leer la secuencia de las luces de estado en orden de izquierda a derecha, Bloq Num, Bloq Mayús y Bloq Despl
If the computer malfunctions the individual lights display a status of either On , Off , or Flashing . Si el ordenador funciona mal las luces individuales mostrar el estado de cualquiera de On, Off, o intermitentes.

dd en linux

Creando uno copia idéntica de nuestra memoria USB
dd if=/dev/sdf of=memoria_icfes.img bs=512

viernes, abril 23, 2010

varios dominios con apache + ip publica

Cree una cuenta en dyndns y registre un par de dominios, los cuales apuntaron a mi única dirección ip por lo cual me propuse implementar un par de dominios en servidor apache2, buscando un poco en la web encontré que apache2 maneja algo llamado virtual host, así que me propuse configurarlo.
Luego de leer y modificar un par de archivos la única configuración que realmente me funciono fue la siguiente.
1.modificamos el contenido de

/etc/apache2/sites-available/default

el archivoquedo así

NameVirtualHost *:80

""
ServerName mi_dominio.com
ServerAdmin micorreo@mail.com
DocumentRoot "/var/www/web1"
"
"
""
ServerName midominio.net
ServerAdmin micorreo@mail.com
DocumentRoot "/var/www/web2"
"
"


luego desde una terminal reiniciamos el apache2
cd /etc/init.d
sudo ./apache2 restart

y listo ya podemos probar que nuestros dominios cargan perfectamente

martes, marzo 09, 2010

wm11

En la carpeta de instalacion de windows media player 11 renombrar LegitLibM.dll a legitlib.dll y listo ejecutar y configurar

domingo, marzo 07, 2010

OCR en linux

ocrad -v 221549.pgm >outfile.txt

Aptitude solo descarga atravez de proxy

para agregar un proxy al aptitude

export http_proxy=http://usuario:password@miservidorproxy.net:puerto/
export ftp_proxy=http://usuario:password@miservidorproxy.net:puerto/

para quitar proxy

export http_proxy=none
export ftp_proxy=none




PROBLEMA CON GNOME NETWORK MANAGER

Desde hace algunos días Gnome-network manager dejo de mostrar el estado de mi conexión eth0 en el panel superior, aunque mi conexión continuaba funcionando sin problema, siempre tuve la sensación de estar o no conectado, así que me propuse reparar el gnome network manager:

Edite el archivo interfaces ubicado en /etc/netwok/
el cual debe quedar así

auto lo
iface lo inet loopback

luego detenemos en gnome network manager
stop network-manager

por ultimo iniciamos de nuevo el gnome network manager

start network-manager