Entries Tagged as 'Tools'
Selecting Text (Visual Mode)
To select text, enter visual mode with one of the commands below, and use arrow keys to highlight the text you are interested in. Then, use some command on the text.
The operators that can be used are:
~ switch case
d delete
c change
[…]
Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags:
Proxy setup in svn always a headache when you work behind a firewall.Following is the common proxy error we get when we try for any svn command.
svn: PROPFIND request failed on ‘/svn/glassfish-svn/trunk/v3/web/appserv-webtier’
svn: PROPFIND of ‘/svn/glassfish-svn/trunk/v3/web/appserv-webtier’: Could not resolve hostname
`svn.dev.java.net’: No address associated with hostname (https://svn.dev.java.net)
To avoid this, following the setup needed. In ~/.subversion/servers file, add […]
Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags:
Name
find — Searching for files and possibly executing commands on them
Synopsis
find [path] [options]
Examples
To list all files below a given directory, say /home/user/some-directory […]
Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags:
Firefox has awesome features as everybody knows and one of which is this search plugin. Creating search plugin doesn’t take more than 2 minutes in firefox. Just follow the steps below blindly.
0. Basic requirement you should have firefox installed in your system.
1. Navigate to the searchplugins directory of you firefox installation.
2. open a file called […]
Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags:firefox·search plugin
http://justaddwater.dk/2007/04/26/howto-create-a-temporary-local-subversion-repository/
Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.
Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags:setup·svn·TortoiseSVN·Windows