/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.funkycloudmedina.com
| | rvdnieuwendijk.com
6.2 parsecs away

Travel
| | In "Virtual machine failed to power on" Monique Vanmeulebrouk describes a problem where in one stage she needed to find an ESX server that has a certain MAC address. Of course you can log in to all your ESX servers and issue the "ifconfig | grep -i hw" command as described in the VMware Knowledge...
| | journal.robbi.my
6.9 parsecs away

Travel
| | I attempted to use the well-known 'm4a-to-mp3-converter' from maniactool to convert audio files from M4A to MP3 format, but unfortunately, it did not function as expected. Given that many media converters utilize the 'FFMPEG' library, and without access to a pre-built solution for converting multiple M4A files to MP3, I opted to create my own using PowerShell. param ( [Parameter(Mandatory=$true)] [string[]]$args ) if ($args[0] -eq "-all") { Write-Output $args[0] foreach ($file in Get-ChildItem -Filter *.m4a) { $filename = $file.BaseName ffmpeg -i $file.FullName -c:v copy -c:a libmp3lame -q:a 4 "$filename.mp3" } } else { foreach ($var in $args) { $filename = (Get-Item $var).BaseName ffmpeg -i $var -c:v copy -c:a libmp3lame -q:a 4 "$filename.mp3" } } it just a...
| | williamlam.com
3.0 parsecs away

Travel
| | I am constantly amazed at the number of new use cases that can now be enabled with some of the newand updatedcapabilities of our vSphere Platform. I recently discovered a new vSphere API that was...
| | notes.eatonphil.com
23.1 parsecs away

Travel
| Finishing up a FreeBSD experiment