Google

Google Maps upgraded to work offline

“Entry-level Android smartphones sometimes only have four gigabytes of onboard storage, making it a precious resource,” commented Ben Wood from CCS Insight. “Once you’ve downloaded a few applications, some music and perhaps a video, that memory quickly disappears.

Google Web Designer made available for Ubuntu

Note:some Google Web Designer doesn’t work on non-English systems. If you run into this issue, then try this: – remove its folder under ~/.local/share/: – Start Google Web Designer using the following command:

Install Latest Google Chrome in Ubuntu 13.10

Integrated capabilities audio and video playback. View google Voice Flash plugin (Pepper flash) Automatic Update System Projector image processor (only Chrome OS) File Manager (File manager) (only Chrome OS) Wallpaper and applications on windows (only Chrome OS) audio test tools, network, battery, etc. (only Chrome OS) Installing latest version of Google Chrome is quite easy and I will be installing it on a x64 Ubuntu OS.

Create a Chrome App for your Website

[code lang=”js”] { “manifest_version”: 2, “name”: “Sysadmin Blog App”, “short_name”: “Max of 12 characters”, “description”: “Your website description in 132 characters or less.”, “version”: “1.1”, “icons”: { “128”: “icon.png” }, “app”: { “urls”: [ “http://www.sysads.co.uk/" ], “launch”: { “web_url”: “http://www.sysads.co.uk/" } }, “permissions”: [ “unlimitedStorage”, “notifications” ] } [/code]

Installing Google Chrome 32 on CentOS 6.5

[code language=”js”]# vi /etc/yum.repos.d/google-chrome.repo[/code] [code language=”js”] [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub [/code] [code language=”js”]# yum update -y[/code] [code language=”js”]# wget http://chrome.richardlloyd.org.uk/install_chrome.sh # chmod u+x install_chrome.sh[/code] [code language=”js”]# ./install_chrome.sh[/code]