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

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

Chef – Documenting Cookbooks automatically

chef-documenting-cookbooks

Problems Area – Our infrastructure has many cookbooks that aim to be reusable, primarily through encapsulating behaviour in LWRPs. This led to an explosion of LWRPs and sometimes the documentation didn’t keep up or did just not exist. Solution 1: Follow Best Practices  This command will create a README.rdoc by default, and I prefer Markdown, … Read more