[dnf/yum] downgrade가 막힐 때 (--allowerasing)

dnf 또는 yum으로 한 단계씩 downgrade로 판을 낮추려다 보니 다음과 같은 오류를 만났다. # sudo dnf downgrade openssl-libs Last metadata expiration check: 0:04:36 ago on Sun 19 Oct 2025 11:46:26 AM KST. Error: Problem: problem with installed package openssl-fips-provider-1:3.5.1-2.el9.x86_64 - package openssl-fips-provider-1:3.5.1-2.el9.x86_64 from @System requires openssl-li...

[certbot/snapd] error: cannot list snaps: cannot communicate with server

snapd.service가 멈추어 있을 때 이런 오류가 나올 수 있다. # snap list error: cannot list snaps: cannot communicate with server: Get "http://localhost/v2/snaps": dial unix /run/snapd.socket: connect: no such file or directory snapd를 통하여 letsencrypt를 쓰고 있을 때에도 오류가 나올 수 있다. # certbot cannot snap-exec: cannot exec "/var/lib/snapd/snap/certbot/4482/bin/pytho...

[named] Failed to start Berkeley Internet Name Domain (DNS)

# systemctl start named-chroot Job for named-chroot.service failed because the control process exited with error code. See "systemctl status named-chroot.service" and "journalctl -xeu named-chroot.service" for details. named-chroot 서비스가 문제가 있어서 시작되지 못했음을 알리고 있다. 아래는 "systemctl status named-chroot.service" 또는 "journalctl -xeu named-chroot.ser...

오천련(吳倩蓮) - 사랑을 잃은 여인 (失恋的女人)

미리보기 그림 - 오천련(吳倩蓮) - 사랑을 잃은 여인 (失恋的女人)
제목 : 失恋的女人 (사랑을 잃은 여인) (실연적여인) 노래 : 오천련 (우첸롄) (吳倩蓮) 작사 : 小美 작곡 : 胡伟立 편곡 : 鲍比达 제작 : 杜琪峯, 锺志荣 언어 : 광동어 길이 : 3:42 음반 : 《天下浪子不独你一人》 발행일 : 1994. 8. 24. 情骤来和骤去不准爱下去 孤单于风里痛哭 情渐浓和渐淡必须去面对 痛苦中感到畏惧 曾热情和热爱一心爱下去 旧情怀因我再生 曾共行和共爱相拥进梦里 到今天得我独行 紧握灰色失意的人生 伤...

[PHP] Deprecated: Creation of dynamic property...

PHP 8.1까지는 아래처럼 미리 선언하지 않은 클래스의 동적 요소를 쓸 수 있었다. class Class_name { public function __construct() { $this->id = null; } } 하지만 PHP 8.2에서는 위와 같이 미리 선언하지 않은 동적 요소(dynamic property)로서 클래스의 메소드에 쓰인 변수가 있으면, 아래처럼 비권장 경고문이 나온다. PHP Deprecated: Creation of dynamic property Class_name::$var is deprecated i...

[phpMyAdmin] mismatch between HTTPS indicated on the server and client

아래는 로그인 정보를 넣는 항목이 나오지 않고 제목만 나온 phpMyAdmin의 모습이다. 디버그 도구로 숨김 처리된 HTML 항목의 CSS 내용(display: none;)을 없애면 아래와 같은 화면을 볼 수 있다. There is a mismatch between HTTPS indicated on the server and client. This can lead to a non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS pro...

오천련(吳倩蓮) - 이 세상에서 당신만이 외로운 건 아니에요 (天下浪子不獨你一人)

미리보기 그림 - 오천련(吳倩蓮) - 이 세상에서 당신만이 외로운 건 아니에요 (天下浪子不獨你一人)
제목 : 天下浪子不独你一人 (이 세상에서 당신만이 외로운 건 아니에요) (천하낭자부독니일인) 노래 : 오천련 (우첸롄) (吳倩蓮) 작사 : 林夕 작곡 : 黄嘉倩 편곡 : 黄嘉倩 제작 : 杜琪峯, 锺志荣 언어 : 광동어 길이 : 3:59 음반 : 《天下浪子不独你一人》 발행일 : 1994. 8. 24. 情人的眼中祈求望不见清晨 你不醒我偏要是一个名份 难留低你身 能留下一线负心 你不要 但却问 我会不会等 天下浪子不独你一人 你何妨说有缘没有...