The ps command that we all use to list processes has some interesting options that many of us never take advantage of. While the commonly used ps -ef provides a complete listing of running processes, ...
When developers perform distributed version control with Git, they should no longer think of the development workspace as simply a collection of files and folders stored on the file system. Git ...
In the previous post Java SE 7 Brings Better File Handling than Ever to Groovy, I discussed the ability to use Java 7’s NIO.2 implementation to discover a wide set of attributes, characteristics, and ...