<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
    <title>Posteet: windows</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Spoofing MAC address</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/KlWsvRjMtfQ/1364</link>
        <description>
        <![CDATA[<pre>* Sous linux :
      Il faut arrêter le périphérique Wifi :
      ifconfig INTERFACE_WIFI down
      Et puis,
      ifconfig INTERFACE_WIFI hw ether NOUVELLE_ADRESSE_MAC

* Sous Windows serveur 2003 :
     Allez dans gestionnaire de périphérique (clique droit sur Poste de Travail puis Propriétés).
     Puis allez dans les propriétés de votre carte réseau (clique droit sur votre carte réseau).
     Dans l'onglet Avancé, trouvez la MAC actuelle et changer la Valeur dans le champ situé en dessous (suite des nombres hexadécimaux sans séparateur)</pre> <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/MAC">[MAC]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>sox</dc:creator>
        <pubDate>Fri, 14 Nov 2008 11:08:16 +0100</pubDate>

            <category>linux</category>
            <category>MAC</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/1364</feedburner:origLink></item>

  
    <item>
        <title>Configurer un serveur local (sous Wamp) pour un accès en https (SSL)</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/xU2USSIXf3k/1351</link>
        <description>
        <![CDATA[<pre>Dans un premier temps, suivre le tutoriel qui figure à cette adresse :
http://apache.developpez.com/cours/apache20-modssl-windows/

Regénérer la clé sans RSA (sinon message d'erreur &quot;SSLPassPhraseDialog builtin is not supported on Win32&quot;) en ligne de commande (il faut d'abord faire une copie de la clé, ici : nom_du_serveur.key.org) :
openssl rsa -in C:\&quot;Program Files&quot;\wamp\bin\apache\apache2.2.6\conf\ssl\nom_du_serveur.key.org -out C:\&quot;Program Files&quot;\wamp\bin\apache\apache2.2.6\conf\ssl\nom_du_serveur.key
Voir http://www.entrust.net/knowledge-base/technote.cfm?tn=5634 pour les détails.

Il faut paramétrer le VirtualHost du serveur concerné dans le fichier httpd-ssl.conf.
En cas d'erreur, les logs se trouvent dans C:\Program Files\wamp\logs\apache_error.log</pre> <a href="http://www.posteet.com/tags/apache">[apache]</a>  <a href="http://www.posteet.com/tags/configuration">[configuration]</a>  <a href="http://www.posteet.com/tags/https">[https]</a>  <a href="http://www.posteet.com/tags/ssl">[ssl]</a>  <a href="http://www.posteet.com/tags/wamp">[wamp]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Mon, 03 Nov 2008 12:05:53 +0100</pubDate>

            <category>apache</category>
            <category>configuration</category>
            <category>https</category>
            <category>ssl</category>
            <category>wamp</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/1351</feedburner:origLink></item>

  
    <item>
        <title>Créer un fichier texte contenant la liste des derniers fichiers modifiés, classés par ordre de dernières modifs</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/Euz0T7k8hwM/1203</link>
        <description>
        <![CDATA[<pre>find -type f -mtime -1 -print0 | xargs -0 ls -lt&gt;_dernieres_modifs.txt

On peut également utiliser le paramètre -mmin si on souhaite filtrer sur les 'n' dernières minutes (ex.: -mmin 60 =&gt; dernière heure).</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/fichier">[fichier]</a>  <a href="http://www.posteet.com/tags/liste">[liste]</a>  <a href="http://www.posteet.com/tags/tri">[tri]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Tue, 19 Aug 2008 15:09:47 +0200</pubDate>

            <category>bash</category>
            <category>fichier</category>
            <category>liste</category>
            <category>tri</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/1203</feedburner:origLink></item>

  
    <item>
        <title>Lister les fichiers d'un répertoire et de ces sous-répertoires avec le chemin complet</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/yHxsRUCSkO4/1186</link>
        <description>
        <![CDATA[<pre>dir *.* /b /s</pre> <a href="http://www.posteet.com/tags/dos">[dos]</a>  <a href="http://www.posteet.com/tags/fichier">[fichier]</a>  <a href="http://www.posteet.com/tags/liste">[liste]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Mon, 11 Aug 2008 17:24:01 +0200</pubDate>

            <category>dos</category>
            <category>fichier</category>
            <category>liste</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/1186</feedburner:origLink></item>

  
    <item>
        <title>Vider le cache DNS Windows</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/gNHHhwVTH9U/1148</link>
        <description>
        <![CDATA[<pre>ipconfig /flushdns</pre> <a href="http://www.posteet.com/tags/cache">[cache]</a>  <a href="http://www.posteet.com/tags/dns">[dns]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Mon, 28 Jul 2008 11:13:33 +0200</pubDate>

            <category>cache</category>
            <category>dns</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/1148</feedburner:origLink></item>

  
    <item>
        <title>Fichiers hosts, services, network sous Windows</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/b-573gJB4No/859</link>
        <description>
        <![CDATA[<pre>/WINDOWS/system32/drivers/etc</pre> <a href="http://www.posteet.com/tags/hosts">[hosts]</a>  <a href="http://www.posteet.com/tags/network">[network]</a>  <a href="http://www.posteet.com/tags/services">[services]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Fri, 04 Apr 2008 13:26:06 +0200</pubDate>

            <category>hosts</category>
            <category>network</category>
            <category>services</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/859</feedburner:origLink></item>

  
    <item>
        <title>Problème CVS sous Eclipse (Windows) suite au passage à l'heure d'Été</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/0N8ZIKiqsCg/858</link>
        <description>
        <![CDATA[<pre>Informations issues de la FAQ d'Eclipsepedia :

Why do all my files show as outgoing changes?

The CVS plugin uses timestamps of the files on disk to track the modification state of versioned
files. As a result, there are some cases where Windows users may find that as a result of either
(1) an automatic daylight savings change or (2) moving files between file systems, that all the
files show up as outgoing changes. See Bug 5337
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=5337) for an explanation of the problem and
workarounds. Thers is a utility action that will reset the timestamps so the files are in-sync with
CVS. Be warned however that this utility resets the timestamps for any file whose timestamp differs
from the sync timestamp by 1 hour. There is a possibility that this could reset a file that is
really dirty. Use at your own risk. To use the action, install the plugin found here :
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-vcm-home/plugins/fixtimestamps.zip
and them run the CVS Util/Fix Timestamps command available from the context menu of the Resource
Navigator.</pre> <a href="http://www.posteet.com/tags/bug">[bug]</a>  <a href="http://www.posteet.com/tags/cvs">[cvs]</a>  <a href="http://www.posteet.com/tags/eclipse">[eclipse]</a>  <a href="http://www.posteet.com/tags/timestam">[timestam]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Wed, 02 Apr 2008 08:39:16 +0200</pubDate>

            <category>bug</category>
            <category>cvs</category>
            <category>eclipse</category>
            <category>timestam</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/858</feedburner:origLink></item>

  
    <item>
        <title>Kill a Windows process</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/kS-eZ9NBObs/776</link>
        <description>
        <![CDATA[<pre>tasklist -&gt; ps

taskkill -&gt; kill
(taskkill /PID &lt;pid&gt;)</pre> <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>skanx</dc:creator>
        <pubDate>Wed, 20 Feb 2008 10:38:57 +0100</pubDate>

            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/776</feedburner:origLink></item>

  
    <item>
        <title>Liste freeware pour Windows</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/_NxiZfWo6sA/636</link>
        <description>
        <![CDATA[<pre>OpenOffice2 (bureautique)
adobe reader 8 ( lecture pdf)
eclipse (dev)
notepad++ (dev)
chronoshutdown (arret programmé du pc)
daemontools (emulation lecteur cd)
explore2fs (acces en lecture aux partitions ext2/3 du système)
supercopier (utilitaire gestion copies)
ultramon (payant, gestionnaire de systèmes multi écrans)
winrar (shareware, archivage documents)
gimp, paint.net (retouche photo)
amsn (méssagerie instantanée)
bitcomet (client bit torrent)
emule (p2p)
filezilla (client ftp)
firefox (navigateur web)
joost (TV on line)
teamspeak (client voip)
tortoise svn (client svn)
winscp (tranferts de fichiers over ssh)
xchat (client irc)
putty (console acces distant ssh,telnet...)
itunes (lecteur multimedia)
vlc (lecteur video)
dvdaudioextractor (récupération piste audio d'un DVD)
skype (client voip)
pc tools anti virus (anti virus)</pre> <a href="http://www.posteet.com/tags/freeware">[freeware]</a>  <a href="http://www.posteet.com/tags/opensource">[opensource]</a>  <a href="http://www.posteet.com/tags/programmes">[programmes]</a>  <a href="http://www.posteet.com/tags/shareware">[shareware]</a>  <a href="http://www.posteet.com/tags/software">[software]</a>  <a href="http://www.posteet.com/tags/utilitaires">[utilitaires]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Fri, 28 Dec 2007 00:20:28 +0100</pubDate>

            <category>freeware</category>
            <category>opensource</category>
            <category>programmes</category>
            <category>shareware</category>
            <category>software</category>
            <category>utilitaires</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/636</feedburner:origLink></item>

  
    <item>
        <title>Conversion de fichier texte windows/unix</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/tmimZjI6Xg8/578</link>
        <description>
        <![CDATA[<pre>#Convertir un fichier texte d'un format Windows/dos vers unix:

  tr -d '\015' &lt; win-format.txt &gt; unix-format.txt

#Convertir un fichier texte d'un format unix vers Windows/dos:

  sed -e 's/$/\r/' unix-format.txt &gt; win-format.txt</pre> <a href="http://www.posteet.com/tags/Bash">[Bash]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/Plain text">[Plain text]</a>  <a href="http://www.posteet.com/tags/unix">[unix]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>sylis</dc:creator>
        <pubDate>Wed, 12 Dec 2007 21:24:39 +0100</pubDate>

            <category>Bash</category>
            <category>linux</category>
            <category>Plain text</category>
            <category>unix</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/578</feedburner:origLink></item>

  
    <item>
        <title>Comment ajouter "Command prompt here" au clic droit sur une répertoire?</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/v3C8gMxMemg/546</link>
        <description>
        <![CDATA[<pre>Créez une fichier toto.vbs contenant les lignes suivantes, et lancez-le:
Set objShell = CreateObject(&quot;WScript.Shell&quot;)

objShell.RegWrite &quot;HKCR\Folder\Shell\MenuText\Command\&quot;, _
      &quot;cmd.exe /k cd /d &quot; &amp; chr(34) &amp; &quot;%1&quot; &amp; chr(34)
objShell.RegWrite &quot;HKCR\Folder\Shell\MenuText\&quot;, &quot;Command Prompt Here&quot;</pre> <a href="http://www.posteet.com/tags/batch">[batch]</a>  <a href="http://www.posteet.com/tags/dos">[dos]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>tibboh</dc:creator>
        <pubDate>Wed, 05 Dec 2007 08:52:53 +0100</pubDate>

            <category>batch</category>
            <category>dos</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/546</feedburner:origLink></item>

  
    <item>
        <title>Fermer la session d'un utilisateur</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/T0pteh9U8kA/541</link>
        <description>
        <![CDATA[<pre>shutdown -l -t10(temps avant la fermeture de la session) -c'message à afficher' NomOrdi/NomUser</pre> <a href="http://www.posteet.com/tags/restriction">[restriction]</a>  <a href="http://www.posteet.com/tags/session">[session]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>julito</dc:creator>
        <pubDate>Mon, 03 Dec 2007 09:20:46 +0100</pubDate>

            <category>restriction</category>
            <category>session</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/541</feedburner:origLink></item>

  
    <item>
        <title>Définir une plage horaire d'utilisation d'un pc pour un utilisateur</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/OcYfF6WbHBk/540</link>
        <description>
        <![CDATA[<pre>net user toto /time:lundi-vendredi,09:00-20:00;Samedi-Dimanche,08:00-23:00

Pour annuler : 

net user toto /time:all</pre> <a href="http://www.posteet.com/tags/horaire">[horaire]</a>  <a href="http://www.posteet.com/tags/restriction">[restriction]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>julito</dc:creator>
        <pubDate>Mon, 03 Dec 2007 09:16:17 +0100</pubDate>

            <category>horaire</category>
            <category>restriction</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/540</feedburner:origLink></item>

  
    <item>
        <title>Boot Windows impossible, fichier système endommagé</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/hpg1e4qeHQw/537</link>
        <description>
        <![CDATA[<pre>Démarrez l'ordinateur en mode Console de récupération.
À l'invite de commande de la Console de récupération, tapez les lignes suivantes :


md tmp puis ENTREE
copy C:windowssystem32configsystem C:windowstmpsystem.bak puis ENTREE

copy C:windowssystem32configsoftware C:windowstmpsoftware.bak puis ENTREE

copy c:windowssystem32configsam c:windowstmpsam.bak puis ENTREE

copy c:windowssystem32configsecurity c:windowstmpsecurity.bak puis ENTREE

copy c:windowssystem32configdefault c:windowstmpdefault.bak puis ENTREE

delete c:windowssystem32configsystem puis ENTREE
delete c:windowssystem32configsoftware puis ENTREE
delete c:windowssystem32configsam puis ENTREE
delete c:windowssystem32configsecurity puis ENTREE
delete c:windowssystem32configdefault puis ENTREE

copy c:windowsrepairsystem c:windowssystem32configsystem puis ENTREE

copy c:windowsrepairsoftware c:windowssystem32configsoftware puis ENTREE

copy c:windowsrepairsam c:windowssystem32configsam puis ENTREE

copy c:windowsrepairsecurity c:windowssystem32configsecurity puis ENTREE

copy c:windowsrepairdefault c:windowssystem32configdefault puis ENTREE


Tapez exit pour quitter la Console de récupération Votre ordinateur va redémarrer.</pre> <a href="http://www.posteet.com/tags/crash">[crash]</a>  <a href="http://www.posteet.com/tags/récupération">[récupération]</a>  <a href="http://www.posteet.com/tags/système">[système]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Sat, 01 Dec 2007 16:19:16 +0100</pubDate>

            <category>crash</category>
            <category>récupération</category>
            <category>système</category>
            <category>windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/537</feedburner:origLink></item>

  
    <item>
        <title>Exécuter un batch NT en arrière plan</title>
        <link>http://feedproxy.google.com/~r/posteet_windows/~3/nCBQnDUKp5o/449</link>
        <description>
        <![CDATA[<pre>Problème: Comment exécuter un batch NT en arrière-plan:
Mettre dans le champ &quot;Exécuter&quot;: 
&quot;%WinDir%\system32\CMD.EXE&quot; /c start /min &quot;Sauve DLL&quot; &quot;D:\Program Files\etc\sauve_ariane_dll.cmd&quot;</pre> <a href="http://www.posteet.com/tags/Batch">[Batch]</a>  <a href="http://www.posteet.com/tags/Windows">[Windows]</a> ]]>        </description>
        <dc:creator>tibboh</dc:creator>
        <pubDate>Thu, 15 Nov 2007 12:33:28 +0100</pubDate>

            <category>Batch</category>
            <category>Windows</category>
    
    <feedburner:origLink>http://www.posteet.com/view/449</feedburner:origLink></item>


</channel>
</rss>
