ubuntu 썸네일형 리스트형 What Is My IP?(myip) What Is My IP? bind utilities centos yum install -y bind-utils ubuntu apt-get install -y bind9-dnsutils Public IP Address dig @resolver1.opendns.com myip.opendns.com +short Private IP Address ip route get 1.2.3.4 | awk '{ print $7 }' | egrep -v '^$' 더보기 How to install and use stress How to install and use stress Stress is a command-line tool that can be used to stress test a system by generating a workload on the CPU, memory, and I/O. It is a useful tool for testing the performance of a system under load, and can also be used to troubleshoot performance problems. To install stress, you can use the following command: sudo apt install stress Once stress is installed, you can .. 더보기 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.04 To enable HTTP/2 in Apache 2.4 on Ubuntu 22.04, you can follow these steps: 1. Update your system: sudo apt update 2. Install Apache 2.4 with SSL support and HTTP/2 module: sudo apt install apache2 sudo apt install libapache2-mod-http2 3. Enable the necessary modules: sudo a2enmod http2 sudo a2enmod ssl 4. Configure your virtual hosts: Edit the .. 더보기 How to set or change timezone on Ubuntu How to set or change timezone on Ubuntu 22.04 The test environment docker run -d --privileged --name ubunut anti1346/ubuntu2204:systemd docker exec -it ubunut bash To set or change the timezone on Ubuntu, you can follow the steps below 1. Check the current timezone configuration timedatectl show $ timedatectl Local time: Mon 2023-06-19 11:19:07 UTC Universal time: Mon 2023-06-19 11:19:07 UTC RTC.. 더보기 이전 1 2 다음