Search Results

Search: Posts Made By: oti
Forum: IP Networking 07-08-2013
12,858
Posted By oti
I changed the approach a little bit. I noticed I...
I changed the approach a little bit. I noticed I don't actually need to kill tshark in order to stop the capture.

I have the following Diameter input:

host:~/work/regression$ sudo script -q -c...
Forum: IP Networking 04-30-2013
12,858
Posted By oti
Unfortunately filtering offline it's not an...
Unfortunately filtering offline it's not an option as well. The whole point is to model an ongoing scenario and that has to happen in real time.

As I said I'm open to any solution so I don't need...
Forum: IP Networking 04-29-2013
12,858
Posted By oti
Thank you, Yoda! Autostop condition as...
Thank you, Yoda! Autostop condition as implemented by tshark is not an option. The messages can be quite different in size so I can't rely on size. All I'm interested in is the message type (e.g....
Forum: IP Networking 04-29-2013
12,858
Posted By oti
Stop tshark capture
I need to stop capturing after a specified number of Diameter messages have been received. I tried using tshark but -c <capture packet count> option is not what I need.
Any idea how I can do that?...
Forum: SuSE 01-25-2006
157,364
Posted By oti
processor : 0 vendor_id :...
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 47
model name : AMD Athlon(tm) 64 Processor 3000+
stepping : 2
cpu MHz : 1808.829...
7,529
Posted By oti
How to limit the number of running instances of a script?
I would like to allow only one instance of a script to run at any moment.

I've tried the following solution to count the instances but the result is always the number of running instances plus one...
51,193
Posted By oti
Ygor, you're right. Thank you. Here is how I...
Ygor, you're right. Thank you.
Here is how I solved the problem:


tr -dc "[:alnum:][:space:][:punct:]"
51,193
Posted By oti
I'm sorry. The 'printing characters' are those...
I'm sorry. The 'printing characters' are those ones with hex codes between 20 and 7E (inclusive) plus tab, carriage return, line feed. The others are the 'non-printing characters'.

Ygor, your...
51,193
Posted By oti
mbb, thank you for your answer. For me...
mbb, thank you for your answer.

For me 'non-printing characters' are the characters with hex codes between 20 and 7E (inclusive) plus tab, carriage return, line feed (see www.asciitable.com...
51,193
Posted By oti
Remove non printing chars
How can I remove all the non printing characters from a file? I've tried using sed but I can't figure out how ! (change all but...) works with the substitute command.

I know how to do it in perl...
53,569
Posted By oti
How can I test if a file is opened by a process? ...
How can I test if a file is opened by a process?

I have the following situation: a process (suppose I don't know anything about it) writes data into a file very very slowly. I want to copy the...
Forum: Filesystems, Disks and Memory 04-13-2004
5,216
Posted By oti
It works!
My U10 works fine with two 40GB mirrored HDDs.

Thank you guys!
Forum: Filesystems, Disks and Memory 03-11-2004
5,216
Posted By oti
I've found the supported disks list for U10 at...
I've found the supported disks list for U10 at http://sunsolve.sun.com/handbook_pub/Systems/U10/components.html (http://) and there is no 40GB supported drive.

I can take a 40GB drive from my PC...
Forum: Filesystems, Disks and Memory 03-10-2004
5,216
Posted By oti
Sun Ultra 10 hardware compatibility
How can I check if a Sun Ultra 10 workstation supports 40GB IDE drives?

Thanks!
4,704
Posted By oti
Linux & Office Suites
Please give me the names of some TOTALLY FREE Linux distributions and MS Office like applications suites for Linux.

Thanks!
3,208
Posted By oti
thank you very much! it really worked but what's...
thank you very much! it really worked but what's the explanation?
7
5,038
Posted By oti
try using perl
try using perl
3,208
Posted By oti
compatibility problem ??!!
hi!

i have two problems with the following script who prepares a date (removes the heading zero from day if day<10) for arithmetical operations:

<script>
#!/usr/bin/sh

DAY=`date +%d`;
echo...
Showing results 1 to 18 of 18

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