Posts Tagged ‘Step by Step’

Setup and Configuration of a Virtual Machine in Virtual Box

VirtualBox is an operating system virtualization program that allows you, the end user, to do an incredible number of things that you couldn’t otherwise do in any other way than in a live environment.  But not everyone has more than one machine laying around with an OS installed on it, and not everyone wants to [...]

Share This Post
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • StumbleUpon
  • Twitter
  • email
  • Reddit
  • RSS
  • Technorati
  • Yahoo! Buzz
Read the rest of this entry »

Configuring Subversion on Ubuntu

Hi Friends, I am sharing method to configure Simple Subverion with Basic Authentication on Ubuntu. To Install Subversion Open Terminal and Execute Following Commands :- sudo apt-get install subversion libapache2-svn Now Create Subversion repository in /svn (You can choose your own path) sudo svnadmin create /svn Give this permission to that /svn folder sudo chown [...]

Share This Post
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • StumbleUpon
  • Twitter
  • email
  • Reddit
  • RSS
  • Technorati
  • Yahoo! Buzz
Read the rest of this entry »