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

Install and Configure Grafana in RHEL 7

Install and Configure Grafana in RHEL 7 Step 1 – Download & Install Grafana Download Grafana RPM file RPM for Linux from https://grafana.com/grafana/download?platform=linux # RHEL 7 $ sudo yum install initscripts fontconfig -y $ wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.2.2-1.x86_64.rpm $ sudo yum localinstall grafana-5.2.2-1.x86_64.rpm Step 2 – Understand Grafana Installation details in RHEL/CENTOS Installs binary to /usr/sbin/grafana-server Copies … Read more

How to Configure Web Proxy on CentOS | Tutorials | scmGalaxy

web-proxy-on-centos

If your internet connection is behind a web proxy, you need to configure the following on your CentOS server: System-wide proxy settings – add the following lines to your /etc/environment file: # vi /etc/environment http_proxy=”http://proxysrv:8080/” https_proxy=”https://proxysrv:8080/” ftp_proxy=”ftp://proxysrv:8080/” no_proxy=”.mylan.local,.domain1.com,host1,host2″ To apply these settings without restarting the machine run the following commands on the bash shell: export … Read more

Vagrant installation in Centos, Ubuntu and Windows | Vagrant Tutorials

vagrant-installation-in-centos-ubuntu-and-windows

Vagrant installation in ubuntu 1. Update your apt repository > sudo apt-get update 2. Install VirtualBox. > sudo apt-get install virtualbox 3. Install Vagrant. > sudo apt-get install vagrant Vagrant installation in Centos 1. Update your system > yum -y update > cd etc/yum.repos.d/ > wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo > yum update -y > yum install binutils … Read more

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