To get AWS CLI working in Cygwin: Install “python2-pip” with the Cygwin installer (and accept whatever dependencies it brings) Run “pip2 install awscli“ See what you have: “aws –version“, and continue with the usual “aws configure” procedure. Using AWS CLI is not very fast in this setup however. For example, showing specific Virtual Private Gateway […]
Tag: cli
Cygwin Vim vimrc Location
Just wanted to say this: In Vim under Cygwin the user’s vimrc is not looked up as ~/.vimrc. One of the correct locations is ~/.vim/vimrc. It will be read whether you start your editor as “vi” or as “vim”. You can use a template to start with: Markku@T540p ~ $ mkdir .vim Markku@T540p ~ $ […]
NX-OS and IOS Default Configuration Differences
I just found this a couple of days ago: http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_Software_Default_Configuration_Differences Good summary about the default configuration differences between NX-OS and IOS. Lots of people are familiar with the settings in IOS but NX-OS is often a new experience. That document is one of the must-read documents for those who are migrating routing from good old […]
Using Cygwin to Boost Your Toolkit
Using command line tools is often very natural for network specialists as that really is the way of configuring the devices in straight-forward way, and traditionally that has made it possible to automate certain things easily. That concept also extends to other environments, and Cygwin is one of my favorite tools on Windows computers because […]