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

Java Command Line Options

-client       to select the “client” VM -server       to select the “server” VM -hotspot      is a synonym for the “client” VM  [deprecated] The default VM is client. -cp <class search path of directories and zip/jar files> -classpath <class search path of directories and zip/jar files> A ; separated list of directories, JAR archives, and ZIP archives … Read more

Docker Command line Reference | Docker Tutorial | Docker Guide

One liner to stop all of Docker containers: > docker stop $(docker ps -a -q) One liner to remove all of Docker containers: > docker rm $(docker ps -a -q) OR > docker rm $(docker images -q) OR > docker rmi $(docker images -q) In case of error message Get http:///var/run/docker.sock/v1.14/containers/json?all=1: dial unix /var/run/docker.sock: permission … Read more

MSBuild Tutorial Reference for Beginner | MSBuild Learning Resources | scmGalaxy

msbuild-tutorial

Walkthrough: Creating an MSBuild Project File from Scratch How to: Write a Simple MSBuild Project MSBuild Basics Build Your Project File from Scratch using MSBuild

Jenkins useful websites references | Jenkins Resources | scmGalaxy

jenkins-useful-websites-reference

How to take care of a large Jenkins installation and still keep your sanity – Part 1 How to take care of a large Jenkins installation and still keep your sanity – Part 2 How to take care of a large Jenkins installation and still keep your sanity – Part 3

Commonly Used Sign- Punctuation and their Name in Perl

perl-sign-punctuation-marks

Commonly Used Sign- Punctuation and their Name in Perl ( => ) Comma Arrow  ( ‘ ’, “ ”, ‘ ‘, ” “ ) à Quotation marks ( $ ) àDollar sign ( ~ ) à Tilde ( % ) àPercent sign (  ,  ) à Comma ( @ ) à At Sign ( ; ) à Semicolon ( … Read more

Linux Commands for User | Linux User Commands Reference

General Commands Not Used Frequently cal – The Calender bc – The Calculator file – knowing the file types cmp – Comparing two files. comm – Common in two files dos2unix and unix2dos – Converting between dos and unix stat – Display file or file system status such as Access, Modify,Change, users and more # … Read more

Recommended Books for Maven | Good books for Maven learning

maven-books-references

Recommended Books for Maven http://www.maestrodev.com/wp-content/uploads/2012/03/betterbuildswithmaven-2008.pdf