20th August 2009
in
Applications, Multimedia
If you want to have Flash support in Google Crome, the Linux version, you can enable it like this:Make a plugins directory in the Google Chrome folder
sudo mkdir /opt/google/chrome/pluginscd to it
cd /opt/google/chrome/p[...]
Tags: firefox, Flash, Google, Google Chrome
1 Comment
8th August 2009
in
Uncategorized, cli
You can search Google.com from the Linux command line without using a CLI web browser like lynx or Elinks. All you need is the curl and html2text packages installed. Then you issue the following command:
curl -A Mozilla [...]
Tags: browser, curl, Google, search
12 Comments