<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by UbuntuClient</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 31 May 2026 00:31:47 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Call Recorder</title>
            <link>http://forum.lowyat.net/topic/5565776</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I notice the default call recorder not functions properly. After recorded, my voice is clear but voice from incoming call very very slow.&lt;br /&gt;&lt;br /&gt;So i decided to use 3rd party from google play.&lt;br /&gt;&lt;br /&gt;Anyone can give a good suggestion.&lt;br /&gt;&lt;br /&gt;Some of them i try it did not record outgoing call. I want record incoming and outgoing call.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Android</category>
            <pubDate>Mon, 25 May 2026 14:17:58 +0800</pubDate>
        </item>
        <item>
            <title>Buy pertama House</title>
            <link>http://forum.lowyat.net/topic/5564549</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;What is pro and cons using join name with bother,sister or father/mother?&lt;br /&gt;&lt;br /&gt;My current salary not enough so developer ask me to join with my sister.&lt;br /&gt;&lt;br /&gt;But i still not sure about it. Please advice.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Property Q&amp;amp;A</category>
            <pubDate>Thu, 14 May 2026 09:18:50 +0800</pubDate>
        </item>
        <item>
            <title>Time BB</title>
            <link>http://forum.lowyat.net/topic/5553496</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m trying to set port forward. Previously i use unifi with tp link and it&amp;#39;s easy setup.&lt;br /&gt;&lt;br /&gt;But this Time router seem to be not working as expected. Did i miss someting?&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/xeMKJc' target='_blank'&gt;&lt;img src='https://pictr.com/images/2026/01/26/xeMKJc.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/xeMyEG' target='_blank'&gt;&lt;img src='https://pictr.com/images/2026/01/26/xeMyEG.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 26 Jan 2026 16:13:39 +0800</pubDate>
        </item>
        <item>
            <title>Apache + Nginx Reverse proxy</title>
            <link>http://forum.lowyat.net/topic/5550400</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m doing reverse proxy using nginx. The port apache has been set to 8080 (http) and 8443 (https). But when try accessing from browser, it keep show 127.0.0.1.&lt;br /&gt;&lt;br /&gt;The config on nginx as below.&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;server {&lt;br /&gt; &amp;nbsp; &amp;nbsp;listen 80;&lt;br /&gt; &amp;nbsp; &amp;nbsp;server_name mydomain.com;&lt;br /&gt; &amp;nbsp; &amp;nbsp;#return 301 https&amp;#58;//&amp;#036;server_name&amp;#036;request_uri; # Redirect HTTP to HTTPS&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;server {&lt;br /&gt; &amp;nbsp; &amp;nbsp;listen 443 ssl;&lt;br /&gt; &amp;nbsp; &amp;nbsp;server_name mydomain.com;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;# SSL Certificate Paths &amp;#40;Get these from Certbot or your provider&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp;ssl_certificate /etc/letsencrypt/archive/mydomain.com/fullchain1.pem;&lt;br /&gt; &amp;nbsp; &amp;nbsp;ssl_certificate_key /etc/letsencrypt/archive/mydomain.com/privkey1.pem;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;location / {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy_set_header X-Forwarded-Host &amp;#036;host&amp;#58;&amp;#036;server_port;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy_set_header X-Forwarded-Server &amp;#036;host;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy_set_header X-Forwarded-For &amp;#036;proxy_add_x_forwarded_for;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy_pass https&amp;#58;//192.168.0.20;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Am i missing something?  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>UbuntuClient</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Fri, 26 Dec 2025 21:55:22 +0800</pubDate>
        </item>
        <item>
            <title>Keep getting attack</title>
            <link>http://forum.lowyat.net/topic/5550038</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Any idea how to block this? I try block using .htaccess but from access log it still get through.  &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;172.64.200.13 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;23 +0800&amp;#93; &amp;#34;GET / HTTP/2.0&amp;#34; 301 - &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.68.159.77 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;24 +0800&amp;#93; &amp;#34;GET / HTTP/2.0&amp;#34; 200 87522 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;26 +0800&amp;#93; &amp;#34;GET /.git/config HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;26 +0800&amp;#93; &amp;#34;GET /.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.13 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;27 +0800&amp;#93; &amp;#34;GET /.env.bak HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;33 +0800&amp;#93; &amp;#34;GET /.env.txt HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.103 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;33 +0800&amp;#93; &amp;#34;GET /.env.example HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;34 +0800&amp;#93; &amp;#34;GET /.env.log HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;34 +0800&amp;#93; &amp;#34;GET /tmp/.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.103 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;35 +0800&amp;#93; &amp;#34;GET /.env.dev.local HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.198.143 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;35 +0800&amp;#93; &amp;#34;GET /.env.local HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;41 +0800&amp;#93; &amp;#34;GET /.env.development HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;41 +0800&amp;#93; &amp;#34;GET /.env.production HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;42 +0800&amp;#93; &amp;#34;GET /.env.staging HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;42 +0800&amp;#93; &amp;#34;GET /.env.test HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;48 +0800&amp;#93; &amp;#34;GET /.env.backup HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;48 +0800&amp;#93; &amp;#34;GET /config/.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;49 +0800&amp;#93; &amp;#34;GET /public/.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;49 +0800&amp;#93; &amp;#34;GET /storage/.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;50 +0800&amp;#93; &amp;#34;GET /_profiler/phpinfo HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;53 +0800&amp;#93; &amp;#34;GET /admin/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;53 +0800&amp;#93; &amp;#34;GET /phpinfo.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;54 +0800&amp;#93; &amp;#34;GET /phpinfo HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;54 +0800&amp;#93; &amp;#34;GET /info.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;54 +0800&amp;#93; &amp;#34;GET /test.php HTTP/2.0&amp;#34; 200 83133 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;55 +0800&amp;#93; &amp;#34;GET /dashboard/info.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;55 +0800&amp;#93; &amp;#34;GET /server.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;56 +0800&amp;#93; &amp;#34;GET /infophp.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;56 +0800&amp;#93; &amp;#34;GET /php_info.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;56 +0800&amp;#93; &amp;#34;GET /admin/info.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;56 +0800&amp;#93; &amp;#34;GET /debug.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;57 +0800&amp;#93; &amp;#34;GET /dev/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;57 +0800&amp;#93; &amp;#34;GET /staging/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;57 +0800&amp;#93; &amp;#34;GET /test/info.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;57 +0800&amp;#93; &amp;#34;GET /logs/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;58 +0800&amp;#93; &amp;#34;GET /backup/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;58 +0800&amp;#93; &amp;#34;GET /docker-compose.yml HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;58 +0800&amp;#93; &amp;#34;GET /config/parameters.yml HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;58 +0800&amp;#93; &amp;#34;GET /.aws/credentials HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;59 +0800&amp;#93; &amp;#34;GET /terraform.tfvars HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.115 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;59 +0800&amp;#93; &amp;#34;GET /config/settings.js HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;02&amp;#58;00&amp;#58;00 +0800&amp;#93; &amp;#34;GET /deploy.sh HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;02&amp;#58;00&amp;#58;00 +0800&amp;#93; &amp;#34;GET /.vscode/settings.json HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;02&amp;#58;00&amp;#58;00 +0800&amp;#93; &amp;#34;GET /README.md HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Tue, 23 Dec 2025 08:33:21 +0800</pubDate>
        </item>
        <item>
            <title>Firewalld</title>
            <link>http://forum.lowyat.net/topic/5525685</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;How to block source ip to public rule? Not sure it call rule.&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;public&lt;br /&gt; &amp;nbsp;target&amp;#58; default&lt;br /&gt; &amp;nbsp;icmp-block-inversion&amp;#58; no&lt;br /&gt; &amp;nbsp;interfaces&amp;#58;&lt;br /&gt; &amp;nbsp;sources&amp;#58;&lt;br /&gt; &amp;nbsp;services&amp;#58; dhcpv6-client http https ssh&lt;br /&gt; &amp;nbsp;ports&amp;#58;&lt;br /&gt; &amp;nbsp;protocols&amp;#58;&lt;br /&gt; &amp;nbsp;forward&amp;#58; yes&lt;br /&gt; &amp;nbsp;masquerade&amp;#58; no&lt;br /&gt; &amp;nbsp;forward-ports&amp;#58;&lt;br /&gt; &amp;nbsp;source-ports&amp;#58;&lt;br /&gt; &amp;nbsp;icmp-blocks&amp;#58;&lt;br /&gt; &amp;nbsp;rich rules&amp;#58;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Mon, 02 Jun 2025 16:46:21 +0800</pubDate>
        </item>
        <item>
            <title>Powershell</title>
            <link>http://forum.lowyat.net/topic/5525177</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;How to make batch script file so i can run from powershell with normal user?&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;# Make sure you&amp;#39;re running &amp;#91;Powershell&amp;#93; as an Administrator.&lt;br /&gt;Get-Service ssh-agent &amp;#124; Set-Service -StartupType Manual&lt;br /&gt;&lt;br /&gt;# Start the service&lt;br /&gt;Start-Service ssh-agent&lt;br /&gt;&lt;br /&gt;# This should return a status of Running&lt;br /&gt;Get-Service ssh-agent&lt;br /&gt;&lt;br /&gt;# Now load your key files into ssh-agent&lt;br /&gt;ssh-add &amp;#34;C&amp;#58;&amp;#092;Users&amp;#092;Tech Support&amp;#092;.ssh&amp;#092;id_rsa2.pub&amp;#34;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Now i run as manual and run as administrator.&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Windows 11</category>
            <pubDate>Thu, 29 May 2025 16:00:37 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Making word fit</title>
            <link>http://forum.lowyat.net/topic/5524557</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I have issue from mobile view, the page can be zoom. So i don&amp;#39;t want this. I want the page is fit. How to do that?&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <category>Codemasters</category>
            <pubDate>Sun, 25 May 2025 06:54:12 +0800</pubDate>
        </item>
        <item>
            <title>AMD CPU</title>
            <link>http://forum.lowyat.net/topic/5523762</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Just want to know, is there any issue when amd cpu (5600X) with no integrated graphic running on motherboard that has onboard hdmi/dvi?&lt;br /&gt;&lt;br /&gt;Please advice.  &lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:blush:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;</description>
            <author>UbuntuClient</author>
            <category>Hardware</category>
            <pubDate>Mon, 19 May 2025 18:09:23 +0800</pubDate>
        </item>
        <item>
            <title>RAM issue</title>
            <link>http://forum.lowyat.net/topic/5522727</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using gigbyte mobo with ram 32GB (2 x 16GB 3200Mhz). When RAM under windows goes to 17-19GB, i feel some lagging. Is this normal? &lt;br /&gt;&lt;br /&gt;I have upgrade BIOS a few year ago. I&amp;#39;m not sure what is wrong?&lt;br /&gt;&lt;br /&gt;Any idea?&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <category>Technical Support</category>
            <pubDate>Mon, 12 May 2025 20:26:08 +0800</pubDate>
        </item>
        <item>
            <title>Nginx</title>
            <link>http://forum.lowyat.net/topic/5520000</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Care to explain value in the circle?&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Wed, 23 Apr 2025 18:13:40 +0800</pubDate>
        </item>
        <item>
            <title>SSH client using windows terminal</title>
            <link>http://forum.lowyat.net/topic/5505762</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Anyone know step by step to set on windows? Currently use ssh with pageant to load key each time use ssh.&lt;br /&gt;&lt;br /&gt;I follow some tutorial but i think it missing some step.&lt;br /&gt;&lt;br /&gt;Please show me the way.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Windows 11</category>
            <pubDate>Wed, 22 Jan 2025 18:21:10 +0800</pubDate>
        </item>
        <item>
            <title>Outlook (new)</title>
            <link>http://forum.lowyat.net/topic/5505156</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;The new Outlook under windows 11 really annoying. It keep bothering when i want to open calendar.&lt;br /&gt;&lt;br /&gt;I also notice it will auto reinstall when windows updates.&lt;br /&gt;&lt;br /&gt;Any idea how to prevent it reinstall?  &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Windows 11</category>
            <pubDate>Sat, 18 Jan 2025 19:35:00 +0800</pubDate>
        </item>
        <item>
            <title>Disable new Outlook</title>
            <link>http://forum.lowyat.net/topic/5493376</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;How to disable this new outlook?? It keep open when i try open calendar from start button. I need to close/open a few then can only open calendar.&lt;br /&gt;&lt;br /&gt;This is very annoying. Please advice.&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <category>Windows 11</category>
            <pubDate>Fri, 08 Nov 2024 20:20:47 +0800</pubDate>
        </item>
        <item>
            <title>Notification not appear</title>
            <link>http://forum.lowyat.net/topic/5486077</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using Redmi Note 9S. I&amp;#39;m encounter issue after format my mobile.&lt;br /&gt;&lt;br /&gt;The whatapps, telegram not show when phone lock mode.&lt;br /&gt;&lt;br /&gt;It just flash only but did not show any message.&lt;br /&gt;&lt;br /&gt;How to fix this?  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Tue, 01 Oct 2024 15:23:08 +0800</pubDate>
        </item>
        <item>
            <title>Cache Wordpress</title>
            <link>http://forum.lowyat.net/topic/5484024</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Does anyone know how to do cache with nginx? Currently setup not as reverse proxy.&lt;br /&gt;&lt;br /&gt;Most tutorial show using setup nginx as reverse proxy.&lt;br /&gt;&lt;br /&gt;My setup as below.&lt;br /&gt;&amp;gt; &lt;a href='https://privatebin.net/?f90c11b99c7c2574#BGwFdBeP1sycU4DQsdtaKUCFzrAa5wcWRetMrwC2Lv8m' target='_blank'&gt;https://privatebin.net/?f90c11b99c7c2574#BG...wcWRetMrwC2Lv8m&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#91;root@node1 ~&amp;#93;# curl -I https&amp;#58;//mydomain.top&lt;br /&gt;HTTP/2 200&lt;br /&gt;server&amp;#58; nginx/1.24.0&lt;br /&gt;date&amp;#58; Sat, 21 Sep 2024 12&amp;#58;49&amp;#58;32 GMT&lt;br /&gt;content-type&amp;#58; text/html; charset=UTF-8&lt;br /&gt;x-powered-by&amp;#58; PHP/8.1.29&lt;br /&gt;x-powered-cache&amp;#58; MISS&lt;br /&gt;link&amp;#58; &amp;#60;https&amp;#58;//mydomain.top/wp-json/&amp;#62;; rel=&amp;#34;https&amp;#58;//api.w.org/&amp;#34;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sat, 21 Sep 2024 20:54:46 +0800</pubDate>
        </item>
        <item>
            <title>Dig</title>
            <link>http://forum.lowyat.net/topic/5483071</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;How do i pass the value and return result?&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not familiar with php. This is first doing it.&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <category>Codemasters</category>
            <pubDate>Tue, 17 Sep 2024 06:42:51 +0800</pubDate>
        </item>
        <item>
            <title>Ubuntu Update</title>
            <link>http://forum.lowyat.net/topic/5479154</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I wang update my server using cli. But seem keep getting same error. &lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;Reading package lists... Done&lt;br /&gt;E&amp;#58; The repository &amp;#39;https&amp;#58;//packagecloud.io/ookla/speedtest-cli/ubuntu noble Release&amp;#39; does not have a Release fi &amp;nbsp; le.&lt;br /&gt;N&amp;#58; Updating from such a repository can&amp;#39;t be done securely, and is therefore disabled by default.&lt;br /&gt;N&amp;#58; See apt-secure&amp;#40;8&amp;#41; manpage for repository creation and user configuration details.&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;The source list from MY so slow. I&amp;#39;ll try others source list but getting same error.&lt;br /&gt;&lt;br /&gt;Please guide me.  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;</description>
            <author>UbuntuClient</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Thu, 29 Aug 2024 13:44:37 +0800</pubDate>
        </item>
        <item>
            <title>Nginx Error</title>
            <link>http://forum.lowyat.net/topic/5477724</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I want to set subfolder using nginx but it thrown error. &lt;br /&gt;&lt;br /&gt;The config here &amp;gt; &lt;a href='https://privatebin.net/?ca8735ddfd3ec74a#7gaVQywm78Huvn5iJVZwK1ktb4HqTSkAc1Hg979PMJ9s' target='_blank'&gt;https://privatebin.net/?ca8735ddfd3ec74a#7g...SkAc1Hg979PMJ9s&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The error code as below&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;2024/08/23 09&amp;#58;11&amp;#58;35 &amp;#91;error&amp;#93; 71702#71702&amp;#58; *1 FastCGI sent in stderr&amp;#58; &amp;#34;Primary script unknown&amp;#34; while reading response header from upstream, client&amp;#58; 175.143.193.207, server&amp;#58; domain1.com, request&amp;#58; &amp;#34;GET /kekabooboutique/ HTTP/2.0&amp;#34;, upstream&amp;#58; &amp;#34;fastcgi&amp;#58;//unix&amp;#58;/run/php/php8.0-fpm.sock&amp;#58;&amp;#34;, host&amp;#58; &amp;#34;domain1.com&amp;#34;&lt;br /&gt;2024/08/23 09&amp;#58;11&amp;#58;35 &amp;#91;error&amp;#93; 71702#71702&amp;#58; *1 FastCGI sent in stderr&amp;#58; &amp;#34;Primary script unknown&amp;#34; while reading response header from upstream, client&amp;#58; 175.143.193.207, server&amp;#58; domain1.com, request&amp;#58; &amp;#34;GET /kekabooboutique/ HTTP/2.0&amp;#34;, upstream&amp;#58; &amp;#34;fastcgi&amp;#58;//unix&amp;#58;/run/php/php8.0-fpm.sock&amp;#58;&amp;#34;, host&amp;#58; &amp;#34;domain1.com&amp;#34;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Fri, 23 Aug 2024 09:15:58 +0800</pubDate>
        </item>
        <item>
            <title>Ubuntu</title>
            <link>http://forum.lowyat.net/topic/5477262</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I want to set static ip via cli.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m follow tutorial below. But getting error as image attach.&lt;br /&gt;&amp;gt; &lt;a href='https://krishnendubhowmick.medium.com/how-to-configure-a-static-ip-address-on-ubuntu-20-04-22-04-lts-step-by-step-4a35d6662083' target='_blank'&gt;https://krishnendubhowmick.medium.com/how-t...ep-4a35d6662083&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I think tutorial is missing somewhere.  &lt;!--emo&amp;:confused:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Please guide me.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Wed, 21 Aug 2024 09:59:54 +0800</pubDate>
        </item>
    </channel>
</rss>
