<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.emilmont.net/lib/styles/feed.css" 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.emilmont.net/feed.php">
        <title>emilmont's notebook</title>
        <description></description>
        <link>http://www.emilmont.net/</link>
        <image rdf:resource="http://www.emilmont.net/lib/images/favicon.ico" />
       <dc:date>2010-03-10T10:57:09-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=python:quick_reference&amp;amp;rev=1267695647&amp;do=diff1267695647"/>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=tools:perforce&amp;amp;rev=1267102220&amp;do=diff1267102220"/>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=windows:net&amp;amp;rev=1266340765&amp;do=diff1266340765"/>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=software_engineering:solution_stacks&amp;amp;rev=1266322966&amp;do=diff1266322966"/>
                <rdf:li rdf:resource="http://www.emilmont.net/doku.php?id=linux:files_and_directories&amp;amp;rev=1266251171&amp;do=diff1266251171"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.emilmont.net/lib/images/favicon.ico">
        <title>emilmont's notebook</title>
        <link>http://www.emilmont.net/</link>
        <url>http://www.emilmont.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.emilmont.net/doku.php?id=python:quick_reference&amp;amp;rev=1267695647&amp;do=diff1267695647">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-04T04:40:47-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>Quick Reference</title>
        <link>http://www.emilmont.net/doku.php?id=python:quick_reference&amp;amp;rev=1267695647&amp;do=diff1267695647</link>
        <description>*  Python Documentation
	*  Style Guide for Python Code 
	*  Python Quick Reference
	*  Dive into Python
	*  Regular Expression

Basics

A python module can be loaded in two different way

	*  From command line as a script: *python module_name.py*
	*  From a Python shell or from another python module: *import module_name*</description>
    </item>
    <item rdf:about="http://www.emilmont.net/doku.php?id=tools:perforce&amp;amp;rev=1267102220&amp;do=diff1267102220">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-25T07:50:20-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>Perforce</title>
        <link>http://www.emilmont.net/doku.php?id=tools:perforce&amp;amp;rev=1267102220&amp;do=diff1267102220</link>
        <description>In P4 you set a “view” over the depot tree. Basically it is a mapping between the nodes of the depot tree to the nodes of your local file system. This information is stored server side. Each of these information is called a “Client”, you can set different clients to be used on the same computer.</description>
    </item>
    <item rdf:about="http://www.emilmont.net/doku.php?id=windows:net&amp;amp;rev=1266340765&amp;do=diff1266340765">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-16T12:19:25-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>Net</title>
        <link>http://www.emilmont.net/doku.php?id=windows:net&amp;amp;rev=1266340765&amp;do=diff1266340765</link>
        <description>DNS

Domain name to IP 

IP to domain name:  

MSTSC

Remote Desktop: 

The syntax for the config file is: RDP File Settings

To connect to a Windows remote desktop from Linux: rdesktop</description>
    </item>
    <item rdf:about="http://www.emilmont.net/doku.php?id=software_engineering:solution_stacks&amp;amp;rev=1266322966&amp;do=diff1266322966">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-16T07:22:46-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>Solution Stacks</title>
        <link>http://www.emilmont.net/doku.php?id=software_engineering:solution_stacks&amp;amp;rev=1266322966&amp;do=diff1266322966</link>
        <description>This page want to collect information about the solution stacks adopted for facing challenging tech problems. 

	*  SourceForge: Python, TurboGears, MongoDB, Ming, Jinja.
	*  Disqus: MongoDB</description>
    </item>
    <item rdf:about="http://www.emilmont.net/doku.php?id=linux:files_and_directories&amp;amp;rev=1266251171&amp;do=diff1266251171">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-15T11:26:11-05:00</dc:date>
        <dc:creator>Emilio Monti</dc:creator>
        <title>Files and Directories</title>
        <link>http://www.emilmont.net/doku.php?id=linux:files_and_directories&amp;amp;rev=1266251171&amp;do=diff1266251171</link>
        <description>inodes and links

Each file on your system is represented by an inode: an inode contains all the information about the file.  Each inode is linked into the filesystem by one or more hard links. Hard links contain the name of the file, and the inode number. The inode contains the file itself, i.e., the location of the information being stored on disk, its access permissions, the type of the file, and so on. The system can find any inode once it has the inode number.</description>
    </item>
</rdf:RDF>
