I had some time to tinker after an upgrade of my system Wanted to learn something new, and play I found some useful commands The first useful command i could run is to list all registered guest on my host. vim-cmd /vmsvc/getallvms Get power state of a VM vim-cmd /vmsvc/power.getstate <Vimid> From the image above you […]
Category: Software
For those of you who understand the topic reference. Shame on you. Doing some digging on how this would work i came across the following help document from our friends over at Skype (now, Microsoft) on how to run multiple Skype clients on a single desktop session. The procedure was shockingly simple to do. From the Windows taskbar, […]
I wrote some steps on this in a previous post. I am back again to take you for my ride in upgrading to update 1 for ESXi 5. Direct download update link: https://hostupdate.vmware.com/software/VUM/OFFLINE/release-328-20120312-212851/update-from-esxi5.0-5.0_update01.zip Once you have the upgrade zip, you will wan to SCP this over to the ESXi 5 server. I use my datastore […]
Today I was working on testing some systems when some of the errors I had been getting eluded to the machines security information not being unique from other systems. It’s time for sysprep, but first we need to find it. Is it on the DVD media…? No! Perhaps we have to cross a broken Bridge, […]
Below I have instructions on how to get a Virtual Box image of Chrome First step to getting Chrome OS working on your Virtual Box install is download a USB or Virtual Box image. Pulled mine from: http://chromeos.hexxeh.net/ or http://chromeos.hexxeh.net/lime.php Once you have the image extract it to a directory Now open up Virtual Box […]
To install ClamAV run the following command apt-get update apt-get install clamav Manually update virus databases freshclam You will see ClamAV update process started To manually scan files/folders for viruses clamscan -r /location_of_files_or_folders Sample Output ———– SCAN SUMMARY ———– Known viruses: 1184347 Engine version: 0.97.3 Scanned directories: 60 Scanned files: 334 Infected files: 0 Data scanned: 309.25 […]