hello there, today im going to share with you a simple Java Class which is being able to generate passwords and their phonetics. I hope that you are going to enjoy it. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384public class PasswordGenerator { protected static char[] goodChar…
Tag archives for System Administration
Parsing Cisco Configuration using TCL and bash scripts
Hello All, its been a while since i blogged the last time, but i was pretty busy and overwhelmed by work. So today we are going to speak about extracting Cisco configurations “switches, routers, ASA, … etc” from the device…
Posted in Network, Programming, Shell Scripting, System Administartion | 2 Comments
File system monitoring and send HTML email notification using Bash
Hello Every Body, If you grow tiered of monitoring your Linux file system, and you need something quick and dirty hack to do it for you , here is the solution for you. It is a shell script which will do the following 1….
Posted in Shell Scripting, System Administartion | 2 Comments




