Search Results

Search: Posts Made By: tafil
9,364
Posted By tafil
Its strange for my why it is not working in the...
Its strange for my why it is not working in the browser, it works when i execute it from the shell, this means that the script is okay.
Is it possible that this is more related to the apache...
9,364
Posted By tafil
I tried that but it is still the same on shell...
I tried that but it is still the same on shell the scripts works but not when i run it from the browser.

this is the output from my script it is the same as in the shell.



Array
(
...
9,364
Posted By tafil
curl doesn't work in browser
Hi

I need once again you help guys,
I have a php script that should call and url on the local-server, when i call the script from the browser it just prints the $str and it doesn't call the url,...
Forum: IP Networking 01-29-2009
7,528
Posted By tafil
Thanks for your replay i checked the how to...
Thanks for your replay i checked the how to (http://www.ibm.com/developerworks/linux/library/l-emu/) but i think this will work only as a fail over (if one link is down the other one will take the...
Forum: IP Networking 01-29-2009
7,528
Posted By tafil
Aggregate two internet connections
Hi

I have a question related to load balancing.I have two separate internet connections with 2Mbps speed and i would like to aggregate this two connections intro one connection with 4Mbps.Is it...
Forum: Solaris 01-16-2009
2,527
Posted By tafil
Thanks for you answer. I have sar on the...
Thanks for you answer.

I have sar on the machine
this is the output
00:01:00 %usr %sys %wio %idle
00:06:01 5 5 0 89

But whats the meaning of these...
Forum: Solaris 01-16-2009
2,527
Posted By tafil
Server performance
Hi,

i would like to ask if it is possible to get the server load on a solaris machine, but i don't want something like uptime (load average), iostat and vmstat. I would like to get something in...
Forum: Linux 11-27-2008
3,726
Posted By tafil
Thanks manikantants awk '{ if (NR==FNR) {...
Thanks manikantants

awk '{ if (NR==FNR) { my_array[$1]=$1; next;} if ( $1 in my_array ) {print $0}}' file1 file2

unbelievable it takes only 10 seconds
Forum: Linux 11-27-2008
3,726
Posted By tafil
Thanks a lot i will try that today
Thanks a lot i will try that today
Forum: Linux 11-27-2008
3,726
Posted By tafil
thanks your for your answer but i don't have any...
thanks your for your answer but i don't have any experience with DB's i never used them?
Do you have any guide how to create DB and Oracle or SQL ? how to import the files into the DB etc..
Some...
Forum: Linux 11-26-2008
3,726
Posted By tafil
grep -f CPU performances
Hi

I would like to thank you all for this excellent forum.
Today i tried to compare two files and i get some problem with it.
I have two files and i want to get all the data that match the first...
19,631
Posted By tafil
Thank you very much for your help era, i am using...
Thank you very much for your help era, i am using SMTP telnet because i am very limited on the machine ( i can not configure the sendmail file).
do you know an example how to use MTA?
19,631
Posted By tafil
Thank you very much for you help i finished the...
Thank you very much for you help i finished the script.

This is teh final script

ps -eo fname,rss | grep -v RSS | awk '$2 > 350000' |awk '{print $1}' >/tmp/tempfile
test -s /tmp/tempfile &&...
19,631
Posted By tafil
thanks for your answer this is a good idea to...
thanks for your answer
this is a good idea to use temporary files
but how does the script know if there is something written on the temp file
19,631
Posted By tafil
Memory usage of a process
hi all,

i want to write a script that checks the memory usage of processes and send a mail with the name of the process witch is using more then 300mb RAM.
dose anybody have a sample script or an...
4,959
Posted By tafil
thanks for you answer i was thinking the same...
thanks for you answer
i was thinking the same to store a output file from snoop and then to analyze it but i make this script

if [ `snoop -c 50 -p 21 10.*.*.* 10.*.*.* | awk '/FTP/ {print...
4,959
Posted By tafil
Snoop Script
Hi,

I want to write a script that checks an interface with the snoop command, if there is no traffic in 10 minutes on port 123 from the ip add 10.*.*.* it should send a e-mail.but i don't know...
Showing results 1 to 17 of 17

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