Cisco Catalyst 3750 baseline configuration in best practices

Cisco Catalyst 3750 baseline configuration in best practices   Being update  

Continue Reading...

PowerShell: How to use SSH.NET Library for Cisco on Windows 7

As a network engineer, Expect script is handy on linux environment. Since working on Windows environment with limited power to install 3rd party software. Microsoft…

Continue Reading...

PowerShell: Searching text string on files.

    1. Looking for string "janice" and create an output file as "output.txt" dir C:\MyFolder I *.txt -R | Select-String -Pattern janice > C:\MyFolder\output.txt…

Continue Reading...

How to add RPMforge repository to CentOS6

Use RPMforge repository for extra 5000 packages for CentOS 6. Full list of packages : http://packages.sw.be/ Here is Howto.   1. Download *.RPM [root@nTOP ntp]# wget…

Continue Reading...