Hello all,
I'm having trouble getting the following code to work and at a point where I am stuck. I am trying to perform client side authentication using a certificate during a POST request. I'm only interested in sending the client cert to the server and don't really need to check the server...
Hello all,
Pretty new to PowerShell and hoping someone can point me in the right direction.
I need to perform a POST request and have to pass it a locally stored cert (x509) during the POST request, for authentication.
What is the best way or way to accomplish this? I've found plenty of...
Hello all,
I'm pretty new to both Ubuntu and Ubuntu in a mix Windows environment. I have my Ubuntu boxes all authenticating successfully using my AD. What I am now trying to do and having problem with is the following: Trying to setup a local non AD user on the Ubuntu box and it's still trying...
Hello,
I'm a complete newbie to powershell. I'm trying to catch the output of the command that I'm calling, which is pscp binary. I would like to check for errors returned when the binary is executed. Depending on the error I would like to trigger an event, like attempt to re-transfer the...
Not sure what it is you are trying to actually do.
If all you are trying to do is get a result or content, try this.
#!/usr/bin/perl
use strict;
use warnings;
use LWP::UserAgent;
use HTTP::Request::Common;
my $proxy = 'http://proxyIP:Port/';
my $contentget = 'http://www.google.com';
my $ua...
Hello all,
I am kinda stuck with what I am trying to do. Here is my code. I am creating a subroutine, which will be going into a larger script. Where I am stuck is trying to figure out the best to tackle to following problem.
#!/usr/bin/perl
use strict;
use Tie::File;
my $line;
my $i=0;
my...
Hello,
New to C#, I have been trying to figure out why the keyUP event I coded continues to trigger and how to suppress it.
KeyUp code that I am using is shown below. I have tried handled, suppressKeyPress, but neither keep it from firing once it performs the performClick action.
What I am...
Hello,
I am pretty new to C#. I am trying to figure out a few things.
I dragged a binary (which is console application) to my project. This cosole APP will be required to be installed/be part of the project when I do a build. Is this the right to do this, I want it to be copied when the user...
What i've been trying to do is.
Grab the lines that start with ^RCPT TO: before the line that starts with ^DATA and append them to the line after the To: section.
example:
MAIL FROM:<Megan@bankofdeerfield.com> SIZE=1016 BODY=7BIT
RCPT TO:<testuser36@testdomain.com> ******Grab this line *****...
Hello I have the following script with I have been pulling my hair out trying to get the second part working. Please keep in mind I am pretty new to Perl. I am having trouble figuring out how to capture the lines which contain the string "RCPT TO" and add each of the captured lines to the...
Hello everyone,
I am pretty new to Perl and hoping someone can please point me in the right direction. I am trying to do stuff based on timestamp from the hour field.
I am doing something like this:
if ( $hour = 2..9 )
{
DOING STUFF HERE
}
If there anyway to either only show single...
Hello I am new to C# and I am going through some examples.
I ran across this example for passing data between forms and I am not quite sure with the extra stuff after the return (memberVariable)
Specifically the == 0 ? 0 : totalHoursDecimal / numOfChargeInteger; part? Is there another way to...
Hello,
trying to figure out how to timeout/wait xx seconds for a command to run/return before it dying out and just printing command took to long etc. Not an external command in this case I am running a simple -w to check if two different directories are writeable. The problem is that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.