Search Results

Search: Posts Made By: vasuarjula
2,675
Posted By vasuarjula
Display Name change
Hi

Currently my display name is "vasuarjula". Is there a way i can change my display name without changing my emailID and password.
9,610
Posted By vasuarjula
checksum of remote server
Hi

I am trying to check the successfull transfer of a file from my local server to remote server.
I wish to generate a md5 checksum of the file residing on my local server and also generate a...
2,554
Posted By vasuarjula
read file by file in a directory
Hi

I have directory which has 5 files names test1, test2, test3, test4, test5
Now i want to read file by file and generate md5checksum.
Command used is
md5sum test1.
How can i read file names...
2,952
Posted By vasuarjula
I cannot change the sudoers file. Permission is...
I cannot change the sudoers file. Permission is denied.
2,952
Posted By vasuarjula
Run the script as other user
hello all

There are files on host1 which need to sftp'd to host2 everyday. user 'yyy' has his dsa keys set up on host 1 and host 2 . If user 'yyy' executes the below query without 'su' part, then...
1,321
Posted By vasuarjula
Thanks for the reply Now I have another...
Thanks for the reply

Now I have another question.

If input is like 024,225, then output should be like 024\',\'225. I am having a hard time dealing with the escape character in it. Please reply
1,321
Posted By vasuarjula
substitute comma
Hi all

I have data like in a file test"

'123,234,456'
I want to relace each occurence of , to ',' and put it in file "test"

After substitution file "test" should be like
...
4,745
Posted By vasuarjula
Thanks for the reply. But i still had a...
Thanks for the reply.
But i still had a question. Is transferring the file to Remote server is not considered as an activity on remote server? We transfer files using PUT command. So isn't put...
4,745
Posted By vasuarjula
FTP Connection die out
Hi,

I will ftp aroung 80 files after connecting to an FTP Server. But after 2 minutes of connection, it is timed out and connection is dying. Server had a 2 minute connection timeout if connection...
1,124
Posted By vasuarjula
Row to column
Hello All

I have data like

col1 | col2
AAA | 12,23,34
BBB | 34,32,1

My output should be like

col1 | col2
AAA | 12
AAA | 23
AAA | 34
BBB | 34
BBB | 32
BBB | 1

How can i get...
3,605
Posted By vasuarjula
Read file and remove special characters or strings
Hello all

I am getting data like
col1 | col2 | col3
asdafa | asdfasfa | asf*&^sgê
345./ |sdfasd23425^%^&^ | sdfsa23
êsfsfd | sf(* | sdfsasf

My requirement is like
I have to to read the file...
4,795
Posted By vasuarjula
pgp extension file
Hello all

Generate key: gpg --gen-key and follow onscreen prompts
List Keys: gpg --list-keys
Import the key: gpg --import ken-pgp.key.txt
Trust the Key: gpg --edit-key support@ken.com trust...
1,734
Posted By vasuarjula
Cannot see GPG installation
Hello all

I have installed gpg key be executing command
gpg --gen-key and followed the on screen prompts.
I have done all this stuff from my home directory
Now i am unable to see the results....
1,424
Posted By vasuarjula
perl substitution
Hello all

I have a strings like
" Watch news 24x7 "."x-wars is glowing"
" Watch news like 24 x 7"."x-mas will be celebrated"
" Dimensions of box is 24x23x47 ".

I have to remove the x(by) in...
2,298
Posted By vasuarjula
I got it. Thanks for the reply But i have a Q...
I got it. Thanks for the reply
But i have a Q again
i jsut came to know that to put a HTML number, we can type $#somenumber or &string.

For greater than symbol
we can say > or &gt.

If...
2,298
Posted By vasuarjula
HTML Encoded characters -- Perl
Hello all

I have a string like

" Have Fun for the rest of the day !. I will meet you tomorrow!"

! is the HTML Equivalent of ! symbol.
From the above string, i would like to remove...
5,598
Posted By vasuarjula
remove special characters
hello all

I am writing a perl code and i wish to remove the special characters for text.
I wish to remove all extended ascii characters. If the list of special characters is huge, how can i do...
38,581
Posted By vasuarjula
decrypt the file
Hello all

I am getting a encrypted file (.pgp) and a key which i have to use to decrypt that file. I couldn't understand where to put the key on my unix box so that decryption happens. Please...
2,665
Posted By vasuarjula
ssh config file
Hello all

I have question regarding the id_dsa keys and authorized_keys file in .ssh directory.
I know if we try to SFTP, id_dsa.pub file on server1 will be verified with contents of...
4,084
Posted By vasuarjula
Rename files recursively
hi

I have files named
123_234_aaa.jpg
234_231_345.jpg
and i wish to rename these files to
aaa.jpg and 345.jpg. i.e inital number,_,next number should be removed form the file name. Please let...
16,276
Posted By vasuarjula
Rename .pub and private key
I wish to generate a id_dsa.pub and id_dsa (Public and Private Key) in a common user group. I have checked the .ssh directory and i have already found id_dsa.pub and id_dsa existing.

Is that OK if...
2,028
Posted By vasuarjula
SSH Failure
Let me put the results of my SSH test:


1) Generated the pub key in my home directory on server1.
2) SCP the pub key to my home directory on server2
3) Tried to send the...
3,934
Posted By vasuarjula
Thankyou verymuch Its working.
Thankyou verymuch

Its working.
3,934
Posted By vasuarjula
Convert columns to single row
Hello all

I have data like

1
2
3
4
5

I wish my output would be like

1,2,3,4,5

For this i have executed
'BEGIN {FS="\n"; ORS=","} {print $0}' test
and got the output as...
4,082
Posted By vasuarjula
I have tried this and it is working. if i do it...
I have tried this and it is working. if i do it manually, command will prompt me for the password, and after entering, it will execute the script on the other server.
But i wish to automate. Like,...
Showing results 1 to 25 of 60

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