Search Results

Search: Posts Made By: garric
Forum: Cybersecurity 06-01-2011
6,076
Posted By garric
Thanks pludi. >> First, you can set the...
Thanks pludi.

>> First, you can set the default policy anywhere you want, since it's not a rule.

I want to open specific ports at the output and block the rest. Putting the default output...
Forum: Cybersecurity 05-30-2011
6,076
Posted By garric
Editing rules on iptables
Hello,

I was playing around with iptables to setup an isolated system. On a SLES10 system, I ran the below to setup my first draft of rules. I noticed that the rules come into effect immediately...
4,866
Posted By garric
I am looking at a installer that is something...
I am looking at a installer that is something like the 'installation wizard' we often see on windows. Will any of the ones you listed help make something like that?
4,866
Posted By garric
Create an installer
I have a software bundle for which I want to create an installer. One of the things I am also looking at, is to be able to install this straight from a CD or any external storage device. How do I go...
3,192
Posted By garric
Thanks. But I was looking for a simpler reg-ex....
Thanks. But I was looking for a simpler reg-ex. In perl or Java.
3,192
Posted By garric
No. That was just an example. Basically, I want...
No. That was just an example. Basically, I want to split a string on /\s+/ but do not want to split strings within quotes.

I guess it's too tough for homework, or atleast I feel so. Anyways, I'm...
3,192
Posted By garric
Reg Ex question
Hi All,

If I had a string that was a combination of plain text and quoted text - For ex

String: This "sentence is" a combination of "multiple words"

I wanted to know how I can write a reg-ex...
2,742
Posted By garric
Writing a wrapper
Hi everyone,

I have this custom sudo package over which I want to write a wrapper using PERL. The wrapper will do some pre-work and then call the regular sudo package from within itself. But I am...
Forum: Web Development 11-14-2008
16,698
Posted By garric
Cool, I guess the first option here will do. The...
Cool, I guess the first option here will do. The ' require valid-user' is probably what I was looking for. But what should I put into the config file to be able to enable this?

Directory ->...
Forum: Web Development 11-14-2008
16,698
Posted By garric
Sorry, my bad. I have to authenticate the user...
Sorry, my bad. I have to authenticate the user using LDAP and once I get a username/password, I can do that. But my problem is, in the configurations, I do not want to put a list of users like this ...
Forum: Web Development 11-14-2008
16,698
Posted By garric
thanks for this info. But I have one problem with...
thanks for this info. But I have one problem with this method which I am not sure how I can address. I do not want to restrict the page to a few. Will this method not require me to explicitly add...
Forum: Web Development 11-13-2008
16,698
Posted By garric
User authentication for some Perl CGI scripts
Hi,

I am trying to create a web interface with Perl CGI with 2 pages. The content of these pages is dependent on the user accessing it. Thus, I need some kind of authentication to identify WHO is...
Forum: Web Development 08-17-2008
3,352
Posted By garric
Thanks. Let me explain. If I want to have 2 input...
Thanks. Let me explain. If I want to have 2 input options, one with a text area which can take mulitple entries or a file upload capability - I would want one of these disabled if the other was in...
Forum: Web Development 08-10-2008
3,352
Posted By garric
Radio buttons oh other form elements
Hi,

I was wondering if there was a way of creating a radio button element in which the options themselves are form elements (text area or a drop down list) using Perl-CGI. Is there one?
...
Forum: Web Development 08-09-2008
5,404
Posted By garric
Do you have any suggestions? I am not sure I can...
Do you have any suggestions? I am not sure I can differentiate between a good one and a bad one?

Regards,
garric
Forum: Web Development 08-08-2008
5,404
Posted By garric
Sortable Tables in Javascript
Hi,

I am writing a web application using Perl-CgI mostly. I wanted to integrate a table in which I was capable of sorting columns and I don't think this is possible with static HTML code.

Can...
Forum: Web Development 08-08-2008
10,521
Posted By garric
that worked, thanks :)
that worked, thanks :)
Forum: Web Development 08-08-2008
10,521
Posted By garric
Thanks for this info. Yes, I think I need to go...
Thanks for this info. Yes, I think I need to go back and understand Javascript and HTML better.

As for this problem, this is what I wrote (still unsuccessfully)

my $display_form = new CGI;...
Forum: Web Development 08-06-2008
10,521
Posted By garric
Thanks. Looks like this will work for me. But how...
Thanks. Looks like this will work for me. But how do I integrate it into a CGI script?

Regards,
garric
Forum: Web Development 08-06-2008
10,521
Posted By garric
Pop up Confirmation Box
Hi,

I was writing a simple web application using Perl -CGI. When users try to do some operations, I wanted like a pop-up confirmation box. Is this possible with Perl-CGI?

Thanks in advance.
...
Forum: Web Development 07-26-2008
4,565
Posted By garric
Thanks for the replies.. I am looking for...
Thanks for the replies..

I am looking for some dynamic and some static tool tips. For example, if I point to a particular entry in a html table, I want to be able to query some for some...
Forum: Web Development 07-24-2008
4,565
Posted By garric
Tool Tip on a Perl CGI script
Hi,

I am writing a perl script using Perl CGI. There are various HTML tables and forms involved in this. Now I wanted to add a tool tip to the elements here but I am not able to find documentation...
Forum: Web Development 07-12-2008
3,555
Posted By garric
Compatibility with different browsers for frames
Hi,

I am writing a web application using Perl CGI. And I have defined an frame within like this

"<iframe id=\"iframe01\" name=\"iframe01\" height=480 width=800 frameborder=0...
4,373
Posted By garric
On posting, all the spaces (formatting) was...
On posting, all the spaces (formatting) was removed :D What I meant to imply with the asterix was the size of the screen 800X480 which is the iframe size.
4,373
Posted By garric
Ok here is the code for the iframe and the footer...
Ok here is the code for the iframe and the footer and how it shows up in IE 7

"<iframe id=\"iframe01\" name=\"iframe01\" height=480 width=800 frameborder=0 scrolling=no></iframe>"

print...
Showing results 1 to 25 of 101

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