Comprehensive CLI reference built from real telnet sessions. Covers all command modes, OMCI management, cfgmib operations, and key configuration items.
Telnet access: telnet (default 192.168.1.1, port 23)
| diff --git a/lib/libzsync/zsync.c b/lib/libzsync/zsync.c | |
| index b425db9..02c47ad 100644 | |
| --- a/lib/libzsync/zsync.c | |
| +++ b/lib/libzsync/zsync.c | |
| @@ -40,6 +40,8 @@ | |
| #include <unistd.h> | |
| #include <string.h> | |
| #include <ctype.h> | |
| + | |
| +#define __USE_XOPEN 1 |
Wayland桌面工作階段會帶來許多問題,其中最常見的就是瀏覽器效能下降的問題。因為有些瀏覽器預設跑在XWayland模式,所以看起來會卡卡的。所以要手動啟用Wayland模式。但是有的瀏覽器啟用Wayland模式反而出現了其他問題,下面就要來討論如何解決這些問題。
下列操作適用Ubuntu 24.04 LTS以上版本的系統。
使用echo $XDG_SESSION_TYPE指令即可得知是目前桌面工作階段x11還是wayland。
GNOME 42以上版本預設使用Wayland,登入畫面GDM右下角齒輪會有GNOME與GNOME on Xorg的選項。
Work-in-pogress
Ref: cloudflare/homebrew-cloudflare#21
# Clean up any old version of curl you may have already tried to install
brew remove -f curl
# Download the curl ruby install script provided by cloudflare
I’ve written a newer optimized 2026 version of this guide with a faster setup using Zinit + Starship and improved plugin loading.
This version avoids slow shell startups and works better with modern Zsh setups.
Updated guide: https://gist.github.com/n1snt/2cccc8aa5f7b645a7628d3512c70deb6
Inspired By: grafana/loki#333
version: "3"
networks:
loki:
Sample config files to demonstrate seup that creates and updates free SSL certificates from Let's Encrypt given that the domains are maintained at CloudFlare service.
Certbot verifies domains ownership by accessing CloudFlare API that adds temporary TXT DNS records. To enable it You must provide your CloudFlare API token. More details in documentation for dns-cloudflare Certbot plugin.
Certbot saves created certificates in Docker volume certbot_etc. Pay attention to output of the certbot run - it mentions path to the created certificates.
If you're encountering ping github.com failing inside WSL with a Temporary failure in name resolution, you're not alone — this has been a long-standing issue, especially when using VPNs or corporate networks.
This issue is now fixed robustly with DNS tunneling, which preserves dynamic DNS behavior and avoids limitations like WSL’s former hard cap of 3 DNS servers in /etc/resolv.conf.
DNS tunneling is enabled by default in WSL version 2.2.1 and later, meaning that if you're still seeing DNS resolution issues, the first and most effective fix is simply to upgrade WSL. Upgrading WSL updates the WSL platform itself, but does not affect your installed Linux distributions, apps, or files.
To upgrade WSL, follow these steps,
If you're using a high-end bluetooth headset on your Macbook Pro it's likely your mac is using an audio codec which favors battery efficiency over high quality. This results in a drastic degradation of sound, the SBC codec is the likely culprit, read more about it here.
| #!/bin/bash | |
| ## Account details | |
| auth_email='fred@blogs.com' | |
| auth_key='00000000000000000000000000000000' | |
| ## Record to update | |
| zone_name='domain.com' | |
| record_name='domain.com' |