Shell accounts give access to a remote system via a shell, like early internet users in the '90s. A shell account offers a ...
PowerShell is extremely powerful and once you get the hang of it, you can see how you can easily do things that using Unix shell is harder to do. Yeah, every row is an object and each column is ...
Ever wondered why programming in Bash is so difficult? Bash employs the same constructs as traditional programming languages; however, under the hood, the logic is rather different. The Bourne-Again ...
One of the most convenient ways to manipulate information in scripts is to store it in an array. Arrays facilitate looping through lists of related values, keeping track of an ever changing number of ...
Maybe you're married to Microsoft Exchange, but you secretly pine for open-source e-mail tools like SpamAssassin or fetchmail. Or maybe you're using Unix-based applications for some network services, ...
Attaching a remote drive or directory on a Windows box is called “drive mapping” though the process is essentially the same as what we call mounting in the Unix world. While I rarely spend any ...
When the Windows 10 Anniversary Update was announced, there was one feature that got me excited: support for the Linux Bash shell. I grew up using Unix shell commands and was always frustrated by the ...
One particular frustration with the UNIX shell is the inability to easily schedule multiple, concurrent tasks that fully utilize CPU cores presented on modern systems. The example of focus in this ...