<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: paquet</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>paquets base Debian</title>
        <link>http://www.posteet.com/view/584</link>
        <description>
        <![CDATA[<pre>#!/bin/bash
apt-get update
apt-get -y install lftp ssh vim libncurses5-dev  make build-essential kernel-package

#paquets pour installer l interface graphique :
apt-get -y install x-window-system-core x-window-system gdm

#choix d un serveur graphique
apt-get -y install xserver-xfree86 ou xserver-xorg

#installation d'un gestionnaire de fenetres

#d'une manière générale :
apt-get -y install xserver-xorg-video-ati xserver-xorg x-window-system-core x-window-system gnome-desktop-environment iceweasel amsn mpeglib vlc gthumb amule</pre> <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/minimal">[minimal]</a>  <a href="http://www.posteet.com/tags/paquet">[paquet]</a> ]]>        </description>
        <dc:creator>sox</dc:creator>
        <pubDate>Sat, 15 Dec 2007 23:43:59 +0000</pubDate>

            <category>debian</category>
            <category>minimal</category>
            <category>paquet</category>
    
    </item>

  
    <item>
        <title>Retrouver le nom d'un paquet debian à partir d'un nom de fichier</title>
        <link>http://www.posteet.com/view/356</link>
        <description>
        <![CDATA[<pre>apt-file update

#`apt-file` pour retrouver le nom d'un paquet contenant un fichier connu
apt-file search &lt;nomdufichier&gt;.

# Lister le contenu d'un paquet
apt-file list &lt;nomdupaquet&gt;</pre> <a href="http://www.posteet.com/tags/apt">[apt]</a>  <a href="http://www.posteet.com/tags/apt-file">[apt-file]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/package">[package]</a>  <a href="http://www.posteet.com/tags/paquet">[paquet]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Sat, 10 Nov 2007 19:34:31 +0000</pubDate>

            <category>apt</category>
            <category>apt-file</category>
            <category>debian</category>
            <category>linux</category>
            <category>package</category>
            <category>paquet</category>
    
    </item>

  
    <item>
        <title>Options tcpdump pour afficher le contenu des paquets</title>
        <link>http://www.posteet.com/view/99</link>
        <description>
        <![CDATA[<pre>tcpdump -s 1600 -leXi eth0</pre> <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/paquet">[paquet]</a>  <a href="http://www.posteet.com/tags/tcpdump">[tcpdump]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Tue, 23 Oct 2007 07:27:28 +0000</pubDate>

            <category>linux</category>
            <category>paquet</category>
            <category>tcpdump</category>
    
    </item>

  
    <item>
        <title>Programmes intéressant Linux</title>
        <link>http://www.posteet.com/view/27</link>
        <description>
        <![CDATA[<pre>Eterm (console)
Fluxbox (gestionnaire de fenetre ultra léger)
Emacs xemacs nano jed vim, scite (éditeurs de fichiers)
Blender ( conception 3D )
Gimp (retouche photo)
Amsn gaim x-chat ( messagerie instantannée)
Downloader for X ( gestionnaire de telechargement )
Etherape Ethereal ( analyseurs de trames réseaux )
Firefox lynx mozilla (navigateurs web)
Thunderbird sylpheed-claws (messagerie)
Xmule amule ( p2p)
Xmms mp3blaster, songbird, rhythmbox ( mp3)
Gkrellm ( widget )
Nessus tcpdump (analyse traffic reseau)
Xcdroast, arson, burn (gravure)
Showimg (visu photos)
Xine-ui mplayer vlc ( lecture divx)
Xpdf (visu pdf)
Gtkam ( gestion webcam)
Devcpp ( dev C )
Openoffice ( suite bureautique)
Docsis
Skype ( voip)
Gtk + (librairie graphique )
Pppsetup (gestion de sessions ppp )
Vnc ( acces distant vnc)
Winex (lancement d’appli .exe )
Xfce4 (gestionnaire de fenetres léger)
Chromium (jeux)
Etwolf ( jeux wolfenstein)
Boson (jeu strat)
Clamav ( antivirus)
Gnuplot ( tracé de courbes mathématiques)
Bluefish, nvu (développement web)
Flumotion (streaming video sur internet)
Glxgears, fgl_glxgears ( test 3D)
Juggernaut (scannner ip)Packages nécessaires pour l’interface graphique sous Debian :
Gftp ( client ftp)</pre> <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/paquet">[paquet]</a>  <a href="http://www.posteet.com/tags/programmes">[programmes]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Tue, 25 Sep 2007 06:21:48 +0000</pubDate>

            <category>debian</category>
            <category>paquet</category>
            <category>programmes</category>
    
    </item>

  
    <item>
        <title>paquets base Debian</title>
        <link>http://www.posteet.com/view/11</link>
        <description>
        <![CDATA[<pre>#!/bin/bash
apt-get update
apt-get install lftp ssh vim libncurses5-dev  make build-essential kernel-package

#paquets pour installer l interface graphique :
apt-get install x-window-system-core x-window-system gdm

#choix d un serveur graphique
apt-get install xserver-xfree86 ou xserver-xorg

#installation d'un gestionnaire de fenetres

#d'une manière générale :
apt-get install xserver-xorg-video-ati xserver-xorg x-window-system-core x-window-system gnome-desktop-environment iceweasel amsn mpeglib vlc gthumb amule</pre> <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/minimal">[minimal]</a>  <a href="http://www.posteet.com/tags/paquet">[paquet]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Sun, 23 Sep 2007 19:14:06 +0000</pubDate>

            <category>debian</category>
            <category>minimal</category>
            <category>paquet</category>
    
    </item>


</channel>
</rss>
