Search Results

Search: Posts Made By: bigbut57
Forum: HP-UX 09-15-2008
28,128
Posted By bigbut57
use the day of the month for this in UX ...
use the day of the month for this in UX


ie

0 0 1,6,12,18,24,31 * * doit ....

this way, you only need to worry about the months with over 30 days....

Or setup on run for 30 day months,...
1,940
Posted By bigbut57
while loop
cat /etc/hosts -l | while read line
do
ip=`echo $line | awk '{print $1}' `
hostname=`exho $line | awk '{print $2, $3}' `

echo " $host is located at ip address $ip "

done
9,708
Posted By bigbut57
set your encrypted password, and use sed to...
set your encrypted password, and use sed to replace it

sed -s '/oldpass/newpass' /etc/shadow > /etc/shadow.new
cp -p /etc/shadow /etc/shadow.Orig
cp -p /etc/shadow.new /etc/shadow


this...
3,388
Posted By bigbut57
resolution
;)
Log out -

Do a Stop-A - this takes you to the OK prompt.

reset -all - at the ok prompt

This will resync your video card to your pnp monitor, and should solve your problems. (reset -r)...
Showing results 1 to 4 of 4

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