Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find php.ini ubuntu

sudo find / -name php.ini
Comment

open php.ini in ubuntu

php -i | grep 'php.ini'
Comment

php ini ubuntu

vim /etc/php/8.0/apache2/php.ini

or

sudo vim /etc/php/8.0/apache2/php.ini
Comment

php.ini ubuntu

# Example with php 8.1 => replace by your version number
vi /etc/php/8.1/apache2/php.ini
Comment

where is php.ini file in ubuntu

/etc/php/7.0/apache2
Comment

PREVIOUS NEXT
Code Example
Shell :: npm uninstall 
Shell :: how to create a new file in kali linux 
Shell :: rm multiple folders 
Shell :: openssl universal requires cocoapods openssl-universal 
Shell :: git merge force 
Shell :: how to convert pyqt5 to python 
Shell :: how to create a text file in batch 
Shell :: bash read file into variable 
Shell :: composer xampp windows 
Shell :: optimize github repo 
Shell :: bash script language check if item in array 
Shell :: git set origin 
Shell :: how to install a app from adb 
Shell :: powershell while loop 
Shell :: cudatoolkit installation 
Shell :: vscode tab not working 
Shell :: ubuntu openvpn client 
Shell :: how to enable port 80 in ubuntu 
Shell :: ubuntu disable ssh root 
Shell :: show all branch git 
Shell :: linux last login 
Shell :: config vscode terminal to bash default 
Shell :: sourcetree change commit message not pushed 
Shell :: setting git username 
Shell :: error permission to .git denied to deploy key 
Shell :: creating copy of a branch 
Shell :: linux remove folder and all his content 
Shell :: microsoft excel free download for ubuntu 
Shell :: powershell list special built in accounts 
Shell :: install powershell using cmd windows 10 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =