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 XAMPP on Ubuntu?

Steps to install XAMPP on Ubuntu Server:

1. Login to Ubuntu machine using any ssh client (like putty) or it’s great if you have a direct access to the Ubuntu machine
2. Run the below given command:
wget https://www.apachefriends.org/xampp-files/7.4.1/xampp-linux-x64-7.4.1-1-installer.run
3. Run: sudo -s
4. Run: chmod 755 xampp-linux-x64-7.4.1-1-installer.run (This will give the executable permission to the installer file that you downloaded in step 2)
5. Run: sudo ./xampp-linux-x64-7.4.1-1-installer.run (This will start the installation)

Screen captured at the time of installation:

6. Run/ Start XAMPP server
sudo /opt/lampp/lampp start
7. Now you can access the server from the browser of any machine if the IP of the Ubuntu machine is static

Screen captured while accessing the XAMPP dashboard using it’s IP addess

8. Let’s check the phpmyadmin console:

9. Let’s solve the phpmyadmin access forbidden problem now
Run vi /opt/lampp/etc/extra/httpd-xampp.conf

10. Restart XAMPP: sudo /opt/lampp/lampp restart
11. Now reload the phpmyadmin screen in the browser

12. Run: sudo /opt/lampp/xampp security

13. Restart XAMPP: sudo /opt/lampp/lampp restart
14. Let’s access phpmyadmin again and see if it is asking for the password:

Thanks for reading, I hope you enjoyed this article.



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.