Turn Your Vehicle Into a Smart Earning Asset

While youโ€™re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

๐Ÿš— You set the rental price
๐Ÿ” Secure bookings with verified renters
๐Ÿ“ Track your vehicle with GPS integration
๐Ÿ’ฐ Start earning within 48 hours

Join as a Partner Today

Itโ€™s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

How to install and configure Sonatype Nexus?

Note: This steps are applicable for Linux Only.

Prerequisite or System Requirements for Sonatype Nexus

  • Java 8 Runtime Environment (JRE)
  • Minimum CPUs: 4
  • Minimum RAM – 4 GB
  • OS – ANY but in this tutorials, we are using Linux

Step 1 – Install Java 8

Step 2 – Download Sonatype Nexus OSS or Pro

$ sudo -s 
$ cd /opt
$ yum install wget -y
$ wget https://download.sonatype.com/nexus/3/latest-unix.tar.gz
$ tar -zxvf latest-unix.tar.gzCode language: JavaScript (javascript)

Step 3 – Start and Validate a Sonatype Nexus

$ cd nexus-3.30.1-01
$ cd bin
$ ./nexus start
$ ./nexus status

Step 4 – Access Sonatype Nexus

# Default port for Sonatype Nexus is 8081. It would 2-3 mins of time to see a websites as below;

http://XX.2.146.91:8081/
admin
admin123Code language: PHP (php)

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.