MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

How to setup Gitlab in local machine ?

gitlab-setup

Download gitlab from https://www.gitlab.com/downloads/ Installation, setup, configuration, backup Instructions is given in… https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md https://github.com/gitlabhq/gitlabhq/blob/6-1-stable/doc/install/installation.md

Depot Migration between perforce servers with history and change list

depot-migration-between-perforce-servers

There are many questions asked for the depot migration between server without losing any of the history  such as… Moving depots across servers Moving depots between servers Move a product depot from one Perforce server to another Depot Migration between perforce servers with history and change list There are one solution which i find worth … Read more

How to put comment in Ant | Comments in Apache Ant

comments-in-apache-ant

How to put comment in Ant | Comments in Apache Ant Method 1: <!– Comments are just as important in buildfiles, do not –> <!– avoid writing them! –> <!– Example build file for “Ant: The Definitive Guide” –> <!– and its sample project: irssibot –> Method 2: Echo Description Writes a message to the … Read more

Clover and Maven working with Distributed Applications

clover-and-maven-working-with-distributed-applications

1.       Configure maven clover plugin. 2.       Build the all components with clover enabled. 3.       Deploy the clover enabled build to test server. 4.       Run the tests. 5.       Create & Review the Code Coverage Report. Configure Maven Clover Plugin Configure the maven plugin in pom.xml .If you are having multi module projects; you can configure the … Read more

How we reduced build time from 8 hours to 1 hour ? – Complete Guide

hudson-master-slave-setup

Situation For one of our clients, Build is taking 8 hours and nightly build is failing frequently. Test case execution is consuming more time than the compilation. Low confidence levels for developers on nightly builds and subsequently during integration cycle. Approach We reviewed the whole set of build scripts being used and test case suite … Read more

How to run Remote Desktop Console by using command line?

remote-desktop-console-using-command-line

How to run Remote Desktop Console using command line If you may want to run Desktop Console from a batch file, for example RDC over VPN, you can use mstsc /v:servername /console command. Mstsc Creates connections to terminal servers or other remote computers, edits an existing Remote Desktop Connection (.rdp) configuration file, and migrates legacy … Read more

Process to Install CollabNet SVN Command Line Client in Windows

install-collabnet-svn-command-line-client-in-windows

Link: http://www.collab.net/downloads/subversion/ 1. Platform and configuration    Product: CollabNet Subversion server    Certified platforms: Windows XP SP2, Win 2003(Standard Edition) R2    Apache version: 2.2.8    ViewVC: 1.0.5 (requires ActiveState Python 2.5)    Repository format: fsfs (bdb support not included)    Prerequisite: The user needs administrative privileges to install    and uninstall CollabNet Subversion. 2. … Read more