Skip to main content
  1. posts/

Random VCDX Tips and Quotes?

·219 words·2 mins·
Christian Mohn
Virtualization Desktop featured fun GeekTool PHP Quotes Script VCDX
Author
Christian Mohn
IT veteran, podcaster, author, and blogger from Bergen, Norway.

vNinja-Labs
I needed something to spruce up my desktop environment, and it seems that one of the more popular ways to do that is to display random quotes and such on your desktop. Instead of hooking up to an existing quotes database, I simply made my own.

I have collected a few VCDX related tips and quotes, primarily from the archive Duncan Epping put together of VCDX Tips from VCDX 001 John Arrasjid, but also from the “submissions” I got from VCDX? Give Me a Quote! If anyone else wants their quote/tip/hint added to the database, please let me know!

But gathering all of these in a single location has no real purpose, so I managed to code up a really small PHP script that picks a random quote, and return it with attribution. The output is available at http://vninja.net/labs/quotes/quote.php and should return a random line from the db on each query.

I use this in combination with GeekTool to display a random, changing, quote right on my desktop:

VCDX Quotes on the Desktop

Inside GeekTool, I run the following command to generate the output:

curl http://vninja.net/labs/quotes/quote.php

This  is set to refresh every 120 seconds, as long as I have internet connectivity.

Feel free to use the script to do something similar, or if you have a better idea for it’s usage let me know!

Related

VCDX? Give me a Quote!
·90 words·1 min
Christian Mohn
News fun Quotes VCDX
Fixing "Could not create vFlash cache" error when powering on a VM
·722 words·4 mins
Christian Mohn
Virtualization featured SSD vCenter vCenter Appliance VCSA vFlash Read Cache vFRC vSphere Web Client
Quick and Dirty HTTP Based Deployment
·399 words·2 mins
Christian Mohn
Virtualization Automation Deployment fun http Python realworld vMA VMware vSphere