Unix
-
Add Another Entry to the UNIX Haters’ Handbook
I was using the command line to quickly build out a file hierarchy. I wrote something that looked basically like:…
Read More » -
Compute MD5 Checksum Hash on Windows and Linux
Use the following commands to print out the MD5 hash for a file. On Windows: 1 2 3 4 >…
Read More » -
Linux Command to Find how Long a process is Running in UNIX
Hello guys, today, I am going to share one of the useful tips to find out how long a particular…
Read More » -
10 Tips on working fast in UNIX or Linux
10 UNIX Productivity tips Have you ever amazed to see someone working very fast in UNIX, firing commands and doing…
Read More » -
Top 25 Unix Commands With Examples
Hello Friends, In this tutorial,you will learn top Unix commands which are handy in day to day work,specially from…
Read More » -
Unix: Find files greater than date
For the latter part of the week I’ve been running some tests against Neo4j which generate a bunch of log…
Read More » -
Unix: Find all text below string in a file
I recently wanted to parse some text out of a bunch of files so that I could do some sentiment…
Read More » -
Unix: Split string using separator
I recently found myself needing to iterate over a bunch of ‘/’ separated strings on the command line and extract…
Read More » -
Application Server as a Service in Unix
Running the Application Server as a service or daemon on the machine ensures that service restart automatically when the machine…
Read More »