[태그:] ubuntu

  • AI 와 함께한 서버 최적화 – HTTP/2

    그런데 가장 중요한 사실은 여전히 이것이야. 즉, Apache가 TLS 계층에서 h2를 광고하지 않고 있음. 확인해야 할 것 Apache가 어떤 MPM을 쓰는지 확인해봐. 결과가 아마 둘 중 하나일 거야. 정상 mpm_event_module (shared) 또는 mpm_worker_module (shared) 문제 가능성 mpm_prefork_module (shared) gerd@miniboxx:/etc/apache2/conf-available$ sudo apachectl -M | grep mpmmpm_prefork_module (shared) 원인 찾은 것 같네. 👍 현재 Apache가: mpm_prefork_module (shared)…

  • AI 와 함께한 서버 최적화 – ServerName

    HTTP2 관련해서 티키타카를 하던 중이다. 시키는 대로 실행했다. gerd@miniboxx:/etc/apache2$ sudo apachectl -M | grep http2 AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message http2_module (shared) proxy_http2_module (shared) 이걸 입력하니까 분석한 결과를 쭉 말해줬는데. 그 중에 다음과 같은 멘트가 있었다. AH00558:…

  • AI 와 함께한 서버 최적화 – Apache2 정적 캐시 설정

    사이트가 유효한 캐싱 전략으로 정적 자산을 제공하지 않습니다. 퍼포먼스 WordPress 의 서버 건강상태 체크에서 계속 정적 캐시가 설정되지 않았다는 메시지가 나왔다. ChatGPT 는 이미 개인 서버로는 충분한 반응 속도가 나오니, 굳이 할 필요는 없다고 했지만… 헤헤.. ChatGPT 는 가장 먼저 WordPress 가 어떤 웹서버 기반에서 돌아가지는 지를 알아내려고 했다. sudo ss -tlnp | grep -E…

  • ubuntu gnome wayland marble trackball scroll setting

    Question important like ever before: Logitech Marble Mouse, Trackball Wayland will probably work with these: Enable with then set button gsettings set org.gnome.desktop.peripherals.trackball scroll-wheel-emulation-button 8 mit: 8=klein links f. Rechtshaender, 9 Kl. re Linkshaender Check results: much more here: How do I enable Middle mouse button emulation? https://help.ubuntu.com/community/Logitech_Marblemouse_USB Arch users look here: https://wiki.archlinux.org/title/Logitech_Marble_Mouse#Configuration_file

  • Ubuntu 에서 OpenZFS 로 운영해보니…

    결론부터 말하면 뭔가 엄청 가볍다. 가장 먼저, 디스크 인식을 잘 한다. TrueNAS 는 SMART 정보에 약간의 이상만 있어도 끽끽 소리내며 디스크를 긁어댔는데, 우분투는 일단 별 말 없이 잘 인식한다. 그리고 리실버링이 빠르다. TrueNAS 에서는 하루, 이틀은 기본이었던게, 우분투에서는 빠르면 몇십분, 길어야 몇 시간 내로 끝난다. 게다가 디스크에 이상이 있든 없든 걸리는 시간도 크게 다르지 않다.…

  • Ubuntu 에서 PPTP VPN 접속하기

    PPTP 는 보안에 문제가 있다고 안쓰는 추세지만, OpenVPN 은 은근히 설정하기 힘들어서 그런지 Iptime 등 대다수의 공유기에서 PPTP 로 VPN 서버를 돌린다. 윈도우든 우분투든 접속이나 설정 방법 자체는 심플하고 간단하지만… 그 간단한걸로 삽질을 한 기록을 남긴다. 설정의 Network 탭의 VPN 에서 + 를 눌러서… Point – to – Point Tunneling Protocol 선택하고… Name 은 적당히,…