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

Complete guide of BlockChain Certification Courses Tutorials and Training

Tutorials In the simplest terms, Blockchain will be delineated as an information structure that holds transactional records and whereas making certain security, transparency, and decentralization. You’ll additionally think about it as a chain of records keep within the types of blocks that are controlled by no single authority. What is BlockChain? Blockchain can be defined … Read more

How to Become an Android App Developer?

Android is an open-source operating system, based on the Linux kernel and used in mobile devices like smartphones, tablets, etc. Various applications like games, music player, camera, etc. are built for these smartphones for running on Android. Google Play Store features quite 3.3 million apps. You must admit that learning Android app development isn’t easy … Read more

List of Top 5 Web servers in 2021

Apache Nginx Cloudflare Server LiteSpeed Microsoft-IIS Apache: The most popular web server is Apache HTTP Server, which is used by 34.1% of websites in 2021. The BuiltWith Internet services corporation has 62,624,313 live websites that use Apache.  2. Nginx: Is the second most prominent server, accounting for 33.7% of all active websites in 2021. The web server … Read more

Jetty – Java-based HTTP server

Jetty is a 100% pure Java-based HTTP server and servlet container (application server). Jetty is a free and open source project under the Apache 2.0 License. Jetty is used by several other popular projects including the Geronimo application server and by the Google Web Toolkit plug-in for Eclipse. Jetty deployment focuses on creating a simple, efficient, embeddable and pluggable web server. … Read more

Top 5 Log Monitoring Tools | List of Log Monitoring Tools | scmGalaxy

These days there are various kinds of tools used by professionals in Software industry. From CI tools to Virtualization, to Issues, bug tracking tools to various others tools, the lists goes on and on. Thus, it’s really a tough task for them to select best tools as per their needs. So, today I am going … 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

SVN SERVER SETUP

svn-server-setup

SVN SERVER SETUP Step to setting subversion server for administrator:- 1. Check to see if subversion is installed:- # rpm -q subversion subversion-1.4.4-1.fc7 or #svn –version svn, version 1.5.2 (r32768) compiled Oct 4 2008, 02:48:59 If you see “package subversion not installed” you will need to install subversion before proceeding. Otherwise you should see something … Read more

Introduction of CGI | What is Common Gateway Interface (CGI)?

cgi-introduction

Any Server will (mostly) do    CGI will not work without a server Your Server must allow CGI Your CGI application must be written in a language supported by your server You can use probably your existing web server If you need to test on your local computer, you may install WAMP/XAMPP Each Server has a … Read more

Oracle RAC Cheat Sheet | Oracle RAC Guide | Oracle RAC Reference

oracle-rac-cheat-sheet

Check CRS Status [root@racnode1 ~]#crsctl check crs Check Clusterware Resources [root@racnode1 ~]# crs_stat -t -v Stopping the Oracle Clusterware Stack on the Local Server [root@racnode1 ~]# /u01/app/11.2.0/grid/bin/crsctl stop cluster CRS-2673: Attempting to stop ‘ora.crsd’ on ‘racnode1’ … … Stop Oracle Clusterware stack on all servers in the cluster [root@racnode1 ~]# crsctl stop cluster -all Starting … Read more