Search Results

Search: Posts Made By: summerpeh
Forum: Solaris 11-06-2008
116,736
Posted By summerpeh
How i test the UDP port is working?
Hi

anybody know how to test out the UDP port working?
cos UDP cannot use telnet to test...

Sumemr
3,240
Posted By summerpeh
thank jlliagre it works... for if [ "$(eval echo...
thank jlliagre it works... for if [ "$(eval echo \$ID$count)" = "1234" ];then
3,240
Posted By summerpeh
but if i use [ "$(eval echo \$ID$count)" = "1234"...
but if i use [ "$(eval echo \$ID$count)" = "1234" ] then the result will be ID1 which i want is ID1 value (1234)
3,240
Posted By summerpeh
my count=$(($count + 1)) is correct... this...
my count=$(($count + 1)) is correct...

this line is wrong... if [ eval echo \$ID$count = "1234" ];then
3,240
Posted By summerpeh
where am i wrong?
Hi anbody know where i'm wrong in?


#!/bin/ksh
ID1=1234
ID2=2345
ID3=3456

count=1
while [ "$count" -lt "4" ]
do
if [ eval echo \$ID$count = "1234" ];then
echo yeah
...
Forum: Solaris 09-08-2008
5,168
Posted By summerpeh
thank you it works...
thank you it works...
Forum: Solaris 09-08-2008
5,168
Posted By summerpeh
Hi i think u have got my meaning wrongly..
Hi

i think u have got my meaning wrongly..
Forum: Solaris 09-08-2008
5,168
Posted By summerpeh
echo help...
Hi anyone know...

ID1=1234
ID2=2345
ID3=3456

count=1
while [ "$count" -lt "3" ]
do
echo $(ID$count) --> i would like the out put to be 1234
count=$((count + 1))

done
exit 0


if i...
Forum: Solaris 09-05-2008
5,664
Posted By summerpeh
Thank all for the help. Annihilannic you script...
Thank all for the help. Annihilannic you script works^^

Thanks thanks..
Summer
Forum: Solaris 09-05-2008
5,664
Posted By summerpeh
i'm using solaris 9 & ksh.
i'm using solaris 9 & ksh.
Forum: Solaris 09-05-2008
5,664
Posted By summerpeh
i'm using solaris 9 and ksh.
i'm using solaris 9 and ksh.
Forum: Solaris 09-05-2008
5,664
Posted By summerpeh
Humm i guess i don have GNU date command. is...
Humm i guess i don have GNU date command.
is there other way?

Summer
Forum: Solaris 09-04-2008
5,664
Posted By summerpeh
Hi erm well 20080904 is a data of yesterday....
Hi

erm well 20080904 is a data of yesterday. can the script grep yesterday automatic?

sumemr
Forum: Solaris 09-04-2008
5,664
Posted By summerpeh
Script for automatic count the file i have
Hi

I have a folder will all the file ftp in everyday. I have to go in every morning to check to see everynight have all the 2000+ file have been all FTP in.

so every morning i will check like...
Forum: Solaris 09-04-2008
3,193
Posted By summerpeh
great!! thanks alot
great!! thanks alot
Forum: Solaris 09-03-2008
3,193
Posted By summerpeh
Hi Thank you very much... it works^^ ...
Hi

Thank you very much... it works^^

Summer
Forum: Solaris 09-03-2008
3,193
Posted By summerpeh
ok thank you.. i will try it out. Summer
ok thank you.. i will try it out.

Summer
Forum: Solaris 09-03-2008
3,193
Posted By summerpeh
Script for automatic deletion of old folder
Hi,
I have a folder with limited space. So i have to delete folder which are more than 5 days old automatically.
So my script should be like delete the folder more than 5 days old.
Can someone...
Forum: Linux 01-18-2008
7,003
Posted By summerpeh
how to setup a virtual IP to control 2 server load for linux
Hi

anyone know how to setup a setup a virtual IP to control 2 server load for linux? i only have 2 server, i don want to buy another just for the load balance... is there a way to do it?

Sumemr
Forum: Linux 12-10-2007
4,917
Posted By summerpeh
Load balance
Hello

anybody know how use Load balance in linux?

Summer
Forum: Linux 11-12-2007
2,587
Posted By summerpeh
How to install
How to install /usr/share/sendmail-cf/m4/cf.m4 to linux?

anyone know? when i run m4 it say don have this file /usr/share/sendmail-cf/m4/cf.m4. then i state need to install sendmail-cf, but how to...
1,629
Posted By summerpeh
i think u su - user1 then set the crontab to...
i think u su - user1 then
set the crontab to run the script for you right
4,012
Posted By summerpeh
Hi, you mean i just config file this...
Hi,

you mean i just config file this /etc/mail/sendmail.cf.
i thought must find the sendmail.mc file then compile to cf file then can??

Yufen
4,012
Posted By summerpeh
Configuring Sendmail
Hi anyone knows how to Configuring Sendmail on /usr/lib/mail/cd on solaris 9?

i cannot find the sendmail.mc file and i not able to use m4 to compile!
Pls help Thanks

Summer
Showing results 1 to 24 of 24

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