LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Google Chrome flags for Performance (ver 49)

Posted 03-07-2016 at 04:07 AM by ugjka
Updated 03-17-2016 at 01:41 PM by ugjka

These are the settings I use with Google Chrome to get most of my machine (Dell Vostro 1015/ 3Gig ram)

Type about:flags in the adress bar or copy paste the chrome urls


GPU rasterization
chrome://flags/#enable-gpu-rasterization
Set to Enabled


Number of raster threads
chrome://flags/#num-raster-threads
Set to "Number of threads/cores your cpu have"


These two will increase Javascript...
Member
Views 9012 Comments 1 ugjka is offline
Old

You can still have google with the top black menu bar

Posted 05-24-2014 at 04:53 PM by the dsc (linux-related notes)
Tags google

I truly hate websites or GUIs in general going away with nice features or changing stuff for no good reason, and/or without being in a clear opt-in/out manner.

Anyway, adding a parameter to the google query/url still brings the not-so-old UI: noj=1

You'll still need a user script to have "scholar" to be among the search options on that menu, though. Otherwise it's still on "more → even more → scholar, no longer with your original query, loser"....
Member
Posted in Uncategorized
Views 1101 Comments 0 the dsc is offline
Old

duckduckgo - search engine without tracking and search bubble

Posted 10-04-2011 at 02:12 PM by jere21
Updated 10-23-2011 at 03:36 PM by jere21

When I had a first look on it, I didn't like it. Now, one year later, I checked again - and now I really do:

http://duckduckgo.com is a really privacy oriented search engine. But under its very clear surface it also has other features:
  • unbiased search results, NOT depending on any profile that you got. See http://dontbubble.us/
  • privacy, duckduckgo.com doesn't save your data, nor does it turn it to the found website. See http://donttrack.us/
  • instant answers (like "define:TERM"
...
LQ Newbie
Posted in Uncategorized
Views 12137 Comments 1 jere21 is offline
Old

Debian and Google Chrome

Posted 08-09-2011 at 06:52 PM by DJ Shaji

I'm really beginning to like Google Chrome. It is definitely fast, loads web pages quickly, and uses just about the right amount of memory. The only caveat I've encountered is that there are still not many quality extensions available. Hopefully that will be fixed soon.
Member
Posted in Uncategorized
Views 1896 Comments 0 DJ Shaji is offline
Old

gtsh: how to use Google Translate without touching a web browser

Posted 08-09-2011 at 05:49 PM by MrCode
Updated 08-09-2011 at 05:49 PM by MrCode ("Transhlate"? WTF? :p)

I present "gtsh" (Google Translate for the SHell), a tiny(!) shell script that acts as a frontend to Google Translate:

Code:
#!/bin/bash
if test -z $3; then
	echo "Usage: $0 \"<str>\" <lang1> <lang2>"
	echo "Translates string \"<str>\" from <lang1> to <lang2>"
	echo "(CLI frontend to Google Translate)"
else
	wget -qO- "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=$1&langpair=$2|${3:-$3}"
...
Member
Views 13258 Comments 1 MrCode is offline

  



All times are GMT -5. The time now is 09:18 AM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration