Archive

Archive for September, 2011

Understanding NAT Terminologies.

September 27, 2011 Leave a comment

http://astorinonetworks.com/2011/08/16/the-inside-outside-of-nat-for-overlapping-networks/

Also read Keith Barker’s post at http://cln-cisco-elearning-production-vm.hosted.jivesoftware.com/thread/30767

As Aliou said…

nice post indeed, thanks Joe. I found my way to scratch it on my mind:
inside local: how i see myself
inside global: how others see me
outside local: how i see others
outside global: how others see themselves
—-
local: its about me how I see
global: it’s about others how they see
inside: me
outside: others

Categories: BCRAN, Networking

Cisco Sites.

September 27, 2011 Leave a comment
Categories: CCIE, Networking

Java JAR Tutorial

September 22, 2011 Leave a comment

Java JAR Tutorial link.

Categories: Java

JCA vs JMS vs Web Services

September 15, 2011 Leave a comment
Categories: Java

Git Cheat Sheet…..

September 9, 2011 Leave a comment

Git Cheat Sheet
  Command Purpose
Staging git add To add a file to the index / staging area.
Staging git rm To remove a staged file.
Staging git mv To rename a staged file.
Repository git show To view an object in the object store given its SHA1 ID.
Repository git cat-tree To view the information of a SHA1 object id.
Repository git ls-tree To view the tree information of a tree.
Repository git commit To carry out a commit.
Branching gir branch To create / delete / get information about a branch.
Branching git show-branch To view the information about a set of branches.
Branching git merge-base To view the common commit between the two branches / commit points.
Lookup git rev-parse To get the reverse mapping from an abbreviated SHA1 object ID or a tag or a file to a full SHA1 ID.

The cheat sheet can be downloaded in PDF and MS Word formats.

Categories: Git