Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Control multiple servers with ClusterSSH

Up
vote
Down

Cluster SSH opens terminal windows with connections to specified hosts and an administration console. Any text typed into the administration console is replicated to all other connected and active windows. This tool is intended for, but not limited to, cluster administration where the same configuration or commands must be run on each node within the cluster. Performing these commands all at once via this tool ensures all nodes are kept in sync. read more...
permapage | score:8949 | -gg234, January 8, 2008

Restrict users to SCP and SFTP with Chrooted rssh on RHEL

Up
vote
Down

FTP is insecure protocol, but file-transfer is required all time. You can use OpenSSH Server to transfer file using SCP and SFTP (secure ftp) without setting up an FTP server. However, this feature also grants ssh shell access to a user.

In this article series we will help you provide secure restricted file-transfer services to your users without resorting to FTP. It also covers chroot jail setup instructions to lock down users to their own home directories (allow users to transfer files but not browse the entire Linux / UNIX file system of the server) as well as per user configurations. read more...
mail this link | permapage | score:8938 | -nixcraft, January 2, 2008

rss2email: Get RSS feeds in email

Up
vote
Down

Have your rss-based news waiting for you in your email every morning...
Why would you want to receive feed updates in your inbox rather than checking them in a feed reader? Isn't the whole point of feed subscriptions to browse them at your leisure? For the most part, I don't want to receive an email every time one of the feeds I subscribe to is updated -- I have more than 200 subscriptions, so that would fill up my inbox pretty quickly. However, there are a few select feeds I do want to monitor more closely, so I use rss2email to shoot me an email when those are updated.
read more...
mail this link | permapage | score:8871 | -Ray, December 20, 2005

Fast RSS and Atom filtering with XQuery

Up
vote
Down

XQuery offers a flexible method to process XML files. Some find this method is easier to follow syntactically. See how XQuery makes it much easier to merge and filter information from XML documents when you embed the filtering instructions right into the document that you use to generate the output format. You can use that functionality to aggregate information from RSS and Atom feeds into the format you need. read more...
permapage | score:8680 | -solrac, February 5, 2008 (Updated: February 6, 2008)

A mobile RSS reader

Up
vote
Down

What good is a mobile computing environment if you can't keep track of your favorite news feeds on the go? Even though you can use Android's browser to read your favorite Web sites, you'll miss the chance to integrate RSS or XML data with other mobile applications to make your own mash-ups. Build a mobile RSS reader shows you how to use the Android Developer Tools to read, parse, and display XML data. read more...
permapage | score:8641 | -jmalasko, March 22, 2008

Build an Ajax RSS reader

Up
vote
Down

Web 2.0 is all about ingenuity, and solving the problem of how to create an RSS reader with XMLHTTP teaches you a lot about how to program the 2.0 Web. This article walks through the construction of an Ajax-based RSS reader using both XMLHTTP and script tags as the transport mechanisms. read more...
permapage | score:8615 | -solrac, May 23, 2006

Set up a Facebook RSS Feed Reader on your Blog

Up
vote
Down

This guide shows how you can build an RSS feed reader application for the social network Facebook that will display your blog's/web site's RSS feed on the profile pages of Facebook users (that have installed the RSS feed reader application). Each item of the RSS feed will have a Share button so that people can share the story with their friends, and the application will have an Invite link so that people can invite up to ten friends at once to also install this feed reader application. I will use PHP5 to build the RSS feed reader application. To parse the RSS feed and generate HTML from it, I will use Magpie RSS. read more...
mail this link | permapage | score:8593 | -falko, September 4, 2007

Make your RSS feed speak

Up
vote
Down

This article shows you VoiceXML applications, built on a number of different solutions to generate the VXML required to listen to an RSS feed. You'll start with a simple XSL transform and then move to more advanced Perl- and Java-based solutions to generate the output. Learn how to use the interactivity in the VXML and dynamic scripts together to produce quite complicated voice-based applications with relative ease. read more...
permapage | score:8536 | -solrac, August 27, 2007

Convert Twitter to RSS with PHP

Up
vote
Down

This article explains the underpinnings of Twitter - specifically, what the REST API exposes, and shows PHP developers how to use public libraries to extract status from their own and their friends' timelines and convert it to other formats, most notably RSS. After reading this, you will have the skills to build your own Twitter and PHP applications and utilities. read more...
permapage | score:8470 | -solrac, March 14, 2009

MagpieRSS: Easy RSS Syndication

Up
vote
Down

MagpieRSS, affectionately known as Magpie, is an RSS and Atom parser for PHP. It allows you to display the newest articles from websites with RSS or Atom feeds on your own site. This is a great way to add new, fresh, and relevant information to your site. It parses RSS 0.9, RSS 1.0, and has some support for RSS 2.0 as well as Atom 0.3. read more...
permapage | score:8356 | -falko, October 5, 2006

RSS and Feed Readers

Up
vote
Down

This article looks at several RSS, feed readers, and news tickers including Liferea, Snownews, Devedge, and URSS.
RSS, feed readers, and news aggregators are a hot topic right now. Given the massive amount of news available on the net, it makes sense to be able to read all of the news you're interested in, without having to check a dozen or more websites. With a good feed reader, you can subscribe to your favourite news sites - or even to sites you wouldn't read as often as you would like - and have the software follow the news for you.

RSS is one component of the Semantic Web - and the only element currently enjoying widespread use.
read more...
mail this link | permapage | score:8338 | -Ray, August 30, 2004

Improve RSS with PHP

Up
vote
Down

RSS Syndication is virtually ubiquitous these days, so it's imperative that a PHP developer at least understand RSS and how it works. This article explains the basics and how to use PHP to create a much better RSS feed from a database, and how to use the XML_RSS module. read more...
permapage | score:8322 | -solrac, December 13, 2006

Peerkat, an RSS aggregator in Python

Up
vote
Down

Rael Dornfest, developer of oreillynet.com's Meerkat newswire service, has released Peerkat.
Peerkat is a personal syndicated data aggregator living on your computer desktop. Pick up RSS feeds from your favourite sources around the Net. Pick and choose stories that strike your fancy to automagically roll into your own syndicated feed. Peerkat is simple, small, lightweight, extensible, cross-platform, browser-independnent, Open Source, and 100% Python.
read more...
permapage | score:8079 | -HamishLawson, May 31, 2001 (Updated: June 29, 2003)

Build an RSS aggregator in PHP

Up
vote
Down

You'll appreciate this article's fully functional PHP code snippets, demonstrating the use of PHP-based server-side functions to develop a customizable RSS feed aggregator. In addition, you'll reap instant benefits from using the fully functional RSS feed aggregator code, which you can download from this article. read more...
permapage | score:7993 | -solrac, January 23, 2008 (Updated: February 6, 2008)

Implementing RSS and Atom

Up
vote
Down

The oldschool way of manually managing e-mail subscribers, and publishing the news on your website doesn't cut it anymore. This article shows you the modern way with a step-by-step demonstration of implementing a general news publication architecture using RSS and Atom syndication formats. This will diffinetly ease the process and minimize human error and streamline the approach to news feeds. read more...
permapage | score:7953 | -solrac, September 29, 2006

An introduction to RSS

Up
vote
Down

In addition to the [read more] link below, this description of our RSS file will give you an example to look at as well as links to several more RSS pages and scripts down near the end of the article.
RSS stands for Really Simple Syndication or Rich Site Summary, depending upon whom you ask. It's a Web content syndication format, meaning you can use it to send, receive, and aggregate Web content from a variety of sources. RSS was originally designed for news sites (like us) to make their content available. Nowadays it's also heavily utilized by bloggers.

Using RSS is, well, simple. There are several RSS reader applications for Linux, including AmphetaDesk, HotSheet, Peerkat, clevercactus, Straw, and BottomFeeder. The upcoming Mozilla Firebird browser even has an RSS extension.
read more...
mail this link | permapage | score:7867 | -Ray, September 10, 2003

Display RSS and Atom feeds with SimplePie

Up
vote
Down

SimplePie is a PHP library that can fetch, cache, parse, and normalize RSS and Atom feeds. It allows you to display the newest articles from websites with RSS or Atom feeds on your own site. This is a great way to add new, fresh, and relevant information to your site. This guide shows how you can set it up for your own web site. read more...
permapage | score:7806 | -falko, August 31, 2008

RSS Introduction

Up
vote
Down

What are all those little orange RSS buttons and XML buttons you see everywhere including the site you are on right now? Why do you see code when you click on them? If you're interested in the answers to these questions, and are ready to find out more about why RSS so popular and what are the benefits, then take a look at this easy to understand article to learn all about RSS, including what feed readers are available and which one might fit your needs. read more...
permapage | score:7375 | -solrac, March 29, 2006

Comparison: RSS 2.0 vs. Atom 1.0

Up
vote
Down

A point-by-point comparison of RSS 2.0 and Atom 1.0...
The RSS 2.0 specification is copyrighted by Harvard University and is frozen. No significant changes can be made and it is intended that future work be done under a different name; Atom is one example of such work.

The Atom 1.0 specification (in the course of becoming an IETF standards-track RFC) represents the consensus of the Atompub Working Group within the IETF, as reviewed and approved by the IETF community and the Internet Engineering Steering Group. The specification is structured in such a way that the IETF could conceivably issue further versions or revisions of this specification without breaking existing deployments, although there is no commitment, nor currently expressed interest, in doing so.
read more...
mail this link | permapage | score:7342 | -Ray, July 19, 2005

A look at RSS 2.0 and new RSS developments

Up
vote
Down

A lot has happened in the RSS world. Two new specifications have come out, RSS has become one of the most popular XML standards, and tools and feeds are popping up everywhere. RSS has contributed to the explosion of weblogs, and it is becoming a standard part of other Web sites, too. This article reviews RSS 2.0, looks at new RSS developments, and jump-starts your understanding of this important format. read more...
permapage | score:6977 | -solrac, January 4, 2004
More articles...
Selected articles

No, RMS, Linux is not GNU/Linux

Space Tyrant: A threaded C game project: First Code

Space Tyrant: A threaded game server project in C

The Network Computer: An opportunity for Linux

The short life and hard times of a Linux virus

Why software sucks

Programming Language Tradeoffs: 3GL vs 4GL

Closed Source Linux Distribution Launched

How to install Ubuntu Linux on the decTOP SFF computer

Shadow.sh: A simple directory shadowing script for Linux

Space Tyrant: Multithreading lessons learned on SMP hardware

Tutorial: Introduction to Linux files

Graffiti Server Download Page

The Real Microsoft Monopoly

The life cycle of a programmer

Why Programmers are not Software Engineers

Apple to Intel move no threat to Linux

Scripting: A parallel Linux backup script

Beneficial Computer Viruses

Linux vs. Windows: Why Linux will win

Librenix T-Shirts and Coffee Mugs!

Download: Linux 3D Client for Starship Traders

Mono-culture and the .NETwork effect

Missing the point of the Mac Mini

The Supreme Court is wrong on Copyright Case

Space Tyrant: A multiplayer network game for Linux

Microsoft to push unlicensed users to Linux

Hacker Haiku

Linux dominates Windows

MiniLesson: An introduction to Linux in ten commands

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 

Articles are owned by their authors.   © 2000-2010 Ray Yeargin