Joomla is a popular CMS used by many websites. Here is how to install Joomla in Ubuntu 20.04/18.04
Install MySQL 8.0 in Ubuntu 20.04
How to Raise Exception in Python
Python provides a robust error handling mechanism. Here is how to raise exception in Python to catch errors and take action.
How to Install PHPMyAdmin in Ubuntu
PHPMyAdmin is a popular browser-based database management tool for MySQL. Here is how to install PHPMyAdmin in Ubuntu.
How to Install MongoDB in Ubuntu 18.04/20.04
MongoDB is a popular NoSQL database used for websites and applications. Here is how to install MongoDB in Ubuntu.
How to Use Curl to Download Files in Linux
Curl is a useful tool to transfer files and data across systems over a network. Here is how to use curl to download files in Linux.
How to Set or Change Timezone in Ubuntu
Sometimes you may need to change Time zone in Ubuntu. Here are the steps to change time zone in Ubuntu.
How to Implement SSL/TLS in Apache Tomcat
Apache Tomcat is a powerful server for JSP and java applications. Here are the steps to implement SSL/TLS in Apache Tomcat server.
How to Extract data from JSON File in Python
Sometimes you may need to load JSON file in python, import JSON file in python, or read JSON file. Here is how to extract data from JSON file in Python.
How to Install Laravel with NGINX
Laravel is a popular PHP framework to create web applications. Here is how to install Laravel with NGINX on Ubuntu.