Development, Software, Hardware, System, Network, API, WebService, Programmation and co..
Friday, March 30, 2012
Thursday, March 29, 2012
Rendre des périphériques locaux et des ressources disponibles dans une session à distance
Pour pouvoir rendre disponible des périphériques locaux (Lecteur CD/DVD, disque dur, autre périphérique...) dans une session de bureau à distance.
Lancer le bureau à distance (Remote Desktop Connection), avant de vous connecter :
Lancer le bureau à distance (Remote Desktop Connection), avant de vous connecter :
- Cliquez sur options
- Aller sur l'onglet Ressources locales
- En bas dans Ressources périphériques locaux, choisissez les périphériques et les ressources que vous souhaitez utiliser dans la session à distance en cliquant sur autres ou en cochant imprimantes ou presse papiers.
- En cliquant sur autres, sélectionnez la liste des périphériques, confirmez et connectez vous.
Wednesday, March 28, 2012
Journal Windows 7 ( Log File windows seven)
Il existe 5 types de journal d'erreur sur Windows 7
- Application
- Sécurité
- Installation
- Système
Tuesday, March 27, 2012
Tuesday, March 20, 2012
How to install Pear on PHP 5.3.0 using WampServer 2.0
First, make sure you have your php set in your Path environnement variable (Windows).
For example : ".....;....;C:\wamp\bin\php\php5.3.0"
By default, Pear is not installed on WampServer 2.0 and you try to install via the go-pear.bat, you should get this error :
To avoid this you have to :
For example : ".....;....;C:\wamp\bin\php\php5.3.0"
By default, Pear is not installed on WampServer 2.0 and you try to install via the go-pear.bat, you should get this error :
phar “C:\wamp\bin\php\php5.3.0\PEAR\go-pear.phar” does not have a signaturePHP W
arning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar “phar://go-pear.phar/index.php” in C:\
wamp\bin\php\php5.3.0\PEAR\go-pear.phar on line 1236
arning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar “phar://go-pear.phar/index.php” in C:\
wamp\bin\php\php5.3.0\PEAR\go-pear.phar on line 1236
Warning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar “phar://go-pear.phar/index.php” in C:\
wamp\bin\php\php5.3.0\PEAR\go-pear.phar on line 1236
Press any key to continue . . .
r error: invalid url or non-existent phar “phar://go-pear.phar/index.php” in C:\
wamp\bin\php\php5.3.0\PEAR\go-pear.phar on line 1236
Press any key to continue . . .
- Open a command prompt (cmd.exe)
- Go to the folder where the go-pear.phar is (cd C:\wamp\bin\php\php5.3.0\PEAR).
- Then type php -d phar.require_hash=0 go-pear.phar
- Follow the straight-forward instructions and you are done
Subscribe to:
Posts (Atom)