DreamSpark, quelques détails

http://www.labnol.org/software/microsoft-dreamspark-for-students/9481/

posted 1 week ago

Un lien sur l’installation de flash player sur backtrack 5

http://www.backtrack-linux.org/wiki/index.php/Install_Flash_Player

posted 1 week ago

Quelques discussions sur l’utilisation d’une subscription technet

Clarifications sur les termes de service.

http://channel9.msdn.com/Forums/Coffeehouse/557100-Technet

http://social.technet.microsoft.com/Forums/en-US/tnfeedback/thread/e5347c76-1902-4f2e-bbce-3e083079ce76

http://www.w7forums.com/qualifies-technet-subscription-t7928p5.html

http://www.maximumpc.com/forums/viewtopic.php?f=11&t=108035

posted 1 week ago

posted 1 week ago

RDP vers Windows Server 2003 R2

http://weblogs.asp.net/jeffwids/archive/2005/12/14/remote-desktop-to-console-session-on-windows-server-2003.aspx

Mettre dans la propriete du shortcut de RDP /admin, ce qui va permettre de se connecter a la console au lieu de demarrer multiples sessions…

posted 3 weeks ago

Installation de PHP 5.3.8

apt-get install libxml2-dev

./configure —with-apxs2=/web/apache2/bin/apxs  —with-mysql

posted 1 month ago

Firewall Ubuntu

sudo apt-get install gufw

posted 1 month ago

Un peu de Hardening Apache 2.2.x

./configure —prefix=/web/apache2 —with-mpm=prefork —disable-charset-lite  —disable-include  —disable-env —disable-setenvif  —disable-status  —disable-autoindex —disable-asis —disable-cgi —disable-negotiation —disable-imap —disable-actions —disable-userdir —disable-alias —disable-so

make

make install

vi httpd.conf

Ajouter:

# Retirer le HTTP TRACE
TraceEnable Off

# Ne pas afficher la version de Apache
ServerTokens ProductOnly
ServerSignature Off

posted 2 months ago

pidgin-otr (encryption de chat)

sudo apt-get install pidgin pidgin-otr

http://www.cypherpunks.ca/otr/

posted 4 months ago

Ubuntu 11.04, quelques trucs

Flash pour Firefox

sudo apt-get install adobe-flashplugin

Probleme de FAN avec Ubuntu:

http://tuxtweaks.com/2008/08/how-to-control-fan-speeds-in-ubuntu/

posted 5 months ago