10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hello,
Am very new to perl , please help me here !!
I need help in reading a URL from command line using PERL:: Mechanize and needs all the contents from the URL to get into a file.
below is the script which i have written so far ,
#!/usr/bin/perl
use LWP::UserAgent;
use... (2 Replies)
Discussion started by: scott_cog
2 Replies
2. UNIX for Advanced & Expert Users
Hi Guys..
I would like to ask for your inputs on this scenario:
We have a cfg2html setup on a linux OS VM. I am asked to migrate it to another VM but on a window server, is it possible to migrate it to solaris? would you know the step by step procedure? thank you. (0 Replies)
Discussion started by: SystemAddict
0 Replies
3. Programming
Hi friends,
I have been writing one c code to validate any url passed by a user.
Here is the code I have so far coded.
I am using one dictionary file to check values like http, https, www, ftp, etc for the URL that a user will pass for validation.
My code so far holds good for every thing... (1 Reply)
Discussion started by: prinsh
1 Replies
4. Linux
Hi,
Could someone please let me know how to How to check CFG2HTML for Linux servers?
I am new for OS end.
Thanks,
Vivek. (4 Replies)
Discussion started by: Viv_kadam
4 Replies
5. UNIX for Dummies Questions & Answers
Here is what I have so far:
find . -name "*php*" -or -name "*htm*" | xargs grep -i iframe | awk -F'"' '/<iframe*/{gsub(/.\*iframe>/,"\"");print $2}'
Here is an example content of a PHP or HTM(HTML) file:
<iframe src="http://ADDRESS_1/?click=5BBB08\" width=1 height=1... (18 Replies)
Discussion started by: striker4o
18 Replies
6. Web Development
I am trying to find a way to test some code, but I need to rewrite a specific URL only from a specific HTTP_HOST
The call goes out to
http://SUB.DOMAIN.COM/showAssignment/7bde10b45efdd7a97629ef2fe01f7303/jsmodule/Nevow.Athena
The ID in the middle is always random due to the cookie.
I... (5 Replies)
Discussion started by: EXT3FSCK
5 Replies
7. UNIX for Dummies Questions & Answers
Hello,
I need to redirect an existing URL, how can i do that?
There's a current web address to a GUI that I have to redirect to another webaddress. Does anyone know how to do this?
This is on Unix boxes Linux.
example:
https://m45.testing.address.net/host.php
make it so the... (3 Replies)
Discussion started by: SkySmart
3 Replies
8. Shell Programming and Scripting
Hi all,
I need to write a unix script in which need to call a url.
Then need to pass parameters to that url.
please help.
Regards,
gander_ss (1 Reply)
Discussion started by: gander_ss
1 Replies
9. UNIX for Advanced & Expert Users
Hi all,
I need to write a unix script in which need to call a url.
Then need to pass parameters to that url.
please help.
Regards,
gander_ss (1 Reply)
Discussion started by: gander_ss
1 Replies
10. UNIX for Advanced & Expert Users
Hi Folks,
I would like to learn the basics of unix administration like configuring telnet, ftp, smtp,etc..
Could u suggest me a good site for learning it??? or the methodology that has to be followed for learning it???
TIA,
Nisha
:) (2 Replies)
Discussion started by: Nisha
2 Replies