Search Results

Search: Posts Made By: rhacodactylus
Forum: Linux 06-13-2007
2,381
Posted By rhacodactylus
Linux Server Performance and Cisco Equipment
Hi,

I have different Linux server which connected via LAN ( Cisco switch and fire wall ).
Which is the best way to check the performance of LAN ?
e.g. permanent traces on Cisco switch or...
3,142
Posted By rhacodactylus
Backup Software for UNIX systems
Hi,

which software is recommended for backup of UNIX systems ( e.g. SUN, Solaris ). Backup software and database e.g. Oracle.
One possibility is Networker, but license is expensive and also...
Forum: IP Networking 11-10-2005
3,661
Posted By rhacodactylus
connection
Hi,

it is not so simple, we need more information.
How is the connection between the hosts ( e.g. router ).
Look for the command traceroute.

Best regards
Dieter
7,943
Posted By rhacodactylus
protect from rm
Hi,

I wrote an rm script to force all time rm -i.
This You can set as variable in .profile.
At first will asked the enviroment, so the user will asked all time.
The same You can do for mv und...
7,099
Posted By rhacodactylus
unwanted remove
Hi,

if You want avoid unwanted remove, You can write Your on Script rm to force the user all time use option -i.
Set this as enviroment variable with .profile.
At first UNIX will ask the...
5,983
Posted By rhacodactylus
Hi, did You try cat file1 | sort ......
Hi,

did You try

cat file1 | sort ... >file2

Best regards
Dieter
21,380
Posted By rhacodactylus
crontab
crontab -l >$CRON_TEMP

awk '$0!~/PATTERN/ { print $0 }' $CRON_TEMP >$CRON_NEW

crontab $CRON_NEW

# PATTERN means some words of the line which should not be in new crontab
10,424
Posted By rhacodactylus
netmasks
Hallo Reborg,

Very good, thank You for Your help.

Best regards
Dieter
10,424
Posted By rhacodactylus
script for netmask check
I want develop a script which should also check validity of netmask.
e.g.
/etc/netmasks
10.15.20.30 255.255.255.224

How can I check which IP adresses are valid for this netmask?
I...
Showing results 1 to 9 of 9

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