Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu install php 8 nginx

//Server Install
//================
sudo apt update
sudo apt install nginx
sudo ufw allow 'Nginx HTTP'

//PHP Install
//============
sudo apt install php-fpm php-mysql
Comment

PREVIOUS NEXT
Code Example
Shell :: how slice for loop filename without extension in batch file 
Shell :: twisted.internet.error.ReactorAlreadyInstalledError: reactor already installed [5804] Failed to execute script main 
Shell :: rerun code from history 
Shell :: download stardocks sdk from nuget package 
Shell :: hyper-v mobylinuxvm primary ubuntu what is the login 
Shell :: powershell copy all images in a directory 
Shell :: runtime=$(date +\%Y\%m\%d\%H\%M\%S) 
Shell :: check if server has alreday AD 
Shell :: installed delphi package says unit not found 
Php :: php header json 
Php :: xml header php 
Php :: check if session is started php 
Php :: laravel image validation 
Php :: uninstall php 8 mac 
Php :: user-agent cURL php 
Php :: php sigmoid function 
Php :: yii2 migration add column 
Php :: php forbidden header 
Php :: install php-mbstring in ubuntu 
Php :: laravel undefined type DB 
Php :: hasany cakephp 
Php :: rewrite .php to no extension 
Php :: php title case 
Php :: get age with carbon in laravel 
Php :: In PackageManifest.php line 131: Undefined index: name laravel 7 
Php :: php has been blocked by CORS policy 
Php :: livewire onkeydown 
Php :: php artisan clear 
Php :: wordpress custom theme style.css 
Php :: laravel Route::group definition 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =