The Internet Fishing Trawler: Some Storage Stuff Edition

[Read more]

The Internet Fishing Trawler: Grab Bag Edition

  • Interesting looking tool alert. If you’ve ever made a change to your public DNS records it can seem like an eternity for the changes to populate. DNSYO is a nifty little tool that will poll 500 DNS servers showing you the propagation of your records. Check it out!
  • Over at Packet Pushers, Eric Flores has a good blog post on F5 deployment types. The post is designed for in-line mode but talks about the “load-balancer-on-a-stick” (as in router-on-a-stick) method and the advantages and disadvantages of that design choice. My preference would be in-line mode as make troubleshooting issues nicer, something which should be taken into account in all designs.
  • Another awesome looking tool for those of you who use System Center Orchestrator, the “Orchestrator Visio and Word Generator” tool. Pretty cool and much better than static documentation. I’m sure I’ll get around at some point to writing a rant on how documentation is done all wrong but for now I believe tools like these should exist for all systems.
  • I’m a huge fan of Security Onion, an Ubuntu based distribution that bundles some of the best security tools out there into an easy to use (for a security product) package. I honestly think everyone should be running this somewhere, the logging information that it is able to obtain is awesome. To see the power have a read of this SANS ISC blog post by the (or one of the) creators of Security Onion, Doug Burks.
  • This is less hard tech but something I found interesting. Jeff Atwood of Coding Horror (also StackExchange, and many others, fame) asks a very good question, why does battery life on Windows devices suck? Honestly I moved to Mac (and OSX) in 2011 and haven’t looked back. I really find I’m not missing anything from Windows though I do miss PowerShell and the VIClient (going anyway so it doesn’t matter). PowerShell I can live without day to day and it helps to keep me sharp in more than one language, but some things are much nicer in OSX than in Windows. Just my experience.
[Read more]

PowerShell Tip Jar: Making things the way you like it

Have you got a nice New-Alias setup you wish were available every time you opened PowerShell? How about a cool function you’ve written that you’d like to not have to import at the start of each session? Well the PowerShell profile is for you! This little text file will allow you to put pretty much any PowerShell command in it and have it run every time you open a new PowerShell window. Think of it is the Windows equivalent of a Linux .bash_profile or .zshrc.

[Read more]

The Internet Fishing Trawler: Monitoring Edition

[Read more]

A Night At The Movies: PowerCLI Best Practices at VMworld 2013 Europe

For the past few years at VMworld, rockstar PowerShell gurus Alan Renouf and Luc Dekens have given a presentation on PowerCLI. Before I’ve felt that they could go a bit deeper and in this presentation I think they have hit it right on the mark with the depth. Some pretty good tips makes this worth watching.

WARNING: This isn’t an intro to PowerCLI, if you don’t know what an object is or you are just starting out then this might be a bit overwhelming. I’m not sure why they ask people to leave if they are looking for an intro, if you’ve read a PowerShell script you can get a vague idea about what they are going on about. I’m a believer in immersing yourself so you might not understand but when you do get to that level you can think back and go, “ah, that is what they were on about!”. But that is just my learning style.

[Read more]