Skip to main content

Posts

Featured

How install Ubuntu Server 20.04 + Nginx + PHP 7.2 or PHP 8.1 and MySQL

  How install Ubuntu Server 20.04 and Nginx  1 Download Ubuntu Server Download ubuntu 18 server fron this url:  download  You should download Server Installation image.  2 Install ubuntu Server Install ubuntu server like you usually install using a booting usb or CD. 3 Installing Nginx Execute command to update your local apt repo.    sudo apt update Execute this command for installa Nginx from apt repository.   sudo apt install nginx Validate correct installation, go head to browser and put http:// and the public IP server.  4 Installing PHP 7.1 or 8.1 with FPM You will want to avoid relying on the default version of PHP because that default version could change depending on where you are running your code. You may also wish to install a different version to match an application you are using or to upgrade to a newer version, such as PHP 8.1. Next, install software-properties-common, which adds management for additional software sources:   sudo apt -y install software-properties-commo

Latest Posts

Guide for Install Docker con Ubuntu 22 in 2024

How upgrade PHP 8.1 to PHP 8.2 using ondrej repository on ubuntu 22

How install dotnet 8 on Ubuntu 22.04

How add custom response header in Apache2

How install Snap on Ubuntu 22

Install Audicity in Ubuntu 22 using snap

How install Node JS stable version on Ubuntu 22 using snap

Terminal Terminator Emulator for Linux

Install Zoom for Ubuntu 22 or Debian distributions

How generate SSH key for github on ubuntu

Install git on Ubuntu all versions

Install composer globally on Ubuntu all version

Install DBeaver Community on Ubuntu 22 using snap

Install Shutter on Ubuntu 22

Installing spofity using snap on Ubuntu 22

Snap command resume

How to update a package Snap

Install php 8 and Apache on Ubuntu 22