0

How-to : Enable SSH on Cisco Nexus 1000v

-

In order to enable SSH access to Cisco Nexus 1000v (if it’s not enabled yet) followign commands have to be issues from Console or Telnet connection:

Nexus 1000v Switch
login: admin
Password:
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2012, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
nexus1000v# conf t
Enter configuration commands, one per line.  End with CNTL/Z.
nexus1000v(config)# ssh key rsa 2048 force
deleting old rsa key.....
generating rsa key(2048 bits).....
.
generated rsa key
nexus1000v(config)# ssh server enable
nexus1000v(config)#

Now you can use SecureCRT or PuTTY to connect to Cisco Nexus vis SSH of course if IP address is configured on the device and it is connected to network 🙂

0

Config snippets : PostgreSQL : Listening on all IP addresses

-

After installation PostgreSQL is listening on localhost only. To change that adjustment has to be done in postgresql.conf.

(more…)

0

Apple iOS6 post upgrade welcome wizard screenshots

-

At least with Apple iOS 6 upgrade process didn’t cause headaches (like previous iOS’ upgrades :)). For those who wants to see what happenes with iPad after upgrade here are screenshots of welcome wizard which shows after upgrade is completed.

(more…)

0

Apple iOS 6 Released

-

Finally Apple released iOS 6. After months of spreading news how great new iOS will be we can install it. So, was it really worth waiting and is it really that great as Apple tried to tell us past few months?

(more…)

0

Games : Screenshots : Skyrim Blackreach Sun

-

0

How-to : Create Zend Framework 1.x based project with home.pl as hosting platform

-

I’m using home.pl to host some of my projects. Also, this is test platform for some of the application I work on. At some point I started using Zend Framework and when tried to use home.pl to host Zend Framework-based project went into bit of trouble. By default there is no shell access, so no way to manipulate httpd settings.

After few emails with Technical Support from home.pl I received step-by-step instructions from them on how to create Zend Framework-based project and make it run correctly, so I thought it is worth to share.

(more…)

0

How-to : Riverbed Service Platform (RSP) installation on Riverbed Steelhead 250H

-

Previous article about Riverbed covered RiOS upgrade process. In this post I will show how to install Riverbed Service Platform (RSP).

First let’s see how to get RSP image and what is RSP and how this can be used.

RSP can be downloaded from Riverbed Support page (https://support.riverbed.com/software/rsp.htm), where appropriate version for particular RiOS and Steelhead model can be downloaded.

Best source of detailed description will be RSP User’s Guide, so I did use it as source of information.

RSP offers branch-office-in-a-box services with the following benefits:

  • A VMware-based virtualization platform that provides the benefits of the most commonly deployed and advanced virtualization tool set
  • Support for running up to five different additional services simultaneously on a single Steelhead appliance, depending on the service and Steelhead appliance model
  • Support for more services and types of services, including in-band packages located in-line with optimization such as the Universal Threat Management (UTM) security services, proxy solutions such as video or network monitoring services, and improved support for out-of-band packages  such as Windows Active Directory, DNS and DHCP management software, and print services.
  • A comprehensive, integrated user interface that provides granular control of RSP, including setup, reporting, and the definition of the data flow between services

(more…)

0

Games : Codes : Skyrim – Removing HUD for better screenshots

-

It is really cool to take a screenshot of the favorite game and have it as wallpaper. Unfortunately usually HUD spoils whole effect.

But… there is a solution 🙂 Turn off HUD.

(more…)

0

Tips & Tricks : ShoreTel ShoreGear console settings

-

When you need to connect to ShoreTel ShoreGear via console cable (MAINT port on devices) set PuTTY Serial Line setting as follows:

(more…)

0

Games : Codes : Skyrim – Hanging Gardens quest from Urag gro-Shub

-

I had problem with task given by Urag gro-Shub (he is sitting in The Arcaneum in Winterhold). He requested to bring him book “Hanging Gardens”. Problem was that at some point, before I got quest from him, I did get that book. Regardless that quest couldn’t be completed.

If that happens only solution is to enforce book to be dropped using codes:

  • player.drop 1AD08 1 – drops the book “Hanging Gardens” even is quest for that is already started

Once book is dropped pick it up and quest will move on.