Top 5 Open Source Software Testing QA tools

Top 5 Open Source Software Testing QA tools

Introduction – Software testing is the process of testing software product’s quality, risk and operability. Testing also helps to find bugs and fix them during product development. 1) Selenium (http://seleniumhq.org) – Selenium is a portable software testing framework for web applications. It supports number of popular programming languages, including C#, Java, Groovy, Perl, PHP, Python …

Read More Read More

Nagios daily and weekly Reporting and log parsing

Nagios daily and weekly Reporting and log parsing

Introduction – We wrote perl script for Nagios daily and weekly Reporting. This script is parsing nagios.log for all alerts notification and generating nagios report in CSV format… ** How to use? arunb@arunb:~$ perl /home/arunb/nagios-log-parsing.pl * Usage: /home/arunb/nagios-log-parsing.pl { <nagios_log file>  [ –summary ] } arunb@arunb:~$ ** To Generate Daily Nagios Report – arunb@arunb:~$ perl …

Read More Read More

How to take Live-Backup of VMware(Esxi Server) VM host

How to take Live-Backup of VMware(Esxi Server) VM host

Introduction– ghettoVCB is a simple shell script which you can use to take backup of LIVE/ONLINE backup of Vm hosts/machines/servers on VMware ESXi-4.x Servers. It is a alternate solution of VCB (Vmware Comprehension Backup) We need to copy this script on VMware ESXi servers. Please enable SSH on ESXi server and then copy this tool/script …

Read More Read More

Find command and Exclude subdirectory under searching with find command

Find command and Exclude subdirectory under searching with find command

mtime, ctime, and atime Unix keeps 3 timestamps for each file: mtime, ctime, and atime. Most people seem to understand atime (access time), it is when the file was last read. There does seem to be some confusion between mtime and ctime though. ctime is the inode change time while mtime is the file modification …

Read More Read More

Steps needed to create LUNs and to make them accessible by windows ISCSI initiators.

Steps needed to create LUNs and to make them accessible by windows ISCSI initiators.

Steps needed to create LUN and to make accessible by windows ISCSI initiators. mohit_netapp02*> lun setup This setup will take you through the steps needed to create LUNs and to make them accessible by initiators. You can type ^C (Control-C) at any time to abort the setup and no unconfirmed changes will be made to …

Read More Read More

How to Switch (change) from Unity Desktop to GNOME Desktop theme

How to Switch (change) from Unity Desktop to GNOME Desktop theme

Introduction – For some people (like me) the new default Unity desktop in Ubuntu doesn’t look easy to opertate.  However the Ubuntu is trying to differentiate itself with a distinctive to improve user experience (Ubuntu is rocking!!). Ubuntu 11.04, is using Unity as its default desktop interface instead of the classic GNOME. If you’re running …

Read More Read More

hatimerun – provides a time-out mechanism for shell scripts

hatimerun – provides a time-out mechanism for shell scripts

Hello Everyone, In day to day System Admin activities many times, you stuck to connect to any remote server, due to non-supporting timeout setting, here is the perfect solution for that ‘hatools’ – Thanks ‘MARKUS WINAND’, You can find this tool at http://www.fatalmind.com/software/hatools/ This tool will help you to manage your application and code with …

Read More Read More

Benchmarking for System and High Memory-CPU utilization – Part 1

Benchmarking for System and High Memory-CPU utilization – Part 1

Hello Guy’s, Every System Admin and technical person who is working or doing any kind of High Availability stuff, He really needs bench marking to check and verify system health under development, here I am very beginner in this kind of system benchmarking to know how server/CPU/memory and network reacts when doing this and given …

Read More Read More