No Image

How To Convert Text Into Audio

January 15, 2017 JB 0

How To Convert Text Into Audio STEP 1: Open Notepad. Press Win+R and type Notepad and Press Enter. STEP 2: Now, Copy following program and paste it in Notepad Dim message, sapi message […]

No Image

Linux Directory Structure

December 31, 2016 JB 0

Overview   Everything in Linux can be reduced to a file. Partitions are associated with files such as /dev/hda1. Hardware components are associated with files […]

No Image

Power off multiple VM’s

November 4, 2016 JB 0

 Connect to Vcenter Connect-viserver vc.abc.com Stop-VM -VM (gc C:\Temp\serverlist.txt)  -Confirm:$false