Search Results

Search: Posts Made By: RohitKJ
34,931
Posted By RohitKJ
thanks jim, second code work for me.
thanks jim,

second code work for me.
34,931
Posted By RohitKJ
how to get process id in perl
Hey guys,

how can i get process id of some particular command in perl?

example:

$cmd = "date; sleep 10; date&";
system($cmd);

How can i get process id of system command?
1,633
Posted By RohitKJ
reading 1 file at a time will work. %file1 =...
reading 1 file at a time will work.

%file1 = ();
open my $FILE1, "<:encoding(utf8)", "$ARGV[0]" or die "Can't open file $ARGV[0]: $!";
while (my $line1 = <$FILE1>)
{
$file1{$line1} = "1";
}...
Forum: Web Development 07-30-2009
25,369
Posted By RohitKJ
Hi, it works... thanks for your help
Hi,

it works...
thanks for your help
Forum: Web Development 07-30-2009
25,369
Posted By RohitKJ
How to auto update html page
is there any way to auto update html page.
I created html page entry.html, whenever i change in html script i need to refresh my page.

If not in html, can we do this in any other language and how?
4,086
Posted By RohitKJ
Hi Yagami, The steps i followed are as...
Hi Yagami,

The steps i followed are as follows-

my machine:M
remote machine:R
chmod 700 ~/.ssh
ssh-keygen -t rsa -f ~/.ssh/id_rsa
no passphrase put in.

it generates 2 files at...
4,086
Posted By RohitKJ
ssh-keygen stops working
Hey guys,
I was using ssh-keygen settings for a long time to login on remote machines without password.
2 days back it suddenly stops working, i tried by reset all ssh-keygen setting but it not...
Showing results 1 to 7 of 7

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