Search Results

Search: Posts Made By: srkmish
Forum: Programming 02-16-2017
3,134
Posted By srkmish
Pandas vs Python CSV module
I was wondering is there any occasion where csv module will be desired over pandas. I skipped learning csv module and jumped right into the beautiful pandas and its magical ability to manipulate...
Forum: IP Networking 03-07-2016
1,593
Posted By srkmish
Open Flow Random Host Mutation in SDN
Hi Guys,

I have to demonstrate Moving target defense by employing Random host mutation in SDN. I can program in such a way to assign a new Virtual IP to the host every few seconds. However, my...
1,902
Posted By srkmish
Regular expression question
Hi guys,

I need a help with a query. Basically i want to know the difference between (0+01)* and ((0+01)*)* . It seems whatever string can be generated by the first RE can also be generated by...
17,821
Posted By srkmish
Does Shell Scripting in a Resume carry value?
Hi All,

I have learnt a lot by getting help from these forums. By the knowledge acquired, i have done the following automations which have helped prevent financial loss to my client.


...
11,524
Posted By srkmish
How to Read mail in a UNIX server?
My unix server is somehow configured to send mail to any id in my network. However, how do I read the mails in my inbox.

I can send mails using mailx -s

However, when I try to check whether...
Forum: Programming 02-04-2015
1,707
Posted By srkmish
Any Good resources to learn Python
Hi Guys,

I will be doing my masters in Comp science in a few months. I would like to get intimate with python by ideally doing a project based tutorial. Is there any good resource for learning...
9,371
Posted By srkmish
I set all the paths. Now im getting following...
I set all the paths. Now im getting following error.

bash-3.2$ perl mq.prg Queue1 Server1
Undefined subroutine &main::MQCONN called at mq.prg line 24.
9,371
Posted By srkmish
Hi, Thanks for all your help so far. I...
Hi,

Thanks for all your help so far. I indeed have a bash shell and I ran the above command directly from bash shell that you mentioned after placing the PM files in /home/user1/Perl5/lib....
9,371
Posted By srkmish
Hi, Thanks for all the help so far. Can...
Hi,

Thanks for all the help so far. Can you please let me know if the below process is fine.

(i) Create the directory - /home/user1/Perl5/lib

(ii) Put the files in
...
9,371
Posted By srkmish
It is giving the following error, repeated a no...
It is giving the following error, repeated a no of times. I cant run as root. I don't have the permission :(


System call "/usr/bin/wget -O -...
9,371
Posted By srkmish
Im sorry but I have little idea about perl...
Im sorry but I have little idea about perl modules.

Im assuming that we have to check for MQseries.pm module and get its path. How do I know whether it exists and how to find the path?
9,371
Posted By srkmish
How to write Perl Script to Get MQ Queue Depth?
Hi ,

I got the following script from internet to display queue depth using Perl Script. However, when I execute it , im getting following error. Can anyone shed light on what is going wrong?

...
1,872
Posted By srkmish
How to check Which Servers are using a particular certificate in Websphere?
Hi Team,

I understand that this query does not involve Unix exactly, but can anyone give me pointers as to know which Servers host a particular certificate i.e xyz.intra.com . The Development...
1,614
Posted By srkmish
Yeah, a the "a" variable is redundant. I dint get...
Yeah, a the "a" variable is redundant. I dint get the using the same mechanism part. Are you saying I should store the error value in a user defined awk variable and then use it?
1,614
Posted By srkmish
How to use a string in the for loop?
Hi Guys,

I have the below 2 exception which I want to monitor and subsequently many more. My problem is since the For loop takes the syntax for variable in word1 word2 as separate entities and my...
6,337
Posted By srkmish
I was having the 3rd approach in mind. Getting...
I was having the 3rd approach in mind. Getting data into local machine txt files by running multiple commands in one script on linux server and then using this data to display whatever needed on GUI...
6,337
Posted By srkmish
Any help is appreciated guys :(
Any help is appreciated guys :(
6,337
Posted By srkmish
Guys, need your help here. As said, i want to...
Guys, need your help here. As said, i want to build a monitoring tool to fetch data from linux servers and display it on a GUI Screen made with Java.

So, the tool will have tabs say Tab 1 - Check...
6,337
Posted By srkmish
Guys, I need to convince my manager that we...
Guys,

I need to convince my manager that we need to install plink for facilitation in monitoring over putty.

For example, I have thought of building a java applet which will have buttons say...
1,524
Posted By srkmish
Thanks Gull and Ravinder, your solution works...
Thanks Gull and Ravinder, your solution works perfect. However i found another simpler solution.


ps -ef | grep ^Admin | egrep -ic 'Jan|Feb|Mar'
1,524
Posted By srkmish
Double Grep Count
Hi Friends,

I want to find all processes beginning with the name 'Admin' and then do a grep count on those processes containing a specific string i.e. However, it is giving below error


ps...
13,863
Posted By srkmish
Thanks ,ill try to script this myself. I need...
Thanks ,ill try to script this myself. I need some help understanding the below line.


AT=sprintf ("%02d%02d%02d%02d%02d", D[3], D[1], D[2], T[1], T[2])


What exactly is the function of...
13,863
Posted By srkmish
Hey Guys, Now i have another logfile where...
Hey Guys,

Now i have another logfile where the timestamp in logs are displayed in a different manner as


2014.09.16 05:15:36.354.MST Exception Found
2014.09.16 08:18:36.277.MST Result Ok...
1,248
Posted By srkmish
I need to build a tool for Automatic GUI Validation
Hi Friends,

So we have an internal link in my project. We generally login into it with our ids , then enter some generic values to check whether the functionality is working fine. If it is fine,...
7,388
Posted By srkmish
This worked perfect. Thanks. I have another...
This worked perfect. Thanks. I have another query.

Suppose one of the servers does not have the file Audit.log.gz present , the script skips that server with an error message "Audit.log.gz not...
Showing results 1 to 25 of 60

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