using gigolo for all your network mounting needs

2010-04-01 0 min read Fedora GNOME Linux
\"A
Image via Wikipedia

Have you ever thought that there should be one central location or application to connect to all you required servers with whichever <a class="zem_slink freebase/en/protocol" title="Protocol (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Protocol_%28computing%29">protocol. If you did, the you wishes are granted.

Continue reading

Extract all urls from the last firefox sessionstore.js file used.

2010-03-29 0 min read Linux
\"Effective
Image via Wikipedia

Some taken from commandlinefu. What all the below commands are doing is basically that the url: is captured from the sessionstore.js file and then just  extract the URL from the line. These are done in various ways using perl, <a class="zem_slink freebase/en/sed" title="Sed" rel="wikipedia" href="http://en.wikipedia.org/wiki/Sed">sed and <a class="zem_slink freebase/en/awk" title="AWK" rel="homepage" href="http://cm.bell-labs.com/cm/cs/awkbook/index.html">awk:

Continue reading

Search & replace with find & ed

2010-03-28 0 min read Bash Learning Linux
\"Computer
Image via Wikipedia

function sr() {

declare pattern replacement name usage
declare -i pvar=0 rvar=0 tvar=0

usage='usage: sr [-t ] [-n name] [-p pattern] [-r replacement] [– ] [dir1 dir2 …]'

# cf. <a href="http://bsdpants.blogspot.com/2007/02/option-ize-your-shell-scripts.html">http://bsdpants.blogspot.com/2007/02/option-ize-your-shell-scripts.html

while [[ "${1:0:1}" == '-' ]] ; do

[[ "${1}" == '–' ]] && { shift; break; } # – marks end of options

Continue reading

Opens Four Google Frames At Once

2009-12-19 0 min read Learning Uncategorized
\"Google
Image via Wikipedia

Googlegooglegooglegoogle: Opens Four <a class="zem_slink" title="Google" rel="homepage" href="http://google.com">Google Frames At Once Googlegooglegooglegoogle (that is Google times 4!) is a simple <a class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website/<a class="zem_slink" title="Homepage" rel="wikipedia" href="http://en.wikipedia.org/wiki/Homepage">startpage that puts four Google search windows in one page. It basically displays four frames so that you do not have to leave the page to search simultaneously. This tool is incredibly useful for Google power searchers.
<img src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/g4_thumb.png" alt="" align="bottom" />

Continue reading

5 Good Image Search Engines Apart From Google Image Search

2009-11-10 1 min read Uncategorized

Even if you are using Deeperweb for firefox, sometimes google isn&#8217;t just getting you to the right page and picture. You start hunting for more picture search engines, so here&#8217;s the list of best for you.

When the right picture is everything, you need to go deep into the web and comb through the millions that are out there. Image search is just like normal search and similarly painstaking.

Continue reading
Newer posts