Search Results

Search: Posts Made By: modcan
35,306
Posted By modcan
convert binary file into text file
im looking for anothr way to convert binary file into text file
im using old solaris version (exatcly like xxd -r)
thanks
Forum: Linux 11-02-2008
4,977
Posted By modcan
NTP treshold "synchronisation lost"
does anyone know how to change the treshold of 128ms in NTP.

in order to ignore these alarms:

Oct 27 14:44:15 rt1 ntpd[19830]: synchronisation lost
Oct 27 15:08:25 rt1 ntpd[19830]: time reset...
2,411
Posted By modcan
delete strings till specific string
Hello
i want to know a way so i can delete all the strings in file from the begning till a specific string
3,160
Posted By modcan
i already tried diff which is ok but its not ...
i already tried diff which is ok but its not do you other solution other then diff
[root@trm102 root]# diff t1 t2
1,4c1,4
< 799718792 1801...
3,160
Posted By modcan
list comparison
what is the easy way to compare checksums of sereral paramters by script:

for example:
#im creating a file containing a list of checksum parameters
cksum...
2,975
Posted By modcan
filter errors in log
is there anyway i can filter/ignore specific error messages in the /var/log/messages?
3,870
Posted By modcan
ya i know its not critical but my main issue...
ya i know its not critical
but my main issue is to get ride of the alarm:
anyway do you happen to know how can this specific error message can be ignored by the /var/log/messages ?
Cheers
22,650
Posted By modcan
thanks one last thing do you know what is...
thanks
one last thing
do you know what is the option that related to the first rotation.
mean if there is compress it wont effect the first rotate log(like messages.1).
cheers
22,650
Posted By modcan
so is there any way to limit the exact log size ?
so is there any way to limit the exact log size ?
3,870
Posted By modcan
from what i read its happen when there is a more...
from what i read its happen when there is a more then 128ms delay.
is it possible to change the thrshold of 128ms ?
3,870
Posted By modcan
NTP errors
im getting errors on all of my NTP clients.
Oct 27 14:44:15 cms2 ntpd[19830]: synchronisation lost
Oct 27 15:08:25 cms2 ntpd[19830]: time reset 0.688591 s
Oct 27 15:08:25 cms2 ntpd[19830]:...
22,650
Posted By modcan
logrotate size limit
Hi
i configured log rotate for a specific file.
/var/log/sauer

i configured create a file in logrotate.d
[root@ci logrotate.d]# cat /etc/logrotate.d/sauer
#this is a logrotate configuration...
22,479
Posted By modcan
maybe i missing something i ran this script: ...
maybe i missing something
i ran this script:


#!/bin/bash
if [ ! -r ${HOME}/.ssh/id_rsa.pub ]; then
ssh-keygen -b 2048 -t rsa
fi
#Append to the copy on the remote server
cat...
22,479
Posted By modcan
bash ssh login script
hello
anyone have done ssh login script without "expect"
(automatic login from host A / user b to Host B / user b without enter any passwords)?
cheers
9,189
Posted By modcan
bash: color strings in log file
hello
im looking for an easy way to color specific strings in text file.
simple example:

cat file1
acb 1234
qwer 5678

my goal:
cat file1 (color the acb red and the 5678 blue)
acb 1234...
Showing results 1 to 15 of 15

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