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

Exploring Ubuntu: Overview, Use Cases, Architecture, and Getting Started

What is Ubuntu? Ubuntu is a popular open-source Linux-based operating system developed and maintained by Canonical Ltd. It is designed to be user-friendly, secure, and versatile for both desktop and server environments. Ubuntu is based on Debian Linux and follows a regular release cycle, with Long-Term Support (LTS) versions supported for up to 5 years. … Read more

Server sent unexpected return value (423 Locked) i

scmuser created the topic: Server sent unexpected return value (423 Locked) i Hi During checking of files i am getting following error. Any help? “Server sent unexpected return value (423 Locked) in response to PUT request for” scmuser replied the topic: Re:Server sent unexpected return value (423 Locked) i i found the solution using Tortoise … Read more

Error validating server certificate for

scmuser created the topic: Error validating server certificate for I am getting error during checkout source code from Svn. Error validating server certificate for https://XYZ:443: – Unknown certificate issuer Fingerprint: 81:bb:5d:da:c5:7d:fa:f3:f4:9f:06:55:c6:34:e3:b4:64:d0:47:bc Distinguished name: www.digicert.com , DigiCert Inc, US sgadmin replied the topic: Re:Error validating server certificate for It seems your cache Security certification for SVN … Read more

Steps to Start-Stop Nagios XI Server | Nagios XI Tutorial

steps-to-start-stop-nagios-

How to start and stop Naxios XI Server? How to stop Naxios XI Server? service nagiosxi stop service npcd stop service ndo2db stop service nagios stop service postgresql stop service mysqld stop service httpd stop How to start Naxios XI Server? service httpd start service mysqld start service postgresql start service nagios start service ndo2db … Read more

How to Host your own Nuget Feed? | Step by Step Guide | Tutorial

hosting-your-own-nuget-feed

Hosting your own Nuget Feed? 1. Local File Based Package Source Limitation with fles based source – It does not have nuget capable feed. Can not push the package. We will have to copy into local directly Can not use Nuget Gallery 2. Setup Nuget.Server Step 1 – In Visual Studip, New Project and Select … Read more

How to Install and Configure Nagios Server and Clients | Nagios Tutorial

install-and-configure-nagios-server-and-clients

Install and Configure Nagios Server and Clients Download the Nagios Server Source copy from https://www.nagios.com/products/nagios-xi/ You can also use the direct download links as below; > wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.2.0.tar.gz Extract the xi-5.2.0.tar.gz using > tar -zxvf xi-5.2.0.tar.gz Run the following commands to install it. > ./fullinstall At the end of installation, you will get the url … 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