<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://doc.integrasoftware.it/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://doc.integrasoftware.it/feed.php">
        <title>Integra Doc Wiki tec:sis:pub</title>
        <description></description>
        <link>http://doc.integrasoftware.it/</link>
        <image rdf:resource="http://doc.integrasoftware.it/lib/images/favicon.ico" />
       <dc:date>2010-09-06T12:28:54+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://doc.integrasoftware.it/tec/sis/pub/crackwep?rev=1264523295&amp;do=diff"/>
                <rdf:li rdf:resource="http://doc.integrasoftware.it/tec/sis/pub/jaxer?rev=1231256358&amp;do=diff"/>
                <rdf:li rdf:resource="http://doc.integrasoftware.it/tec/sis/pub/matlablatex?rev=1243514162&amp;do=diff"/>
                <rdf:li rdf:resource="http://doc.integrasoftware.it/tec/sis/pub/serverdump?rev=1244464310&amp;do=diff"/>
                <rdf:li rdf:resource="http://doc.integrasoftware.it/tec/sis/pub/sshautologin?rev=1256889616&amp;do=diff"/>
                <rdf:li rdf:resource="http://doc.integrasoftware.it/tec/sis/pub/sshvpn?rev=1231157875&amp;do=diff"/>
                <rdf:li rdf:resource="http://doc.integrasoftware.it/tec/sis/pub/ubuntu904kdevlibtool?rev=1252493594&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://doc.integrasoftware.it/lib/images/favicon.ico">
        <title>Integra Doc Wiki</title>
        <link>http://doc.integrasoftware.it/</link>
        <url>http://doc.integrasoftware.it/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://doc.integrasoftware.it/tec/sis/pub/crackwep?rev=1264523295&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-26T17:28:15+02:00</dc:date>
        <title>HowTo Crack a WEP WiFi</title>
        <link>http://doc.integrasoftware.it/tec/sis/pub/crackwep?rev=1264523295&amp;do=diff</link>
        <description>*  Stop and change your mac address


ifconfig -a
iwlist wlan0 scanning
ifconfig wlan0 down
macchanger --mac 00:11:22:33:44:55 wlan0
airmon-ng start wlan0
airodump-ng wlan0
airodump-ng -c 1 -w wep123 --bssid 02:1E:58:08:7C:61 wlan0


	*  On Another Shell</description>
    </item>
    <item rdf:about="http://doc.integrasoftware.it/tec/sis/pub/jaxer?rev=1231256358&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-06T16:39:18+02:00</dc:date>
        <title>Installing Aptana Jaxer on Ubuntu</title>
        <link>http://doc.integrasoftware.it/tec/sis/pub/jaxer?rev=1231256358&amp;do=diff</link>
        <description>Aptana Jaxer is a really interesting new way to speed up your ajax development.

Vote for PostgreSQL integration on this thread &lt;http://forums.aptana.com/viewtopic.php?t=7745&gt; . Thanks

Install

	*  Dependencies
		*  Ubuntu 8.04 Desktop i386</description>
    </item>
    <item rdf:about="http://doc.integrasoftware.it/tec/sis/pub/matlablatex?rev=1243514162&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-28T14:36:02+02:00</dc:date>
        <title>HowTo Generate Latex PDF Reports from Matlab</title>
        <link>http://doc.integrasoftware.it/tec/sis/pub/matlablatex?rev=1243514162&amp;do=diff</link>
        <description>The aim is to show how it is possible to automatically generate and compile a Latex document from Matlab. This is useful for batch elaboration of huge amount of datasets or to generate pdf reports describing results of complex or long elaborations.</description>
    </item>
    <item rdf:about="http://doc.integrasoftware.it/tec/sis/pub/serverdump?rev=1244464310&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-08T14:31:50+02:00</dc:date>
        <title>HowTo Dump Linux Server Properties on an HTML File</title>
        <link>http://doc.integrasoftware.it/tec/sis/pub/serverdump?rev=1244464310&amp;do=diff</link>
        <description>As a Linux Sysadmin I often need to extract important information and data from my Linux installed servers to report problems or update installations over time.

The following script let's you dump all the information you need for your Linux Servers in an HTML File easy to browse and share including Memory, Processes, Disks, Mount Point, etc..</description>
    </item>
    <item rdf:about="http://doc.integrasoftware.it/tec/sis/pub/sshautologin?rev=1256889616&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-30T09:00:16+02:00</dc:date>
        <title>HowTo Automatic SSH Login</title>
        <link>http://doc.integrasoftware.it/tec/sis/pub/sshautologin?rev=1256889616&amp;do=diff</link>
        <description>*  Generate the public key, if you don't already have one (look in ~/.ssh)


ssh-keygen -t dsa


	*  Copy and add it to the destination host authorizedkeys


ssh-copy-id -i .ssh/id_dsa.pub REMOTEUSER@REMOTESERVER



substituting REMOTEUSER and REMOTESERVER with user and ip/hostname to access to.</description>
    </item>
    <item rdf:about="http://doc.integrasoftware.it/tec/sis/pub/sshvpn?rev=1231157875&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-05T13:17:55+02:00</dc:date>
        <title>HowTo Setup a VPN over SSH</title>
        <link>http://doc.integrasoftware.it/tec/sis/pub/sshvpn?rev=1231157875&amp;do=diff</link>
        <description>SSH let you easly create a point to multipoint VPN 

[Sample Schema]

You are the Client and the remote machine is the Server; the server can connect with other machine in its LAN (X, Y, and Z) and will act as a remote router for you.

One Time Configuration

Add the PermitTunnel yes to the /etc/ssh/ssd_config file of the remote machine</description>
    </item>
    <item rdf:about="http://doc.integrasoftware.it/tec/sis/pub/ubuntu904kdevlibtool?rev=1252493594&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-09T12:53:14+02:00</dc:date>
        <title>HowTo Solve Ubuntu 9.04 KDevelop/Libtool Problems</title>
        <link>http://doc.integrasoftware.it/tec/sis/pub/ubuntu904kdevlibtool?rev=1252493594&amp;do=diff</link>
        <description>Every Ubuntu upgrade reserve some problem to C++ developers. Versions of Libtool and KDevelop installed in Ubuntu 9.04 are not compatible.

To solve this and be able to recompile and link c++ applications, follow these steps:

	*  Install the previous libtool version</description>
    </item>
</rdf:RDF>
