How do I invert a protocol or ip address test while writing iptables based shell scripts?
{ 3 comments }
FAQ tagged as:
How do I invert a protocol or ip address test while writing iptables based shell scripts?
{ 3 comments }
How do I use awk pattern scanning and processing language under bash scripts? Can you provide a few examples?
{ 13 comments }
Q. How do I login over ssh without using password less RSA / DSA public keys? How do I use ssh in a shell script? How do I login non-interactivly performing password authentication with SSH and shell scripts?
{ 10 comments }
Q. Can you explain the tr command and how to use it under Linux / UNIX like oses?
A. The tr utility copies the given input to produced the output with substitution or deletion of selected characters. tr abbreviated as translate or transliterate. It takes as parameters two sets of characters, and replaces occurrences of the [...]
{ 12 comments }