lundi 3 mai 2010

Informatique et printemps

Pourquoi ne pas profiter du printemps pour faire un peu le ménage de vos systèmes informatiques.
  • Avez vous fait une copie de sauvegarde depuis les fêtes de Noël (backup)
  • Si vous avez accès, un petit coup d'aspirateur sur la boite d'alimentation de l'ordinateur ne fera pas de tort au chaude journée d'été. (PowerSupply)
  • Activez votre éconimiseur d'énergie, chaque petit gestion compte. (2hrs/sleep)

samedi 16 janvier 2010

Démarrage Windows - Listes des applications (autostart)

Consulter la liste des applications qui sont lancées automatiquement au démarrage de Windows

WINDOWS FLAG + R (RUN)
TYPE: msconfig + ENTER



Cliquez sur l'onglet "Startup"



Cocher/décocher les applications que vous souhaitez cesser le démarrage automatique...

Une façon pratique d'optimiser le démarrage de son poste.

jeudi 23 juillet 2009

Configuration avancé de Mozilla FireFox


ATTENTION:
Firefox pourrait ne plus fonctionner ou pourrait-être moins sécuritaire après des modifications

Vous trouvez que les options sous FireFox sont minimal ...
Vous cherchez à modifier une option qui n'est pas dans les menus ?

ouvrez la page suivante dans FireFox:

about:config




Vous voilà maintenant dans la possibilité de changer vraiment n'importe quoi dans les configs de FireFox.

D'autre options : (Français ici)

about:blocked Shows the malware protection page used when the browser identifies a page as not safe for viewing. (Firefox 3-specific).
about:buildconfig Shows the arguments and options used to compile the build in use
about:cache Shows information about the Cache Service. Number of entries, location of cache, size of cache, etc. for both memory and disk cache.
about:cache?device=memory Shows individual entries in memory
about:cache?device=disk Shows individual entries on disk
about:cache?device=offline Shows individual entries for offline viewing. New to products based on Gecko 1.9 or later.
about:cache-entry Shows information about a cache entry. Used in about:cache links. Requires parameters.
about:certerror Shows the error page used when an SSL/TLS certificate is untrusted or otherwise invalid.
about:config Shows an interface for viewing and setting a wide variety of configuration variables, many of which are not otherwise accessible through the GUI (options panels)
about:crashes Shows details of crashes submitted by Mozilla's crash reporter (since Firefox 3).
about:credits Shows a list of all those who contributed to Mozilla
about:licence In the British English localised version, shows the content of about:license but with all occurrences of license used as a noun replaced with licence (see American and British English spelling differences)
about:license Shows the Mozilla Public License (and the Netscape Public License) for the piece of software. (Only in products based on Gecko 1.8 or later)
about:logo Shows the logo used on the about: screen
about:mozilla easter egg: Shows a verse from The Book of Mozilla
about:neterror Shows the error page used when the browser could not access the requested path.
about:plugins Shows installed plug-ins.
about:robots Easter egg, beginning with March 8, 2008 trunk builds.[2]
about:rights Shows licensing information.
about:privatebrowsing






mardi 30 juin 2009

Réduire la taille du fichier log (.LDF) de MSDE-SQL

--1
DBCC SHRINKFILE ('{filename}.ldf', TRUNCATEONLY )
BACKUP LOG {database} WITH TRUNCATE_ONLY

--2
CREATE TABLE MyTable (MyField VARCHAR(10), PK INT )
INSERT Mytable (PK) VALUES (1)
GO

SET NOCOUNT ON
DECLARE @Index INT
SELECT @Index = 0
WHILE (@Index < 20000)
BEGIN
UPDATE MyTable SET MyField = MyField WHERE PK = 1
SELECT @Index = @Index + 1
END
SET NOCOUNT OFF

--3(REPEAT/REPETER)
DBCC SHRINKFILE ('{filename}.ldf', TRUNCATEONLY )
BACKUP LOG {database} WITH TRUNCATE_ONLY

--4
DROP TABLE MyTable



* source
http://www.broad-lea.com/sql_server/sql_reduce_log_size.html

lundi 15 juin 2009

vendredi 29 mai 2009

MONTREALiX.COM - Retour du SSL

MONTREALiX.COM - Retour du SSL

MONTREALiX.COM est de retour sécurisé - https://(ssl 128bits)
Wikipedia - Définition de SSL




Gestion de votre compte montrealix.com
Transaction entièrement sécurisé



MONTREALiX.COM -
Hébergeur de passions

Tag Cloud - Nuage de mots clés - positionnement

Wikipedia - définition du Tag Cloud Generator - Nuage de mots clés



Example d'un Tag Cloud - Nuage de mots clés

Générateur - Generator


www.tagcloud-generator.com/generator.php