Search Results

Search: Posts Made By: vickramshetty
Forum: Linux 05-28-2010
32,496
Posted By vickramshetty
Simplified find command to find multiple file types
Hi,

I'm using the following command to find the multiple requierd file types and its working fine


find . -name "*.pl" -o -name "*.pm" -o -name "*.sql" -o -name "*.so" -o -name "*.sh" -o...
Forum: Linux 03-18-2010
3,993
Posted By vickramshetty
Unix Equivalent Windows Variable
Hi,

I've set my Unix User Profile Variables as follows..


export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8


I want to set the same codepages in my Windows Vista Environment..

How...
Forum: Linux 03-12-2010
2,684
Posted By vickramshetty
Thank you very much guys.. warm regards ...
Thank you very much guys..

warm regards
Vikram Shetty
Forum: Linux 03-12-2010
2,684
Posted By vickramshetty
thanks u very much ungalnanbu and selvan.. ...
thanks u very much ungalnanbu and selvan..

Its working fine..

Could you please pass on me any material that describes the above behaviour of variables..

thanks

Vikram shetty
Forum: Linux 03-12-2010
2,684
Posted By vickramshetty
How to get an Indirect Variable Value..?
Hi,

I've got a small problem.

If varible A stores "B" and Variable B stores C,
How to get the value of variable B by using only Variable A..?

I tried the following but didnt work pease...
Forum: Linux 12-23-2009
42,923
Posted By vickramshetty
Need resolution for the command "UUENCODE"
HI,

I'm getting the following error while using "uuencode"


-bash: uuencode: command not found


I assume either the path is missing or it has not installed..

1)Wat is the command...
Forum: HP-UX 11-24-2009
13,557
Posted By vickramshetty
HI, dennis/chakrapani and vbe. Worked for...
HI, dennis/chakrapani and vbe.

Worked for following permission combination

@server1
users/user1 755
users/user1/.ssh 700
users/user1/.ssh/id_rsa (private key) 600

@server2
users/user1...
Forum: HP-UX 11-23-2009
13,557
Posted By vickramshetty
Hi dennis/chakrapani. I've created...
Hi dennis/chakrapani.

I've created authorized_keys2 file and loaded the public key to it

Both home directories are having the permission 755
All subdirectories including.ssh and files are...
Forum: HP-UX 11-23-2009
13,557
Posted By vickramshetty
Hi dj, Thanks for the reply. I did...
Hi dj,

Thanks for the reply.
I did everything , even i gave 640 permission to all of the objects as u said.
Still its asking for the passowrd.

i've ran scp in verbose mode.
Please have a...
Forum: HP-UX 11-23-2009
13,557
Posted By vickramshetty
Hi, Thank you very much. I deleted the...
Hi,

Thank you very much.

I deleted the folder id_rsa And successfully created the id_rsa and id_rsa.pub key

I pasted the id_rsa.pub contents in authorized_keys as well as known_hosts files...
Forum: HP-UX 11-22-2009
13,557
Posted By vickramshetty
Problem - Creating SSH Public/Private keys. Please help.
HI,

I'm trying to create SSH public/private keys using following command.

hp023:/users/vikram> ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key...
Forum: HP-UX 11-17-2009
6,003
Posted By vickramshetty
sendmail is working in all of the servers i'm...
sendmail is working in all of the servers i'm using..
Please check my very first post in this thread. i believe i've explained my problem clearly.

Please help me . i'm still messed in ssh..
Forum: Linux 11-17-2009
3,806
Posted By vickramshetty
Need SCP script equivalent to FTP script .
Hi,

Currently i'm using the folllowing FTP acript and its working.

echo "open $server" > ftp_file
echo "user $user $password" >> ftp_file
echo "cd $remote_dir" >> ftp_file
echo "lcd...
Forum: HP-UX 11-16-2009
6,003
Posted By vickramshetty
hi thanks for the reply, I tested the "for...
hi thanks for the reply,

I tested the "for loop" for the two servers, server1 and server2
But its giving the foloowing error
ssh: {server1}: Name or service not known
ssh: {server2}: Name or...
Forum: HP-UX 11-15-2009
6,003
Posted By vickramshetty
Automatic execution of commands in multiple servers using single script.
Hi,

I've to do a simple job many times whenever it has been asked, just i've to log in to all of fourtien HP servers and i've to execute
ps -fu user > temp
cat temp|sendmail "xyz@z.com"...
Forum: Red Hat 11-14-2009
46,736
Posted By vickramshetty
Send HTML body and HTML attachment using MUTT command
Hi there..


I need a proper "mutt" command to send a mail with html body and html attachment at a time.

Also if possible let me know the other commands to do this task.

Please help me..
Showing results 1 to 16 of 16

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