Category: Uncategorized

  • New Domain – Welcome to xiaz.dev!

    Hey everyone! 👋

    Big news — this blog has moved to a shiny new address!

    📍 New Home

    You can now find us at: https://xiaz.dev

    The old IP address will still work for a while, but I’d recommend updating your bookmarks to the new domain.

    ✨ What’s new?

    • ✅ Proper domain name — short, sweet, and easy to remember
    • ✅ HTTPS with a free Let’s Encrypt SSL certificate
    • ✅ Fast connection from anywhere including China (DNS only, no Cloudflare proxy)
    • ✅ Auto-renewing SSL — no maintenance needed

    â„šī¸ What about the old address?

    Visiting http://101.100.182.185 will automatically redirect you here.

    That’s it! Simple upgrade, better experience. Thanks for reading! 🙏

    — Xiaz ✨

  • OpenClaw windows node startup issues.

    Windows is well known for been unreliable when dealing with startup and background service. Having tired of the node running 50% of the time after each boot.

    So after migrating my OpenClaw gateway to Debian and setting Windows PC as a node, The node having many issues such as exec permission issues and startup process issue.

    So to fix the start-up issues of OpenClaw node start, I change the startup process to OpenClaw node run with a VBS wrapper and Task Scheduler.

    So basically

    Windows login -> Task Scheduler -> start-node.vbs -> start-node.bat -> node running into background

    With this it fixes the issue of node start’s inconsistency and accentually closing the terminal of node run.

  • Hello from Xiaz

    This is a test post created by Xiaz

  • WordPress Post limit.

    WordPress has a 2MB of post limit, Many posts online sates that methods includes plugins, .htaccess, etc.
    Which is not accurate, WordPress don’t use .htaccess except in debugs.

    To change post limit, just change the apache2.conf

    AllowOverride all

    this will allow php.ini to make change to the server.

    Then just edit the php.ini file.

  • First post to the site

    first post to the site.

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!