Showing headlines posted by eggi
« Previous ( 1 ... 13 14 15 16 17 18 )Troubleshooting Veritas Cluster Server LLT Issues On Linux and Unix
Quick tutorial on using the dlpiping command to troubleshoot VCS errors at the LLT protocol layer.
Simple Shell One-Liner To Enumerate File Types In Linux and Unix
How to inventory your filesystem using a simple shell one-liner in Linux and Unix, for all shells from ash to zsh.
Simple Arithmetic In Bash, Perl and Awk - More Porting
Translating equivalent arithmetic operations between bash, Perl and awk. Part of an ongoing series on porting code.
Using Perl On Linux To Do Mass Synchronization Of File Time Stamps
A look at yet another quick and simple Perl command line execution statement that you can use to save yourself lots of time...
How To Fake Associative Arrays In Bash
Currently, bash only supports one dimensional aways, however there are several different ways to emulate associative arrays in bash.
Simple Perl Script To Demonstrate DNS Name Lookups In Linux
This article approaches the opposite of a double-reverse-lookup (The double-reverse-lookup being IP to Name to IP mapping, with this being Name to IP to Name mapping). Some sites use Double Reverse Lookups as a security measure.