<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>ilug-cal.org</title>
	<atom:link href="http://www.ilug-cal.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilug-cal.org</link>
	<description></description>
	<pubDate>Tue, 27 Dec 2011 16:04:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The quick-fix guide to Slackware Package Management.3</title>
		<link>http://www.ilug-cal.org/2011/11/08/the-quick-fix-guide-3/</link>
		<comments>http://www.ilug-cal.org/2011/11/08/the-quick-fix-guide-3/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 15:37:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Geeky Stuff]]></category>

		<category><![CDATA[Home Users]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=374</guid>
		<description><![CDATA[In order to  create a Slackware package, you will need to have the binary files for  the package you want to create. Obviously this means you will need to  either have the binary files already available in your system, or you  will have to build the binary files from the source [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/11/08/the-quick-fix-guide-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introduction to Linux Kernel Modules.3</title>
		<link>http://www.ilug-cal.org/2011/10/27/introduction-to-linux-kernel-modules-3/</link>
		<comments>http://www.ilug-cal.org/2011/10/27/introduction-to-linux-kernel-modules-3/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 12:18:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=354</guid>
		<description><![CDATA[Start  article &#62;&#62;
Start  article 2 &#62;&#62;
When the linux kernel discovers the need for a module, the kernel request to the kernel daemon ( kerneld) to load the appropriate module. Let’s take an example: we are going to mount a NTFS partition in the Linux system. If the NTFS filesystem support is not statically [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/10/27/introduction-to-linux-kernel-modules-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introduction to Linux Kernel Modules.2</title>
		<link>http://www.ilug-cal.org/2011/10/27/introduction-to-linux-kernel-modules-2/</link>
		<comments>http://www.ilug-cal.org/2011/10/27/introduction-to-linux-kernel-modules-2/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 12:16:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=352</guid>
		<description><![CDATA[Start article &#62;&#62;
/* Simple Linux Kernel Module feb&#8217;2000 archanp@bigfoot.com   */
#include
#include
#if CONFIG_MODVERSIONS==1
#define MODVERSINS
#include
#endif
/* initialise the module */
int init_module()
{
printk(&#8221;init_module invoked\n&#8221;);
printk(&#8221;the message is printed from the kernel space\n&#8221;);
/* if the non zero value is returned, then it is
meant that the init_module failed and the kernel module can&#8217;t
be loaded */
return 0;
}
/* cleanup / end of module life [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/10/27/introduction-to-linux-kernel-modules-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The quick-fix guide to Slackware Package Management.2</title>
		<link>http://www.ilug-cal.org/2011/09/07/the-quick-fix-guide-2/</link>
		<comments>http://www.ilug-cal.org/2011/09/07/the-quick-fix-guide-2/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 15:37:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Geeky Stuff]]></category>

		<category><![CDATA[Home Users]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=373</guid>
		<description><![CDATA[Installpkg installs Slackware packages just like pkgtool does, except it does it on the fly without you needing to choose from menus. The basic usage command is:
root# installpkg foo.tgz
This command will install foo.tgz into your system. However, newer files in the package will overwrite older files existing on your system. You will want to make [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/09/07/the-quick-fix-guide-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bangla in GNU/Linux : making the Penguin speak in Bengali.3</title>
		<link>http://www.ilug-cal.org/2011/08/19/bangla-in-gnulinux-3/</link>
		<comments>http://www.ilug-cal.org/2011/08/19/bangla-in-gnulinux-3/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 16:38:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tux Reports]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=382</guid>
		<description><![CDATA[Ankur (the Gnome Translation Project has been named as such by Dr K Ghosh) is working toward supporting Bangla(Bengali) language on GNU/Linux operating system. A majority of the projects are focused on XFree86.org’s Xserver, however some are also platform independent and adds supports of other operating systems. Ankur project has as its primary goals the [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/08/19/bangla-in-gnulinux-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bangla in GNU/Linux : making the Penguin speak in Bengali.2</title>
		<link>http://www.ilug-cal.org/2011/07/03/bangla-in-gnulinux-2/</link>
		<comments>http://www.ilug-cal.org/2011/07/03/bangla-in-gnulinux-2/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 16:38:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tux Reports]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=381</guid>
		<description><![CDATA[On GNU/Linux, the Free type library has implemented Open Type Layout features, and the rapidly developing Pango project is trying to deal with other internationalization issues. Although the Pango rendering engine which handles all text rendering in the GTk2/Gnome2 environment) has a module for rendering bangla, open source browsers like Mozilla still do not possess [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/07/03/bangla-in-gnulinux-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Linux ported to the NOOKcolor</title>
		<link>http://www.ilug-cal.org/2011/01/11/ubuntu-linux-ported-to-the-nookcolor/</link>
		<comments>http://www.ilug-cal.org/2011/01/11/ubuntu-linux-ported-to-the-nookcolor/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 20:36:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=305</guid>
		<description><![CDATA[Not content to simply root your NOOKcolor eBook Reader and run vanilla Android on it? How about Ubuntu Linux?
Xda-developers forum member devastatorx has posted step by step instructions for convincing your NOOKcolor to boot an Ubuntu image stored on an SD card.
The process doesn’t actually replace Android with Ubuntu, but rather allows you to boot [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/01/11/ubuntu-linux-ported-to-the-nookcolor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Luminant Awards Three $5,000 Grants for Winning Essays</title>
		<link>http://www.ilug-cal.org/2011/01/11/luminant-awards-three-5000-grants-for-winning-essays/</link>
		<comments>http://www.ilug-cal.org/2011/01/11/luminant-awards-three-5000-grants-for-winning-essays/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 20:25:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=303</guid>
		<description><![CDATA[Students at three Texas schools did more than learn this fall, they also won their school a $5,000 grant as 2010 Luminant Scholar Program grand prize winners.
Out of 31 participating school districts, Belton ISD&#8217;s Tarver Elementary School, Lexington ISD&#8217;s Lexington Elementary School and Stephenville&#8217;s Gilbert Intermediate School were selected as grant recipients based on their [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/01/11/luminant-awards-three-5000-grants-for-winning-essays/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GoAhead Software joins the Linux Foundation</title>
		<link>http://www.ilug-cal.org/2011/01/11/goahead-software-joins-the-linux-foundation/</link>
		<comments>http://www.ilug-cal.org/2011/01/11/goahead-software-joins-the-linux-foundation/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 20:20:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=300</guid>
		<description><![CDATA[Linux Foundation Logo The Linux Foundation has announced that GoAhead Software has become its newest member. Based in Bellevue, Washington, GoAhead Software is a global commercial off-the-shelf (COTS) solutions specialist targeting network equipment manufacturers. Discussing the announcement, GoAhead Sales and Marketing Senior VP Bill Yaman said, &#8220;Linux has become the primary operating system in the [...]]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/01/11/goahead-software-joins-the-linux-foundation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Different Linux penguin</title>
		<link>http://www.ilug-cal.org/2011/01/11/different-linux-penguin/</link>
		<comments>http://www.ilug-cal.org/2011/01/11/different-linux-penguin/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 17:39:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Home Users]]></category>

		<guid isPermaLink="false">http://www.ilug-cal.org/?p=295</guid>
		<description><![CDATA[


 apache linux
 bxl linux


 lsap linux
 marinha linux




Server uptime monitoring is one of the options to check web server developed by Dotcom-Monitor® team. Uptime monitor would check web server every 1 minute (or as you establish).
]]></description>
		<wfw:commentRss>http://www.ilug-cal.org/2011/01/11/different-linux-penguin/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
