Set Chrome to Run Flash and Other Plug-Ins On-Demand Only

No Comments

If you’d like to keep a tighter reign on Flash, Silverlight, Java, and other plug-ins, the latest Dev and Canary Build versions of Chrome allow you to set your plug-ins to “Click to play” and almost never see auto-loading web content again.
To set up “Click to play,” head into your settings, click the Under the Hood section, then press the Content Settings button. Inside that sub-window, you’ll find the plug-ins section, where you can set your third-party apps to always play, play only when you click the enabling button, or never play. As you might imagine, some sites look a bit ugly with Chrome’s white-on-gray permission buttons scattered across them. If you want a halfway compromise, you could download the Canary Build for Windows, set that to “Click to Play,” and use it as your secondary, batteries-running-low browser.
[gallery link="file"]

Google Chrome ajunge la versiunea 6 cu noi extensii: Sincronizare şi Autofill Data

No Comments

http://www.youtube.com/watch?v=v-socgG1dqE&html5=True”>acest

[ad#ad-1]

Google a lansat Chrome 6. Noua versiune are o interfaţă de utilizator simplificată: există un singur meniu, butonul “Go” a fost eliminat, browser-ul nu mai arata “http://” în bara de adrese, butonul de marcaj a fost mutat la dreapta şi bara de instrumente are o schemă de culori noua.

Chrome 6 adauga suport pentru Completare automată a formularelor web şi sincronizarea autofill-ului, extensiilor şi toate setările. Extensia Sync este, probabil, cea mai tare caracteristică nouă în Chrome 6, deoarece puteţi lua extensiile cu dvs., nu conteaza ce computer utilizaţi.

O altă caracteristică nouă este suportul pentru videoclipuri WebM. “WebM este open source, gratuit, formatul media a fost conceput pentru Web”, este deja sprijinit de software ca Opera, VLC, Winamp şi de YouTube. Uita-te la acest video în Chrome 6 sau a comuta in HTML5 YouTube.

Există, de asemenea, o caracteristică care este dezactivată în mod implicit (probabil pentru ca este cu bug-uri): vizualizator inclus pentru fisiere PDF. Pentru activare tastati chrome://plugins/ în bara de adrese şi faceti click pe “Enable” de lângă “Chrome PDF Viewer”.

Alte modificări:

* Chrome are o nouă comandă rapidă pentru Bara de marcaje(bookmark bar) (Ctrl + Shift B);

* Daca mouse-ul peste un link către o pagină care are un link lung, Chrome va afişa întreaga adresa în bara de stare, după aproximativ 3 secunde;

* Puteti folosi adresa: chrome://extensions/ pentru a accesa galeria de extensii din google chrome.

Google actualizează automat browser-ul la noua versiune, dar puteţi verifica pentru update manual prin selectarea “About Google Chrome” din meniul unic. Dacă aceasta nu funcţionează, descărcaţi Chrome 6 de la google.com/chrome.

Total Commander: how to use the ssl/tls feature for secure ftp

No Comments

This is from: http://www.ghisler.ch/board/viewtopic.php?t=12105

Here is some information on how to use the ssl/tls feature. Because of the Swiss crypto export laws, I cannot include the openssl dlls in the install package.

1. Get the compiled OpenSSL package from the LibCurl library:
http://curl.haxx.se/download.html
Please scroll down to the section named “Win32 – Generic”
and download the following package (or a newer one):
Win32 2000/XP 7.19.0 libcurl SSL enabled Günter Knauf 1.54 MB

2. Copy the two dlls libssl32.dll and libeay32.dll from the “bin” subdir of the archive to the Total Commander directory.
3. Now you can make connections with prefix ftps:// and https://

There will appear a red open locker for connections because the root certificates are missing. To get the root certificates of Verisign, Thawte etc, do the following:
1. Start Internet Explorer and open its configuration dialog
2. Go to the page “Content”
3. Click on “Certificates”
4. Go to the last page “Trusted root certificate authorities”
5. Select all certificates
6. Click on”Export”
7. As name, enter: rootcerts
8. Confirm with Next/OK. This creates a file rootcerts.p7b
9. Issue the following two commands to convert to openssl format:

openssl pkcs7 -inform DER -in rootcerts.p7b -print_certs -out unfiltered.pem
openssl x509 -in unfiltered.pem -out rootcert.pem

10. Put the file rootcert.pem in the Total Commander directory