Archivo del Autor: carlosap

How to Configure Full Internet Access On BlackBerry Movistar

You are interested, if you want to do any of the following, especially if you are an individual prosumer rather than a big corporate user: * Run BES-required Internet software without BES! * Instant Messaging, AIM, ICQ, MSN (Verichat, WebMessenger, BerryVine, IM+, etc.) * Full HTML web browsing ability (Reqwireless, BlackBerry Browser, etc.) * IRC… Leer más »

Blackberry 8100 Updated Modem Scripts for OS X 10.5 (Leopard)

Updated Modem Scripts for OS X 10.5 (Leopard) If you’re a rabid early adopter like me, you’ve probably already installed Leopard and discovered that the original modem script doesn’t work with the new OS. However, it’s unlikely you then repackaged all of the modem scripts (BlackBerry 8100,8700 and 8800) into the new modem script format and made them available for… Leer más »

apn blackberry

Movistar México(ok) APN: internet.movistar.mx Uuario: movistar Contraseña: movistar Configuracion +cgdcont=1,»IP»,»» +cgdcont=1,»IP»,»internet.movistar.mx»

Task 3: Configure Your Router to Support SDM

You can install and run SDM on a router that is already in use without disrupting network traffic, but you must ensure that a few configuration settings are present in the router configuration file. Access the CLI using Telnet or the console connection to modify the existing configuration before installing SDM on your router. Step… Leer más »

Common Configuration Register Settings Cisco Router

0x2102 The default -> looks for a startup-config file in the NVRAM and for a valid IOS image in flash 0x2142 NVRAM contents are bypassed, startup configuration is ignored. 0x2100Router boots into ROM Monitor mode

How to Upgrade IOS on a Cisco Router

When would you need this: The upgrade is required when you plan to add more duties to the router or new hardware. The installation is required when the IOS image you have on the router is corrupted. Special Requirements: The router’s flash size should be enough for the new IOS image.

Configuration modes

R1(config)# GLOBAL CONFIGURATION MODE R1_1841(config)#line vty 0 4 R1_1841(config-line)# exit takes back one level ^Z takes back to the privileged mode

Navigation arrows / history

up arrow = <CTRL-P> shows last command down arrow = <CTRL-N> brings one command up <CTRL-A>  takes the cursor all the way to the front of your current command <CTRL-E> takes the cursor all the way to the end of your current command left arrow = <CTRL-B> move backward character right arrow = <CTRL-F> move forward character Backspace… Leer más »

Configuring loggin synchronous

Configuring logging synchronous command on the console port to hold messages until detects no input from the keyboard. R1_1841(config)#line con 0 R1_1841(config-line)#logging synchronous exec timeout: R1_1841(config-line)#exec-timeout ? Timeout in minutes #####For educationals purposes###### R1_1841(config-line)#exec-timeout 0 0 R1_1841(config-line)#end ###Default time exec is 5 minutoes##### R1_1841(config-line)#exec-timeout 5 0 R1_1841(config-line)#end