What is Virtualization and Types of Virtualization

What is Virtualization and Types of Virtualization

What is Virtualization and Type of Virtualization? In general there are different types of virtualization like Memory,CPU, Storage, Hardware and Network virtualization. Howver here we are going to talk about OS virtualization only. 1] What is Hypervisor – Hardware virtualization or platform virtualization refers to the creation of a virtual machine that acts like a …

Read More Read More

Rigs of Rods

Rigs of Rods

Introduction- First of all thanks to “sourceforge.net” for hosting open source software. I’m follower “sourceforge.net” of project of the Month. “Rigs of Rods is project of month for November 2012. This is one of the best and rocking open source project. Rigs of Rods is a 3D simulator game where you can drive, fly and …

Read More Read More

Firefox yslow and Showslow for Website testing and automation

Firefox yslow and Showslow for Website testing and automation

Introduction- Showslow is web based interface to collect yslow data. We can use yslow+showslow to get website loadtime and various other details provided by yslow. This howto explains how to automate website loadtime/yslow testing using Firefox and Perl (Mechanize::Firefox, Firefox::Application module) * Please download perl scripts and Strawberry perl for Windows- URL- http://www.indiangnu.org/wp-content/uploads/2012/firefox-cli-for-yslow-url-pl.txt http://www.indiangnu.org/wp-content/uploads/2012/firefox-cli-for-yslow-url-from-csv-pl.txt http://www.indiangnu.org/wp-content/uploads/2012/yslow-firefox-sh.txt …

Read More Read More

perl script to check Bind dns zone files

perl script to check Bind dns zone files

Introduction – dns-zone-verify.pl is perl script used to check dns zone file syntax! This script verifies both Forward and Reverse Zone. Internally perl script is using named-checkzone and named-checkconf. Bind dns commands to check zone file syntax. Script is reading named.conf file to get all zone * Download – Please download perl script from following …

Read More Read More

Parse FTP server log and send mail for every uploaded files

Parse FTP server log and send mail for every uploaded files

Introduction – One of my friend was looking for script to parse FTP server log after every 10mins and send mail for every file uploaded by user with Username, Uploaded File Name, Date and Size.  Please prefer the follow perl script to this task…. Download ftp file from here – http://www.indiangnu.org/wp-content/uploads/2012/ftp_logparser-pl.txt 1] Script – arunb@mylaptop:~$ …

Read More Read More

What are the mount options for databases on NetApp NFS

What are the mount options for databases on NetApp NFS

Introduction- If you are using NFS (mount) volume/drive for Database, Then following mount options are recommended for databases on NetApp NFS: Common mount options are = rw,bg,hard,rsize=32768,wsize=32768,vers=3 OS Mount Options for Binaires Mount Options for Oracle Datafiles Solaris noac,nointr, proto=tcp, suid forcedirectio, noac,nointr, proto=tcp,suid AIX nointr,timeo=600, proto=tcp cio,noac, nointr,timeo=600, proto=tcp HPU noac,nointr, timeo=600, proto=tcp,suid forcedirectio, …

Read More Read More

Karesansui – Xen and kernel-based Virtual Machine (KVM) Manager

Karesansui – Xen and kernel-based Virtual Machine (KVM) Manager

Introduction – Karesansui is the best web based kernel-based Virtual Machine (KVM) and Xen Manager. Also one of the leading Japanese open source project. Karesansui has Simple, easy web-based interface. Easy installation. Saves initial cost to use. Free for all. Supports Xen/Kernel-based Virtual Machine(KVM) hypervisor. Other hypervisors/virtualization support on future plan. Please refer the project …

Read More Read More

Introduction to NetApp storage

Introduction to NetApp storage

Introduction- The NetApp Storage system is a hardware and software-based data storage and retrieval system. It responds to network requests from clients and fulfills them by writing data to or retrieving data from its disk array. It provides a modular hardware architecture running the Data ONTAP operating system and WAFL (Write Anywhere File Layout) software. …

Read More Read More

शीर्ष 5 मुक्त स्रोत नेटवर्क और पर्फॉर्मेन्स की निगरानी + चेतावनी प्रणाली

शीर्ष 5 मुक्त स्रोत नेटवर्क और पर्फॉर्मेन्स की निगरानी + चेतावनी प्रणाली

परिचय – मॉनिटरिंग अपने नेटवर्क और विभिन्न अनुप्रयोगों के अपने bussiness का सबसे महत्वपूर्ण हिस्सा है. तो निगरानी उपकरण का चयन महत्वपूर्ण है और सबसे महत्वपूर्ण कार्य है, क्योंकि आप पूरी तरह से जब भी कुछ गलत हो जाता है सूचित करने के लिए इस उपकरण पर जवाब देंगे! 1) Nagios – एक लोकप्रिय खुला …