If you want to set up Central Time (Chicago) on you deice you ntp server [IP of your NTP 1 server] ntp server [IP of your NTP 2 server] clock timezon UTC -6 clock summer-time DST recurring 2 sun march…
How to install SSL Certificate on a WLC (exported from ASA)
Imagine a situation that you have installed SSL Certificate on your ASA firewall. Installation of SSL certificate on ASA is an another topic which you can find a step-by-step guidance here. First of all, before you create a CSR, you…
Using grep and kill on Windows!
If you are heavy Linux user, and you love “grep” command, and you need use this on Windows command the “findstr” command is right for you. For example we want to search what processes are actually run in Windows, and…