Tip: use custom search engines for efficiency | TurnKey GNU/Linux
You are here
Category: All
Tip: use custom search engines for efficiency
Blog Tags:
web
ubuntu
tip
Tip: use custom search engines for efficiency
Alon Swartz
- Mon, 2010/07/19 - 09:25 -
3 comments
I don't need to tell you how search improves our efficiency on the web, but using custom search engines can make your day even more efficient.
Configuring your browser to use custom search engines is a massive time gain, and improves your work flow. When I used Firefox, I had set up search plugins for the stuff I needed, but it took screen real-estate (even with optimizations) and wasn't easily customizable or extendable.
With my migration to Google Chrome, I found setting up custom search engines a snap, no wasted screen real-estate, and using keywords improved my workflow.
Example: Search Wikipedia by typing
alt+d wpsearch_term
Adding custom search engines in Chrome
Click the spanner, choose options.
Click manage (next to default search).
Click add.
Create your custom search engine.
Custom search engines I use
Name Keyword URL
-------------------------------------------------------------------------------------
TurnKey Linux tkl http://www.turnkeylinux.org/search/luceneapi_node/%s
Ubuntu Packages pkgu http://packages.ubuntu.com/%s
Debian Packages pkgd http://packages.debian.org/%s
GitHub gh http://github.com/search?q=%s
Wikipedia wp http://en.wikipedia.org/wiki/Special:Search?search=%s
Notes on package searching
I usually use
apt-cache search search_term
when I'm at the command line, but I find that using the Ubuntu and Debian web interfaces useful when exploring new packages and their dependencies while working on appliance development.
What custom search engines do you use?
Comments
Firefox supports search keywords too
Sergey Vlasov
- Mon, 2010/07/19 - 14:56
When I used Firefox, I had set up search plugins for the stuff I needed, but it took screen real-estate (even with optimizations) and wasn't easily customizable or extendable.
Firefox also supports search keywords in the same style as described above for Chrome. The visible difference is that it does not immediately replace the entered keyword by a string like "Search Wikipedia:" in the address bar — but the selected search engine is displayed in the suggestion list below it.
Search keyword configuration for Firefox:
— easy configuration through the right-click menu on a search page;
— more details (you can just create a bookmark with
%s
in it, then add a keyword in its properties; the bookmark may be placed anywhere, even in the "Unfiled Bookmarks" tree, so it won't be visible directly).
With these keywords the search box is mostly unneeded and may be removed to leave more space for the address bar.
reply
I wasn't aware of that, thanks for sharing
Alon Swartz
- Mon, 2010/07/19 - 15:49
I still use Firefox during web application development, and for certain plugin's which I have yet to find replacements for in Chrome - for example, chatzilla and firebug (I do use chrome's internal web dev tools, but I still find firebug superior in some situations).
I'll certainly take a closer look at the resources you mentioned.
reply
New TurnKey search engine
Alon Swartz
- Fri, 2010/12/31 - 10:06
The new search engine (lucene) integrated into the TurnKey website with the
site refresh
is much more powerful than what we previously had, so those who are using the
tkl custom search
in chrome requires an update:
before:
search/node/%s
after:
search/luceneapi_node/%s
I've updated the post to reflect the new URL.
reply
Pages
Add new comment
Apps
Specials
Web development
Framework
Stack
IT Infrastructure
Content management
Blogging
Ecommerce
Education
Wiki
Media
Business management
CRM
ERP
Invoicing
Messaging
Email
Forum
Chat
Issue tracking
Project management
Database
NoSQL
Developer tools
Help
Forums
Support
General
Development
Documentation
Security and News Announcements
Low-traffic newsletter: up to one email a month.
Previous issues
Categories
development
news
appliances
community
debian
release
hub
stable
iso
security
cloud
ec2
aws
proxmox
lxc
ubuntu
tkldev
tips
v16.x
drupal
More tags
Recent posts
Free up disk space
4th Aug, 2024
Python PEP 668 - working with "externally managed environment"
29th Jul, 2024
v18.0 Stable Release #6 - 10 Newly Updated ISOs, Hub Builds & Proxmox/LXC builds
17th Apr, 2024
v18.0 Stable Release #5 - 20 Updated ISOs & Hub Builds - Proxmox/LXC builds
12th Feb, 2024
v18.0 Stable Release #4 - 10 Updated ISOs & Hub Builds - Proxmox/LXC builds
5th Feb, 2024
1 of 63
next ›
Archive
August 2024
(1)
July 2024
(1)
April 2024
(1)
February 2024
(2)
November 2023
(1)
October 2023
(1)
September 2023
(1)
July 2023
(1)
April 2023
(1)
March 2023
(1)
December 2022
(1)
November 2022
(2)
Pages
Recent comments
V19?
TurnKey LXC templates are available via the Proxmox UI
Non-Aws platforms
Thanks for that!
the command for adding the
mtoolshub
Great post