ubuntu 썸네일형 리스트형 How to set or change timezone on Ubuntu How to set or change timezone on Ubuntu 22.04The test environmentdocker run -d --privileged --name ubunut anti1346/ubuntu2204:systemddocker exec -it ubunut bash To set or change the timezone on Ubuntu, you can follow the steps below1. Check the current timezone configurationtimedatectl show$ timedatectl Local time: Mon 2023-06-19 11:19:07 UTC Universal time: Mon 2023-06-1.. 더보기 [리눅스] 우분투에서 PHP-FPM 최신(php-fpm 8.1) 버전 설치하기 우분투에서 PHP-FPM 최신(php-fpm 8.1) 버전 설치하기 php-fpm : PHP FastCGI Process Manager 테스트 환경 $ lsb_release -d Description: Ubuntu 22.04.2 LTS $ uname -m x86_64 $ getconf LONG_BIT 64 PPA(Personal Package Archive) 리포지토리를 시스템의 패키지 소스 목록에 추가 sudo add-apt-repository ppa:ondrej/php apt-get update -y PHP 8 설치 php(php-fpm) 8.1 설치 sudo apt-get install -y php8.1 php8.1-dev php8.1-cli php8.1-fpm php8.1-common php8.1.. 더보기 How to Enable HTTP/2 in Apache 2.4 on Ubuntu 22.04 How to Enable HTTP/2 in Apache 2.4 on Ubuntu 22.04To enable HTTP/2 in Apache 2.4 on Ubuntu 22.04, you can follow these steps: 1. Update your systemsudo apt update 2. Install Apache 2.4 with SSL support and HTTP/2 modulesudo apt install apache2sudo apt install libapache2-mod-http2 3. Enable the necessary modulessudo a2enmod http2sudo a2enmod ssl 4. Configure your virtual hostsEdit the Apache conf.. 더보기 이전 1 ··· 19 20 21 22 다음