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

Logging in Chef Explained

logging-in-chef-explained

Chef Server All logs generated by the Chef server can be found in /var/log/opscode. Each service enabled on the system also has a sub-directory in which service-specific logs are located, typically found in /var/log/opscode/service_name. The Chef server has built-in support for easily tailing the logs that are generated. To view all the logs being generated … Read more

Write 10 Chef Cookbooks to test your chef programming skills

10-chef-cookbooks-to-test-y

Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources to create a file, but only if an attribute has a specific value. Write a recipe to create a file using a string, but not if “/etc/passwd” exists? … Read more

Write 10 Chef Cookbooks to test your chef programming skills

chef-cookbooks

Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources to create a file, but only if an attribute has a specific value. Write a recipe to create a file using a string, but not if “/etc/passwd” exists? … Read more