How-to articles, tricks, and solutions about UBUNTU

Call to undefined function curl_init() even it is enabled in php7

The error message "Call to undefined function curl_init()" typically indicates that the cURL extension for PHP is not installed or is not enabled.

Headers and client library minor version mismatch

If you are seeing this error message in PHP, it may be caused by a mismatch between the version of the PHP client library that you are using and the version of the API that it is trying to access.

How to check the presence of php and apache on ubuntu server through ssh

To check if PHP is installed on your Ubuntu system, you can use the following command:

How to Clean Your Ubuntu Machine

4 ways to clean your ubuntu machine. Here are some ways to clean your ubuntu PC and make it faster. Try the examples yourself and see the results.

How to find which version of TensorFlow is installed in my system?

You can use the following code snippet to check which version of TensorFlow is installed in your system:

How to install all required PHP extensions for Laravel?

To install all of the required PHP extensions for Laravel, you will need to install the following PHP extensions on your server:

How to install JDK 11 under Ubuntu?

To install JDK 11 under Ubuntu, follow these steps:

How to Install Node.js on Ubuntu

Node.js is a popular open source server environment. In this short tutorial, we are going to show you how to accurately install Node.js on Ubuntu.

How to install PHP intl extension in Ubuntu 14.04

To install the PHP intl extension on Ubuntu 14.04, follow these steps:

How to install the JDK on Ubuntu Linux

To install the JDK (Java Development Kit) on Ubuntu Linux, follow these steps:

Installing Java 7 on Ubuntu

To install Java 7 on Ubuntu, you can follow these steps:

Package php5 have no installation candidate (Ubuntu 16.04)

I'm sorry to hear that you're having trouble installing PHP on your Ubuntu 16.04 system.

PHP Fatal error: Call to undefined function json_decode()

This error usually occurs when you are trying to use the json_decode() function, which is used to decode a JSON string into a PHP variable, but the function is not available.

where is php.ini on ubuntu?

On Ubuntu, the location of the php.ini file depends on the version of PHP you have installed.