본문 바로가기

728x90

Ubuntu 22.04 LTS

우분투에 laravel 9을 설치하는 방법 우분투(22.04 LTS)에 laravel 9을 설치하는 방법테스트 환경$ lsb_release -dDescription: Ubuntu 22.04.3 LTS도커 컨테이너 실행 및 컨테이너 진입도커 컨테이너 실행docker run -d --privileged -p 80:80 --name ubuntu --hostname ubuntu anti1346/ubuntu-init:22.04 /sbin/initubuntu 컨테이너에 진입docker exec -it ubuntu bashnginx, php-fpm 설치우분투 업데이트apt update && apt upgrade -yapt install -y wget gnupg2 ca-certificates lsb-release ubuntu-keyring software-pr.. 더보기
우분투에서 최신 버전의 Docker를 설치하는 방법 우분투에서 최신 버전의 Docker를 설치하는 방법(install docker on ubuntu)테스트 환경$ lsb_release -dDescription: Ubuntu 22.04.1 LTS이전 버전의 Docker 제거이미 이전 버전의 Docker가 설치되어 있다면 제거하는 것이 좋습니다.sudo apt-get remove docker docker-engine docker.io containerd runc패키지 목록 업데이트sudo apt-get update필수 패키지 설치sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common도커 리포지토리 GPG key 추가sudo mkdir -m 075.. 더보기
우분투(Ubuntu 22.04 LTS)에 OpenSSL(openssl-1.1.1)설치하기 우분투에 OpenSSL을 설치하는 방법(openssl-1.1.1) 테스트 환경 $ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 22.04 LTS Release:22.04 Codename:jammy $ openssl version OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) openssl 패키지 다운로드 및 체크섬 확인 OpenSSL : https://www.openssl.org/source/ curl -fsSL https://www.openssl.org/source/openssl-1.1.1n.tar.gz --output /usr/.. 더보기
Ubuntu Server 22.04 LTS (Jammy Jellyfish) Ubuntu Server 22.04 LTS (Jammy Jellyfish) LTS Releases old releases - old-releases.ubuntu.com Ubuntu 22.04.1 LTS (Jammy Jellyfish) Ubuntu 20.04.4 LTS (Focal Fossa) Ubuntu 18.04.6 LTS (Bionic Beaver) Ubuntu Server 22.04 LTS (Jammy Jellyfish) Ubuntu Server 22.04 LTS (Jammy Jellyfish) Daily Build https://cdimage.ubuntu.com/ubuntu-server/daily-live/current/ Ubuntu 22.04 LTS (Jammy Jellyfish) Beta ht.. 더보기

반응형