Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

4 Posted Topics

Member Avatar for hamadaabdallh

Guys, even i need to set up a network between two machines to transfer data with a fixed througput. (ex: 200 kbps) what is the h/w and s/w or any tool or script required to do so?? It would be of gr8 help, if any one guides me Thanx in …

Member Avatar for madurai07
0
116
Member Avatar for madurai07

[code] #!/bin/bash # Days and Procs declaration DAYS="3" PROCS="dyyno" # 3 days Old date AGO=$(date --date="$DAYS days ago" +"%b %d") # Getting pids PIDS=$(ps eaxo bsdstart,cmd,pid | egrep "^$AGO"' | egrep "$PROCS" | awk '{ print $4}') # killing the processes echo "Killing $PROCS process created $AGO days ago" kill …

Member Avatar for eggi
0
167
Member Avatar for madurai07

Hi, Does anyone know the script or tools needed to constrain the throughput. Actually, I want to setup an environment to allow computer A to transfer data to computer B on a constrained communication channel. Any kind of transfer is fine to verify the setup, e.g. an ftp file transfer …

Member Avatar for ahihihi...
0
115
Member Avatar for madurai07

Hi, I want to read a line in the file and check the content in the line, for example if the line starts with the text "sample test ..." i want to check wether the line starts with sample, but my code always return no result even thou the file …

Member Avatar for madurai07
0
149

The End.