Search Results

Search: Posts Made By: svalenciatech
14,952
Posted By MichaelFelt
would be better to think of DLPAR as an operation...
would be better to think of DLPAR as an operation to dynamically alter a virtual machine aka LPAR.

WPAR can be seen as the AIX implementation of the jail concept. Solaris has a similar construct...
924
Posted By knight_eon
$ cat cnamegenerate.sh if [[ ! -z ${1} ]];...
$ cat cnamegenerate.sh

if [[ ! -z ${1} ]]; then
IP_ADDRESS="${1}"
else
echo -e "Usage:\n\t${0} <IP_ADDRESS>"
exit 1
fi

echo ${IP_ADDRESS}



For the PHP

<?php...
2,074
Posted By yg10
The script prints _all_ domains because of the...
The script prints _all_ domains because of the line:
echo $line;

to print only necessary domains you should write something like:

while read line;
do
echo $line;
REG=whois $line | grep...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy