Many people jump into PowerShell and immediately think they need to start writing scripts. That couldn't be further from the truth, and actually I believe that can be counter-productive. Without a ...
The first software that I was actually paid to develop was a 2-page shell script that prompted the user for a dozen or so pieces of information, before launching a set of cooperating processes. Those ...
Don't expose your system with sloppy scripts! Although a Linux desktop or server is less susceptible to viruses and malware than a typical Windows device, there isn't a device on the internet that isn ...
ShellCheck is a code verifier that spots bugs, incompatibilities, and other problems in shell scripts. It’s valuable because few similar tools exist, and shell programming can be particularly flaky, ...
PowerShell is not just an application, it is a scripting language built on .Net CLR that automates IT tasks. It has backward compatibility with CMD and can automate simple or complex tasks. Because of ...
I recently switched to Mac OS X as my primary desktop operating system after spending over a decade on Linux. Although Apple’s operating system supplies practically all of the command line tools I ...
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.
Last night I was playing around with some of the Sysinternals tools and rediscovered a tool called Bginfo. For those who might not be familiar with Sysinternals, it is a collection of free tools ...
FFmpeg was designed as a cross-platform solution for video and audio recording, conversion, and streaming. Its About page describes the command-line tool as “the leading multimedia framework, able to ...