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 does the Import and Export module work in JavaScript?

What is Module In JavaScript, a Module is a JavaScript file where we write codes. The object is a module that is not available for use unless the module file exports them. Exporting Module export – The export statement is used when creating JavaScript modules to export functions, objects, or primitive values from the module … Read more

Ansible Playbook Lab & Excercise – Part 2

Execution Mode – Remote Write a Ansible Playbook to create a group called “deploy” Write a Ansible Playbook to create a user called “deploy-user” which is part of group called “group” and with /bin/bash shell. Write a Ansible Playbook to install package named “httpd” in RHEL/centos. Write a Ansible Playbook to start and enable the … Read more

Puppet Module Lab & Excercise – Part 1

Puppet Module Lab & Excercise – Part 1 Write a puppet module to setup a webserver(httpd) only in RHEL and use the HEREDOC to craete a html code of index.html inside a directory called “/var/www/html/index.html” Write a puppet module to setup a webserver(httpd) only in RHEL and use the puppet template to create a html … Read more

Error: Cannot find module ‘graceful-fs’

rajeshkumar created the topic: Error: Cannot find module ‘graceful-fs’ Error – Error: Cannot find module ‘graceful-fs’ at Function.Module._resolveFilename (module.js:331:15) at Function.Module._load (module.js:273:25) at Module.require (module.js:357:17) at require (module.js:373:17) at Object. (/usr/share/npm/lib/utils/ini.js:32:10) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:349:32) at Function.Module._load (module.js:305:12) at Module.require (module.js:357:17) root@mtv-ubld-39:~/node/npm/scripts# export NODE_PATH=/usr/lib/nodejs/graceful-fs.js root@mtv-ubld-39:~/node/npm/scripts# echo $NODE_PATH /usr/lib/nodejs/graceful-fs.js root@mtv-ubld-39:~/node/npm/scripts# echo … Read more

Merge Module for msvcr71.dll

InstallerExpert created the topic: Merge Module for msvcr71.dll I am trying to use a merge module for msvcr71.dll since its strongly recommended to use merge models for re-distributing c runtime libraries. But i want to copy this msvcr71.dll to 2 different folders on installation. But using the same merge module reference twice would cause the … Read more

Use of Merge Module

InstallerExpert created the topic: Use of Merge Module Reposting this question : Is it possible to use the same merge module twice in the same source file. The above code is giving error: Error 1 The merge module ‘merge2’ contains a file identifier, ‘m’, that is duplicated either in another merge module or in a … Read more

Steps to Import Module Process by using WinCVS

wincvs

Import Normally refers to the process of creating a new module in the repository by sending an entire directory structure. Module A directory hierarchy. A software project normally exists as a single module in the repository. Step 1: Navigate to Remote/Import Module Step 2: Define Import Filter Operation… Step 3: Set following basic Import Setting.            … Read more