News

This post covers some well-known Linux commands that, when used with particular options and arguments, can save you some time or ensure that what you are doing is what you intended. The first “trick” ...
Finding the version of Clojure you are using is as simple as executing one of the following commands inside the Clojure REPL, which you can enter by running clojure: # clojure Clojure 1.8.0 user=> ...
Most of the day-to-day operations of managing an Active Directory environment can be done from the Graphical User Interface (GUI), but the commands available from a command prompt can be very powerful ...
Sending messages to other users on the Linux command line can be very easy, but there are a number of commands that you might want to consider. In this post, we’ll look at four commands and see how ...
I find myself needing to write a Java console application and am quite rusty. Can anyone recommend a good analogue to Python's optparse library (or comment on the Apache Commons CLI)? Also, this is ...