Archives
- September 2019 (1)
- October 2017 (1)
- December 2016 (1)
- October 2014 (1)
- June 2014 (1)
- December 2013 (3)
- November 2013 (1)
- April 2013 (1)
- October 2012 (1)
- May 2012 (2)
- January 2012 (1)
- November 2011 (1)
- May 2011 (3)
- April 2011 (1)
- May 2010 (1)
-
Recent Posts
Monthly Archives: May 2011
Setting UTF8 as default in FreeBSD shell & screen, useful for irssi
This is mostly for my own reference. Running irssi with UTF8 will produce garbage characters unless screen, shell and terminal(not documented here, most terminals use utf8 nowadays though) is also set to UTF8. The commands below will fix it, assuming … Continue reading
Create a report of your Virtual Machine inventory in VMware vSphere with PowerCLI
Here’s a short Powershell script that outputs your virtual machine inventory to a csv-file. Replace VCip with the ip of your vCenter server. Replace VCuser and VCpass with, preferably, a read-only user with access to your vCenter environment. Save the … Continue reading
Posted in PowerCLI, VMware
Tagged esx, esxi, powercli, powershell, vcenter, vmware, vsphere
4 Comments
Transcoding a stream from a Dreambox on FreeBSD using VLC
Do you want to watch your TV channels from home at work? Do you have a Dreambox? If so, continue reading. Streaming the raw output from a Dreambox over the internet usually makes it stutter. So transcoding it first to … Continue reading