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 beContinue reading… Vim: visual block mode commands
Category: Tools
svn proxy settings
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 resolveContinue reading… svn proxy settings
Setup SVN Local Repository
0. FAQ First Q: I heard that Subversion is an Apache extension? Does this mean I have to set up Apache to use Subversion? A: The short answer: no. The long answer: if you just want to access a repository,Continue reading… Setup SVN Local Repository
Linux : Awesome commands – find
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 find /home/user/some-directory To find all pdf files below that directory find /home/user/some-directory -nameContinue reading… Linux : Awesome commands – find
Creating own firefox search-plugin
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 installedContinue reading… Creating own firefox search-plugin
Setup TortoiseSVN & Subversion on local windows
http://justaddwater.dk/2007/04/26/howto-create-a-temporary-local-subversion-repository/