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

mardi 26 mai 2009

Processus Explorer /

Quand Windows se met à mal fonctionner. Il y a une façon encore plus simple que de simplement fermer et de relancer une nouvelle session.

Vous pouvez allez dans le gestionnaire de tâche (Task Manager CTRL+ALT+DEL) et terminer le processus "EXPLORER.EXE".

Un coup ce processus arrêté, l'ordinateur au complêt devrait-être dans le vide.
Sans bar de tâches, sans icons, sans rien. un vide complet.

Retournez dans le gestionnaire de tâche (Task Manager CTRL+ALT+DEL) Pour ceux qui aurait quitté la fenêtre du gestionnaire de tâche.

Allez dans l'onglet "Application" et cliquez sur le bouton "Nouvelle tâche/new task"

Et inscrivez "EXPLORER.EXE"

Ce qui relancera la barre de tache de Windows.
C'est rapide. CTRL+ALT+DEL >>Process>Stop>EXPLORER.EXE >>application>New Task>explorer.exe

Windows devrait recharger normalement.

Cette situation est souvent temporaire. Vous êtes souvent dû pour redemarrer votre ordinateur quand vous êtes rendu là! .. mais, parfois, c'est un problème que l'on connait et fait simplement planter Windows. Alors, ce truc est pour vous.

Voir le video sur Youtube.com

Au plaisir,

mardi 19 mai 2009

Nouveautés : .TEL


On m'a demandé à mon job à savoir c'était quoi au juste un .TEL ?

J'ai répondu --" ???? "

Alors, j'ai fait une recherche.

En réalité, ce que le .TEL est, ... c'est un espace web, avec tous les possibilités de vous contacter. (vCard).
Skype l'utilise, les iPhones peuvent même utiliser l'afficage différament.

Le .TEL doit-être renouvellé à chaque année, pour le montant de 17$/CAD / Année.

Vous pouvez enregistrer vos nom, vos surnom... et cela creer un vCard... c'est clean. c'est cool.
montrealix.tel ... il faut bien tester quelque part... ?

C'est un peu "léger" comme annonce, mais, ça résume très bien ce que le .TEL
se veut comme but
http://www2.telnic.org/ (1min45sec)


Add Image

vendredi 15 mai 2009

Changement DNS - Fichier HOST - Fishing

Comment le une méthode de fishing peut-être simplement lancé sur votre poste.

** Votre anti-virus peut détecter une activitée non désiré sur ce fichier. Si vous recevez un message d'avertissement, ... réjouissez-vous, car peut d'antivirus font ce genre de vérification.

Sécurité:
Voici un example de fishing qui peut-être, facilement modifié sur votre poste.

Ouvrez le répertoire suivant :
C:\WINDOWS\SYSTEM32\DRIVERS\ETC

Ouvrir le fichier suivant avec Blocknote ou Bloc Note.
hosts



-[contenu fichier hosts]-----------------------------------------------------------------

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
209.34.169.60 hotmail.com
209.34.169.60 www.hotmail.com

-------------------------------------------------------------------------

Ajoutez les deux lignes suivantes à la fin du fichier :
209.34.169.60 hotmail.com
209.34.169.60 www.hotmail.com

Sauvegarder. Théoriquement, il est Souhaitable que votre anti-virus intercepte cette requête pour vous demander si vous voulez accepter les modifications DNS.

Si votre anti-virus ne vous avertie pas, considerez que vous n'êtes pas entièrement protégé contre le "Internet fishing".

Ouvez une nouvelle fenêtre Internet. (Firefox, IE, Chromes, etc.)
Essayez d'ouvrire l'URL suivante: hotmail.com ou www.hotmail.com et vous tomberz toujours sur le site de montrealix.com, soit l'adresse 209.34.169.60

Pour rétablir, simplement retirer les deux lignes ajouter dans le fichier "hosts".
Fermer vos fenêtres Internet et ré-ouvrez les. Vous devriez être capable de retourner à Hotmail.com ou www.hotmail.com.

Ce qui veut dire. Si vous voulez rediriger les dNS d'un .COM, vous pouvez vous servir du fichier hosts pour ce faire.

Si vous avez des questions, n'hésitez pas à me les faires parvenir,

: )

Mathieu

samedi 9 mai 2009

Windows XP - Delais d'ouverture des menus dans la bar Windows


  1. Click Start -> Run
  2. Type regedit in the run box that appears.
  3. From the Registry Editor, navigate to: HKEY_CURRENT_USER/Control Panel/Desktop
  4. Once there, find MenuShowDelay and set its value to equal the delay you would like before the menus are shown. See the chart below:
    Value Data: 0-999 (milliseconds)400 Default
    200 Works for most people
    0 No Delay
  5. Close the Registry Editor and reboot your computer. Changes will not take effect until reboot.

Firefox - About:config - changer delais des menus

Changer le délai dans l'ouverture des menus sous Firefox.

  1. Enter "about:config" in the location bar and press enter.
  2. In the list of config items, right-click and choose "New: Integer."
  3. For the preference name, enter "ui.submenuDelay".
  4. For the value, enter "10000" (that's 10,000 ms, or 10 seconds). (je recommande 0)