Tech Sharing Blog

Computer knowledge, news, product, SEO, earn money online sharing place

Advertisement

Archive for the ‘ Google Chrome ’ Category

Google Chrome Remote Desktop

By on December 25, 2011

Remote desktop connections are always a great help while troubleshooting computers. By gaining access to a friend’s computer remotely you can easily understand what computer problem they are having and resolve it. Here to offer its own solution for remote desktop sharing is Google’s new tool called Chrome Remote Desktop.

 

Chrome Remote Desktop is a browser extension by Google released for Chrome. The extension installs in your browser and generates an authentication code for you to share with others. The person you share the code with must also be using Google Chrome with Chrome Remote Desktop installed. This other person can visit the extension’s options and select the “Access a shared computer” option to connect with your computer after they provide your authentication code. Once the connection has been established, your computer could be controlled remotely by the other person; similarly you will be able to control his computer through your Chrome window.

 

Chrome remote desktop Request for Permission Google Chrome Remote Desktop

You need to grant the permission to the extension before you can actually start using it

 

Chome remote desktop access code Google Chrome Remote Desktop

After everything, just provide your remote partner with the generated code, than he will be able to access your computer

 

Watch the follow video clip on how the Google Chrome remote desktop work:

 

Click here to download Google Chrome remote desktop extension




Popularity: 1% [?]

sitesiomon logo Sitesimon   Lets the internet content find you
With an increasing number of websites, webpages, and blog posts, it is not easy to find online content that you will find interesting. Here to help you by letting the interesting content find you is a web service called SiteSimon.

 

SiteSimon is a web service that fetches online content based on your interests. Your interests are determined by your browsing history. You start using the site by visiting its homepage, creating an account on the site, and installing its extension for Google Chrome. Your Chrome history is then analyzed by the site and you are shown interesting online content. You can click on links to view their original webpages or leave comments under the links. Your histories can be shared with other site users who can also view the comments you leave on web links. A “My Activity” tab in your SiteSimon account keeps track of your activity on the site and the pages you visit.

 

Features:

  • A user-friendly web service.
  • Helps find interesting online content.
  • Works through Google Chrome.
  • Analyse your interests through Chrome’s browsing history.
  • Lets you leave comments on online content displayed.
  • Also read related articles:

 

For more information about Sitesimon, you may visit their official web site

Site Simon cheatsheet Sitesimon   Lets the internet content find you




Popularity: 1% [?]

chromenewicon Google Chrome Release their new icon

Internet most fasther grown browser – Google Chrome has release their new Chrome icon which make it more match to their browser spirit – To amekt he web quicker, lighter, and easier for all.

 

“Since Chrome is all about making your web experience as easy and clutter-free as possible, we refreshed the Chrome icon to better represent these sentiments,” said Google designer Steve Rura.

 

The change is rather subtle, with the basic design and color scheme of the logo remaining the same, but the 3D, chrome-finished logo being replaced by a 2D version with a lot less shine.

 

For Chrome users, you’ll see this latest icon reflected in your browsers soon, as we bring the latest features and improvements to the beta and stable channels in the coming weeks!

Popularity: 1% [?]

Last whole week working with a project which involve the integration with 3th party API through the HTTPS secure channel using coldfusion CFHTTP. I come across with the following error message:


I/O Exception: peer not authenticated

coldfusioncerterror Import the server or CA certification in coldfusion server


Try to Google it for some time and find out that I need to import the 3th party certificate into my Coldfusion server by using some keytool certificate import tools. Trying few times but still can’t get it work until I found a blog which showing a very effective way and free tools for import the certificate.


These instructions are for Windows based machines but the concepts and tools should work on Mac or Unix based platforms.


1. Install tools

Download and install Portecle JVM certificate manager

(portecle-1.5.zip) You do not need the source (src) version

https://sourceforge.net/projects/portecle

The easiest way to install Portecle is to unzip the contents of the zip file to a directory such as C:\Program Files\portecle-1.5\ Then find the file “Portecle.jar”, right click it and send it to your desktop as a shortcut. You can then use this shortcut to launch Portecle. (optionally you can also change the name of the shortcut and change the icon to use the portecle.ico file for the icon)


2. Extract the certificate

The easy way to get the certificate is ask from the issuer, but if you unable to do so, you may have another alternative solution which you open the https page in your browser and double click on the lock logo at bottom left of the browser (the lock appear just beside the url addrss for Google Chrome)


Double click on the lock –> click the certificate information button –> go to details –> click the copy to file button –> Follow the wizard and select the base-64 encoded X.509 (.cer) format –> save the file


3. Install Certificate to Java Virtual Machine and/or ColdFusion server

Start Portecele.

On the [File] menu, select [Open Keystore File] navigate to and locate the keystore you are interested in.

For many java installations this will be located in your “jre\lib\security” directory and might be named “cacerts”

For the ColdFusion 8 default developer install the path will be “c:\coldfusion8\runtime\jre\lib\security\cacerts”

You will have to enter the password for the keystore. The default password is “changeit”


Now you are ready to import the key.

From the [Tools] menu select [Import Trusted Certificate]

Navigate to and locate the certificate you saved and click [Import]

You will need to reenter the keystore password.

You can change the alias if you desire but I would recommend leaving it as the default

Note: You may also be prompted to “trust” the certificate.


Click on the save button at the top of the portecle


4.       Restart you Java Virtual Machine/coldfusion application server.

For ColdFusion not installed on top of JRun you just need to restart the ColdFusion service. If you are running on top of JRun you also need to restart JRun.


Up to now, you already successfully import your partner certificate to your coldfusion/java server.


Please feel free to leave your suggestion if any. Click here for more information regarding Protecle

Popularity: 2% [?]

Proxy server is a server that sites between a client application, such as a web browser and a real server. It intercepts all requests to the real server to see if it can fulfill the requirests it self. If not, it forwards request to the real server.

There main purposes for using the proxy server are:

  • to keep machines behind it anonymous (mainly for security)
  • to speed up access to a resource (via caching). It is commonly used to cache web page from a web server
  • to censor network services or content
  • to forge transmitted content before delivery, eg: to insert advertisements


There are diff types of proxy server in generals:

  • Transparent Proxy: it identifies itself as a proxy server and also make the original IP address available through the http headers. The generally use to cache websites but do not effectively provide any anonymity to those who use them.
  • Anonymous Proxy: it identifies it self as a proxy server, but does not make the original IP address available. of proxy server is detectable, but provides reasonable anonymity for most users.
  • Distorting Proxy: This type of proxy server identifies itself as a proxy server, but make an incorrect original IP address available through the http headers.
  • High Anonymity Proxy: This type of proxy server does not identify itself as a proxy server and does not make available the original IP address.


You may easily get the free proxy server list from the Internet by Google it with the key word of “Free Proxy server list”. Or you may just access the following web site for the free Proxy server list:


Please bear in mind that when you use the free public proxy server, your transmitted data through the Proxy server may capture or monitor by some body including your login detail and password.

Step to set up the Proxy on difference browser:

Mozilla Firefox:

Tools -> Options -> Advanced -> Network -> Settings -> Manual proxy configuration -> enter the Proxy server IP and Port number

setting proxy for firefox Proxy Server and browser configuration


Google Chrome:
Options -> Under the Hood -> Change proxy settings -> Connections -> LAN Settings -> Proxy Server -> check the “use a proxy….” -> enter the proxy server IP and port number

* Google Chrome is share the same Proxy server setting with Internet Explorer

google chrome set proxy step 1 Proxy Server and browser configuration

google chrome set proxy step 2 Proxy Server and browser configuration

Internet Explorer:
Tools -> Internet Option -> Connections -> LAN Settings -> Proxy Server -> check the “use a proxy….” -> enter the proxy server IP and port number

google chrome set proxy step 2 Proxy Server and browser configuration

Opera:
Tools -> Preferences -> Network -> Proxy Server… -> Select what ever Protocol to use the Proxy Server -> enter the proxy server IP and port number

opera set proxy Proxy Server and browser configuration

Popularity: 2% [?]

Google Chrome themes gallery

By on October 11, 2009

Google Chrome there is ready and bigger with few more hundred of new release artists themes. All those themes are design by the leading artists, architects, musicians, illustrators, filmmakers, fashion and also interior designer.


To apply the theme, you need to install the Google Chrome with the version at lease 3.0.195.25. Click here to download it if you don’t have the latest version or click here to apply the theme.


Besides that, you may also click on the right bottom corner of theGoogle Chrome to view the theme.

google chrome themes by google Google Chrome themes gallery

Google Chrome Theme design by Google Chrome Team

google chrome themes by artists Google Chrome themes gallery

Google chrome themes design by invited artists

google chrome theme porsche Google Chrome themes gallery

Google Chrome - Porsche Theme

google chrome theme charlotte ronson Google Chrome themes gallery

Google Chrome - Ccharlotte Ronson

google chrome theme bayonetta Google Chrome themes gallery

Google Chrome - BayonettaGoogle Theme - Mariah Carey


Popularity: 9% [?]

google distribution chain Google Chrome OS in Context of the Google Distribution Chain


Google Chrome OS in Context of the Google Distribution Chain, Being a Cartoon With Roughly 11 Steps and a Guest Appearance of the MS Monster

Popularity: 1% [?]

gmail logo Create HTML signature for Gmail in GoogleIf you are heavy Gmail user, then you should realized that Gmail does not allow the HTML tag in the signature. But it will be better if you can add your web site link, your web site logo or some other interesting signature that may represent you. If you really search from the internet, there is still a solution for you to doing that, just that you may do a little bit more job.


Most of the time you may found the solution from your search engine is install the additional plugin for your Firefox browser, but very hard to get the solution for Google Chrome (as i’m the heavy google chrome user).


How about for the Google Chrome Browser?

Don’t worry, there is a way for you to doing so.


How to create Gmail html signature in Chrome?

To use the HTML signature in your Gmail with Google Chrome, you may going through some additional step which may not that difficute. Here is the solution.


[More]

Popularity: 11% [?]


google chrome logo ChromePass   Recover Stored Password from Google ChromeMost of the computer mania should had try out the latest browser from the search engine giant – Google Chrome. Although the time of Google Chrome in the market just a while, but they do gaint a significant browser share in the market.

 
But people will never satisfy with the thing that have now. As there is no way to view/recover/retrive the password and username from the Google Chrome directly. But some of the user may need this and that’s why ChromePass has been developed.

 
ChromePass 1.5 is a small and light free utility tools that allow you to easily view the username and password store by the Google Chrome. ChromePass doesn’t require any installation process or additional DLL files. In order to start using ChromePass, simply run the executable file – ChromePass.exe.

 
[More]

Popularity: 1% [?]

Google Chrome – Calculator

By on December 26, 2008

Google chrome can use as the calculator or currency convertor. Because of Google Chrome using the address bar as the key word entering field for the default search engine (Default search in google chrome), so you can just enter the match question, conversion in the address bar to get your answer.

 

curconvertion Google Chrome   Calculator

Currency Conversion

 

curconvertion result Google Chrome   Calculator

Currency conversion result

 

google chrome calculator Google Chrome   Calculator

Google Chrome Calculator

 

google chrome calculator result Google Chrome   Calculator

Google chrome calculator result

Popularity: 1% [?]

SEO Powered by Platinum SEO from Techblissonline