Search Results

Search: Posts Made By: pat_pramod
1,929
Posted By pat_pramod
[Solved] How to install snmp on #50-Ubuntu 64 GNU/Linux?
Thank you for your help RudiC. Just for use of anyone who might come to this post in future, I followed instructions from this site and it worked for me (both installation and configuration).
...
1,929
Posted By pat_pramod
Thank you RudiC. It worked fine. Can you also...
Thank you RudiC. It worked fine.
Can you also point me to some reliable instructions to configure snmp please?

I see "/etc/snmp/snmp.conf" but there is no "/etc/snmp/snmpd.conf". I am not sure if...
1,929
Posted By pat_pramod
How to install snmp on #50-Ubuntu 64 GNU/Linux?
Hi all,
I am trying to install snmp on a Linux VM so I can use snmpwalk, snmpget etc.
On searching the forum I found two old posts from 2010/11. So I wanted to ask again if there are any updated...
Forum: Linux 08-04-2015
2,503
Posted By pat_pramod
Thanks for the suggestion 4walters. I'll decide...
Thanks for the suggestion 4walters. I'll decide on windows upgrade first and then will install Linux. I'll have to search for Linux installation instructions for windows 10 though. But I'll look...
Forum: Linux 08-03-2015
2,503
Posted By pat_pramod
This definitely sounds tempting to me :) One...
This definitely sounds tempting to me :)
One question that just came to my mind, as windows 10 has just arrived, do you think I should wait to install ubuntu until I make my mind on whether or not...
Forum: Linux 08-03-2015
2,503
Posted By pat_pramod
Thank you for your suggestions, blackrageous and...
Thank you for your suggestions, blackrageous and vincent72
Forum: Linux 08-03-2015
2,503
Posted By pat_pramod
Need suggestions or references to find a way to get free Linux on Windows
Hi all,

I am sorry if this is a repetitive question and would be happy if I get directed to a source where I can find details about this.

I have a laptop with windows 8, 8 GB RAM and 1 TB hard...
5,134
Posted By pat_pramod
Thank you TioTony. I tried it in home directory...
Thank you TioTony. I tried it in home directory for root but it gave error that a required perl module for CPAN (CPAN::Meta::Requirements) is missing :mad:

I think I'll just wait until RHN is...
5,134
Posted By pat_pramod
How to install CPAN without using yum on Linux?
Hi all,

I am on Linux box where CPAN is not working for downloading any perl modules. When I try "perl -MCPAN -e shell" as root as well as a user, I get following error:
Can't locate CPAN.pm in...
8,188
Posted By pat_pramod
Thanks for the replies RudiC and derekludwig. ...
Thanks for the replies RudiC and derekludwig.
I am trying both of your suggestions.

@derekludwig, result field from the log/file is just a field which is not important.
I just need to...
8,188
Posted By pat_pramod
How to read file line by line and compare subset of 1st line with 2nd?
Hi all,

I have a log file say Test.log that gets updated continuously and it has data in pipe separated format. A sample log file would look like:
<date1>|<data1>|<url1>|<result1>...
6,866
Posted By pat_pramod
Hi rbatte1 and RudiC, Thanks for your inputs....
Hi rbatte1 and RudiC,
Thanks for your inputs. RudiC I followed your advice and it worked with little tailoring.
My apology for being late to respond here.
6,866
Posted By pat_pramod
How to read from file and convert from string to integer?
Hi all,

I am trying to write a script to be able to

Run top command
Pick the PIDs that are taking more than 90% of CPU time
Get more details like what is the script name and location for...
7,165
Posted By pat_pramod
Thanks a lot clx for your suggestion. It worked...
Thanks a lot clx for your suggestion. It worked perfectly.
7,165
Posted By pat_pramod
How to find and replace a string with spaces and / recursively?
Hi all,

I wanted to find and replace an email id from entire directory structure on a Linux server. I found that find . -type f -print0 | xargs -0 sed -i 's/abc@yahoo.com/xyz@gmail.com/g' would do...
2,446
Posted By pat_pramod
How to download a large zip file from a website?
Hi,

I am trying to write a shell script which will download a file from a website say <http://xyz.com/file1.zip (http://xyz.com/file1.zip)>.
The file is in .zip format and its size is huge,...
6,972
Posted By pat_pramod
Problem in using stty columns 140 in .profile on ksh
I tried using xterm /bin/bash and xterm /bin/ksh as I am on korn shell echo $SHELL
/bin/ksh but it doesn't open second terminal. So I guess I don't have X11.

Finally I am just going to give up...
6,972
Posted By pat_pramod
I have tried only printf "\033[8;24;140] and...
I have tried only printf "\033[8;24;140] and printf "\033[8;24;140t" from command line. Is there any other method of doing this?
And "printf" version doesn't show any error but seems like it doesn't...
6,972
Posted By pat_pramod
Thanks for your inputs wisecracker. But I tried...
Thanks for your inputs wisecracker.
But I tried printf "\033[8;24;140t" directly from my home directory and have also tried some varions like printf "\033[8;24;140]" but it didn't work.
So I am...
6,972
Posted By pat_pramod
Problem in using stty columns 140 in .profile on ksh
Thanks ctsgnb for your suggestion but I don't see .kshrc in my home directory but I ca see following files there:

. .forward .profile local.login
.. ...
6,972
Posted By pat_pramod
Use stty columns 140 in .profile on ksh
Hi,

I am trying to put stty columns 140 in .profile to set column width to 140 so I don't have to manully do it every time.
My main goal is to avoid seeing "Terminal too wide" message whenever I...
2,693
Posted By pat_pramod
Thank you everyone (Specially Don and CarloM), it...
Thank you everyone (Specially Don and CarloM), it worked with ksh instead of sh. Also sorry for being late to respond.
Here are some of the details I could find.....
/export/home/pj317q> type sh...
2,693
Posted By pat_pramod
Thank you for your input everyone. I am trying...
Thank you for your input everyone. I am trying this and the output is also pasted here./export/home/pj317q> cat displayname.sh
echo $1
echo $2
echo $9
echo ${15}
echo ${10}
/export/home/pj317q>...
2,693
Posted By pat_pramod
It's SunOS 5.8 on UNIX server. Should {} work...
It's SunOS 5.8 on UNIX server. Should {} work here :confused:
2,693
Posted By pat_pramod
[Solved] How to refer more than 9 command line inputs for a scripts in korn shell?
Hi all,

I have a script which should take more than 9 command line inputs while running. Likescript.sh a s d f g h j j k l o p i u y t r e w
Now in the script if I have to access one of the...
Showing results 1 to 25 of 35

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