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 Install and Configure Gerrit2 in CentOs and Ubantu ?

gerrit2-installation-configuration

Step 1: ย Update System > yum update > apt-get update Step 2: Install git Step 3: Install screen Step 4: Install screen Step 5: Install Java Step 6: MySQL Step 7: Install Gerrit 1. Create a Database 2. Initialize the site 3. Download Gerrit wget https://gerrit-releases.storage.googleapis.com/gerrit-2.9.1.war 4. Start Gerrit Setup 5. Restart / Stop / … Read more

How to install chefDK in RHEL, Ubantu, Mac and Windows?

chefdk-installtion-process-rhel-ubantu-mac-windows

How to install chefDK in RHEL, Ubantu, Mac and Windows? How to install chefDK in RHEL Step 1: Download checfdk from https://downloads.chef.io/chef-dk/ > wget https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chefdk-0.9.0-1.el6.x86_64.rpm or > curl -o chefdk-0.9.0-1.el6.x86_64.rpm https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chefdk-0.9.0-1.el6.x86_64.rpm > chmod 755 chefdk-0.9.0-1.el6.x86_64.rpm Step 2: Install chef dk > rpm -ivh chefdk-0.9.0-1.el6.x86_64.rpm Step 3: Confirm your installation. > which chef > chef -v … Read more

How to Setup SVN Server with Apache2 in Ubantu?

setup-svn-server-with-apache2-in-ubantu

This tutorial is to setup the SVNServer from base using Apache2 in Ubantu only. > sudo apt-get update > sudo apt-get install subversion apache2 libapache2-svn apache2-utils > sudo addgroup subversion > sudo mkdir /home/svn > sudo chown -R www-data:subversion /home/svn > sudo chmod -R g+ws /home/svn > sudo svnadmin create /home/svn/myWebsite sudo vim /etc/apache2/mods-available/dav_svn.conf & … Read more