Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Register Here to Permit RSS Access by IP Address Post 302765657 by GTrip on Wednesday 9th of January 2013 10:27:44 AM
Old 01-09-2013
Website Using RSS:: Bartle Doo bd.summit.net/blog/
IP Address: 98.237.25.153
Comments: We introduce and promote Linux by drawing traffic through providing
content of a broad variety and subject matter. Content credit is always given to
the Unix and Linux Forums and to the content author. Direct links back to the
original full article are clear and easily available to viewers.
Any words of advice about how we can do a better job in promoting Linux is always
welcome. As always, thank you for your service.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Restricting access to a machine by IP Address

I have a need to allow only certain IP addresses to access a machine running solaris 9. I am not sure how this can be accomplished. Thanks in advance for your help. Patch (2 Replies)
Discussion started by: patch
2 Replies

2. UNIX for Dummies Questions & Answers

How to register an email address in unix

Hi, Could anyone please let me know, process to send an email from unix server ( SunOS 5.9). Also, explain the requirements should have. Specify the location to register an email (abc@xyz.com) in unix? Please help!! Thanks!! (0 Replies)
Discussion started by: praveenvi
0 Replies

3. Programming

Cannot access memory at address 0x8

Hi All I have a structure pointer and setting that pointer as NULL. When i tried to access the elements in the structure i am getting the error message. "Cannot access memory at address 0x8". This i tried in LINUX. When the same program is tried thro UNIX (HP-UX), i am not getting the message... (8 Replies)
Discussion started by: rkraj
8 Replies

4. UNIX for Dummies Questions & Answers

Permit sftp load /etc/profile on AIX6.1

Hi, I've set on /etc/profile: TMOUT=3600 readonly TMOUT It seems to work when I connect using ssh client, putty for example, but not when connect through sftp. What am I missing on sshd configuration? regards Israel. (2 Replies)
Discussion started by: iga3725
2 Replies

5. Linux

Block RSH access by IP address

Hi All i need to use RSH ( i can hear you all banging your head against a wall ) but i want to block a certain IP address from access my machine via RSH, is there way to do this thanks A (3 Replies)
Discussion started by: ab52
3 Replies

6. Cybersecurity

How to access private IP address?

HI, I'm doing a research on client/server connection. I need to run the server code to open socket connection with the client code. To make the test real, I need to run the server code from a a machine far away from the client over the Internet. IN ORDER TO RUN THE CODE, the client has to know the... (3 Replies)
Discussion started by: ENG_MOHD
3 Replies

7. Solaris

Restrict XWindows Server Access by IP Address

We want to disable graphical logins on our Solaris 10(64bit sparc )boxes, but I haven't found any information on how to do it via google. Most likely I am using the wrong search terms (i've been looking for "xdmcp" and "x11" "disable") . While looking through the output of "svcs -a | grep... (3 Replies)
Discussion started by: the.gooch
3 Replies

8. What is on Your Mind?

Plan to Restrict RSS Access by IP Address

Hello Everyone, We plan to restrict all RSS news feed access soon based on IP address. This means that if you have a website or application that using our site RSS feeds, you can still do it; but your must register you site in this thread. So please reply with your IP address of your server... (7 Replies)
Discussion started by: Neo
7 Replies
MojoMojo::Schema::Result::Content(3pm)			User Contributed Perl Documentation		    MojoMojo::Schema::Result::Content(3pm)

NAME
MojoMojo::Schema::Result::Content - Versioned page content DESCRIPTION
This table stores the actual page content; in other words, it's a table of page versions (revisions). It has a composite primary key "(page, version)", where "page" is the id of a page, and "version" is its version number. Each version has a content "body", a "status" ("released" or "removed"), and a "release_date". Revisions that have been replaced by a newer revision have a "remove_date" and a "comments" set to "Replaced by version x.". The "type", "abstract" and "precompiled" columns are for future use. "created" is essentially equal to "release_date" (there can be a 1-second difference), and is used externally by other modules and in templates. "release_date" and "remove_date" are used internally. COLUMNS
page References MojoMojo::Schema::Result::Page. creator References MojoMojo::Schema::Result::Person. METHODS
highlight Returns an HTML string highlighting the changes between this version and the previous version. The changes are in "<span>" or "<div>" tags with the class "fade". formatted_diff <context> <old_content> Compare this content version to <old_content>, using Algorithm::Diff. Sets a "diffins" CSS class for added lines, and a "diffdel" CSS class for deleted lines. The "<ins>" and "<del>" HTML tags are also used. formatted Return the content after being run through MojoMojo::Formatter::*. merge_content Show the merge conflict of the content for two different edit sessions of the same page. max_version Return the highest numbered revision. previous Return the previous version of this content, or undef for the first version. pub_date Return the publishing date of this version in a format suitable for RSS 2.0. store_links Extract and store all links and wanted paged from a given content version. encoded_body Encode content body using numeric entities. AUTHOR
Marcus Ramberg <mramberg@cpan.org> LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-05-23 MojoMojo::Schema::Result::Content(3pm)
All times are GMT -4. The time now is 06:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy