Kurinchi Blogger Scribbles …


Archive for December 11th, 2008

Dec 11
2008

Subversion installation steps – Part 1 (Client installation)

Last updated: December 11th, 2008

subversionSubversion is a version control system software that is used for effective and efficient quality management of projects consisting of any number of files. It is a substantial alternative to CVS repository and has gained popularity in very short time. Subversion is used in many companies ranging from small/medium scale companies to large scale enterprises because of its ease of use compared to other available products in the market. (more…)

Dec 11
2008

How to create shortcuts in Linux?

Last updated: December 11th, 2008

SciTE is one of the IDE’s available under Freeware category in the market for PHP/ASP/Ruby/++ scripting. I have used that as an example to answer the above question.

Once the software is downloaded and configured in your system, you might want to create a shortcut for that application in the desktop. Creating a symbolic link would help you in that.

[root@user Desktop]# ln -s /usr/local/bin/SciTE $HOME/Desktop/scite

i.e.

[root@user Desktop]# ln -s [path-to-executable-file] [TARGET-location-where-shortcut-is-to-be-created]


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict