<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.ilive4unix.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.ilive4unix.net/feed.php">
        <title>Ilive4Unix</title>
        <description></description>
        <link>http://www.ilive4unix.net/</link>
        <image rdf:resource="http://www.ilive4unix.net/lib/tpl/default/images/favicon.ico" />
       <dc:date>2012-02-08T06:18:00-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.ilive4unix.net/doku.php/notes/linux/selinux?rev=1327626735&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ilive4unix.net/doku.php/notes/prog/awk?rev=1327615211&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ilive4unix.net/doku.php/code/windows/wsb?rev=1325622628&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ilive4unix.net/doku.php/code/windows?rev=1324402140&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.ilive4unix.net/lib/tpl/default/images/favicon.ico">
        <title>Ilive4Unix</title>
        <link>http://www.ilive4unix.net/</link>
        <url>http://www.ilive4unix.net/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.ilive4unix.net/doku.php/notes/linux/selinux?rev=1327626735&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-26T19:12:15-06:00</dc:date>
        <dc:creator>talin</dc:creator>
        <title>notes:linux:selinux - fixed a type-o</title>
        <link>http://www.ilive4unix.net/doku.php/notes/linux/selinux?rev=1327626735&amp;do=diff</link>
        <description>How-to's:

Too view the full security context list:
semanage fcontext -l | grep /path/to/files
Allow httpd to access another location:
semanage fcontext -a -t httpd_sys_content_t '/data/media/os(/.*)?'
restorecon -R -vv /data/media/os/
How to view selinux creds on files:</description>
    </item>
    <item rdf:about="http://www.ilive4unix.net/doku.php/notes/prog/awk?rev=1327615211&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-26T16:00:11-06:00</dc:date>
        <dc:creator>talin</dc:creator>
        <title>notes:prog:awk</title>
        <link>http://www.ilive4unix.net/doku.php/notes/prog/awk?rev=1327615211&amp;do=diff</link>
        <description>Program Structure
BEGIN   { action } # optional, runs only at the beginning
pattern { action } # do action if pattern matches
pattern            # print record if pattern matches
        { action } # run action on every record
END     { action } # optional, runs only at the end
Built in variables
 Variable  Description  FILENAME  Name of the current file  FNR       Record number in the current input file  FS        Field separator (regular expression)  NF        Number of fields in current recor…</description>
    </item>
    <item rdf:about="http://www.ilive4unix.net/doku.php/code/windows/wsb?rev=1325622628&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-03T14:30:28-06:00</dc:date>
        <dc:creator>talin</dc:creator>
        <title>code:windows:wsb - added a fix</title>
        <link>http://www.ilive4unix.net/doku.php/code/windows/wsb?rev=1325622628&amp;do=diff</link>
        <description>::##################################################################################################################
::# Windows Simple Backup
::# Created By: Travis Sidelinger
::# Created On: 2011Dec19
::# Purpose: This script is designed to automate the daily backup process
::# Features:
::#   - Uses tar to be glob files into a single archive file
::#   - Uses gzip to compress the archive file
::#   - Rotates the backups by deleting older archive files
::#   - Provides logging of the backup
::…</description>
    </item>
    <item rdf:about="http://www.ilive4unix.net/doku.php/code/windows?rev=1324402140&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-20T11:29:00-06:00</dc:date>
        <dc:creator>talin</dc:creator>
        <title>code:windows - added new windows simple backup script</title>
        <link>http://www.ilive4unix.net/doku.php/code/windows?rev=1324402140&amp;do=diff</link>
        <description>Windows Simple Backup script

Created by: Travis Sidelinger

Description: This script is designed to automate the daily backup process

	*  Uses tar to be glob files into a single archive file
	*  Uses gzip to compress the archive file
	*  Rotates the backups by deleting older archive files
	*  Provides logging of the backup
	*  All settings are stored in a config file</description>
    </item>
</rdf:RDF>

