Archivo del Autor: carlosap

Common Router Sw commands

CONSOLE PASSWORD Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line con 0 Router(config-line)#password CCENT Router(config-line)#login Router(config-line)#^Z Router# *Jan 19 21:49:48.235: %SYS-5-CONFIG_I: Configured from console by console Router# TELNET PASSWORD Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line vty 0 4 Router(config-line)#password cisco Router(config-line)#login Router(config-line)#^Z *Mar 1 00:02:14.499:… Leer más »

Minicom macosx

Here’s a step-by-step set of instructions on how to console onto your cisco router or switch from your mac using minicom. Install minicom via Fink [Fink minicom page]. In the Terminal, type fink install minicom Purchase the Keyspan PDA adapter. Install the driver and reboot Configure minicom. Type minicom -s in the Terminal, and select… Leer más »

Menu Meters ( Free GNU )

http://www.ragingmenace.com/software/menumeters/   MenuMeters is a set of CPU, memory, disk, and network monitoring tools for Mac OS X. Although there are numerous other programs which do the same thing, none had quite the feature set I was looking for. Most were windows that sat in a corner or on the desktop, which are inevitably obscured… Leer más »

Xquartz

The Xquartz project is an open-source effort to develop a version of the X.org X Window System that runs on Mac OS X. Together with supporting libraries and applications, it forms the X11.app that Apple has shipped with OS X since version 10.5. Latest Release 2009.01.03 X11.pkg version 2.3.2.1 released   Wireshark and others working with this version 🙂

Setting up Services for UNIX NFS Client for windows XP

Prerequisites Windows XP Professional Services for UNIX (SFU) 3.5 NFS share on Solaris Procedure Install SFU 3.5 from Microsoft Goto SFU Administration Click «Services for UNIX [ local ]» Set «Computer Name» to localhost Change «Client for NFS» options if necessary (default works for me) Click «User Name Mapping» Select «Use Password and Group files» which… Leer más »

Sun Studio 12 compilers and tools ML

Sun Studio 12 C Compiler ML Sun Studio 12 C++ Compiler ML Sun Studio 12 Fortran 95 Compiler ML Sun Studio 12 DBX Debugging Tools ML Sun Studio 12 build tools ML Sun Studio 12 IDE ML Sun Studio 12 X-Designer ML Sun Studio 12 demos ML Sun Studio 12 external editors ML Sun Studio… Leer más »

Adding mcrypt Support to PHP on CoolStack 1.3.1

Antes instalar: pkg-get -i autoconf Link: Adding mcrypt Support to PHP on CoolStack 1.3.1 One of the things that CoolStack is missing however is the mcrypt extension, which is used in a number of PHP applications, for example PHPMyAdmin. I was surprised this was missed out, as so many others are included. However it’s not… Leer más »