PC Power Supply Unit – Is it important ???

  Short answer – YES For the long answer read on …. Ever wondered why a good quality computer power supply costs Rs.3000 and upwards whereas you can get a Cabinet+PSU for 1000 Rs. What is the difference ? Cheap PSU does not include the the following to save costs AC Filter and Transient Suppressor [...]

[ More ] January 9th, 2012 | Your thoughts are welcome | Posted in Misc |

How to hide user account in Windows 7

Here I’m showing steps to hide a user account in Windows 7. The user account can be hidden from welcome screen but can be used while sharing etc. Steps Create a new account from User Accounts Make the following changes in registry Goto HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\Userlist Create a new “KEY”  if “SpecialAccounts” is not listed, under special [...]

[ More ] January 9th, 2012 | Your thoughts are welcome | Posted in Misc, Softwares |

Supercharge your wireless router !!!

The stock firmware in most of the wireless routers are severely limiting in features and performance. To make the most out of your router, you can switch to alternate firmwares like DD-WRT, OpenWRT, Tomato etc. However the alternate firmwares are in a constant state of development, which are mostly done in the spare time of [...]

[ More ] January 7th, 2012 | 1 Comment | Posted in Networking |

Google+ and the missing social media channel

  So, it’s been almost six months since the launch of Google+. Back in June and July we were all signing up and creating ‘circles’, but how much have we used it since? More importantly for owners of small businesses, how much do commercial organizations and businesses use the service? Research shows that the idea [...]

[ More ] January 3rd, 2012 | 1 Comment | Posted in Internet |

Facebook timeline cover photo size

Exact image size of a Facebook timeline cover photo : 851 X 315 Pixels

[ More ] December 16th, 2011 | 2 Comments | Posted in Internet |

Export the list of virtual machines to a CSV file

Here is the script to collect vmware virtual machines details and export to an excel (.csv) using  vSphere PowerCLI commands. This will help Vmware administrator to take a report of Memory, CPU usage,  Data store, HDD space allocation, Host server, Guest OS etc..  here we are using command “get-vm” and “Select-Object” to filter the properties [...]

[ More ] December 12th, 2011 | Your thoughts are welcome | Posted in Servers |

List of VM Property Names in Vmware – vSphere PowerCLI

VMware vSphere PowerCLI is a Powerful tool to automate the vmware infrastructure management. Here is the list of object names which you can use with “Get-vm” command. This object name will help you to create scripts with specific parameters like Host, Power State, CPU etc. Its also helpful to generate VM list (Inventory). Following list [...]

[ More ] December 7th, 2011 | 2 Comments | Posted in Servers |

Installation of Windows 8 Developer preview on VHD

It is better to try out window 8 on a VHD as the performance hit will be only on the HDD, rest everything will be on the actual hardware. Windows 8 Download link To install windows8 we can either burn a DVD or create a flash drive and install from it, here I’m using a [...]

[ More ] December 1st, 2011 | Your thoughts are welcome | Posted in Softwares |

Configure LACP with ESX/ESXi and Foundry BigIron switches

Here we are explaining how to configure ESXi server and Foundry Bigiron  switch for Link aggregation ( LACP ).  It is known as NIC teaming In VMware virtualization. Make sure that you have a Esxi configuration backup before the changes. There are different type of network load balancing mechanisms. here we are using “Route based [...]

[ More ] November 18th, 2011 | Your thoughts are welcome | Posted in Networking, Servers |

Backup and Restore ESXi configuration using VMware vSphere CLI

How to backup Here is the command to Backup ESXi server configuration to your local computer. You should have access to the ESXi server using  vSphere CLI tool. This will help administrator to schedule ESXi backup using Scripts. Download vSphere CLI tool from here. Open the CLI console and run following command. Tool located at [...]

[ More ] August 30th, 2011 | 1 Comment | Posted in Servers |